PUT api/InventoryCodes/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
InventoryCodesData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
|
| IosInventoryCode | integer |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "dace5edf-b1f3-45e6-b153-b5441882d906",
"Identifier": "sample string 1",
"Name": "sample string 2",
"Updated": "2025-12-15T23:45:47.4335357-05:00",
"IosInventoryCode": 1,
"IsDeleted": 3
}
application/xml, text/xml
Sample:
<InventoryCodesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <Id>dace5edf-b1f3-45e6-b153-b5441882d906</Id> <Identifier>sample string 1</Identifier> <IosInventoryCode>1</IosInventoryCode> <IsDeleted>3</IsDeleted> <Name>sample string 2</Name> <Updated>2025-12-15T23:45:47.4335357-05:00</Updated> </InventoryCodesData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |