PUT api/Asset/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
AssetData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| Placed | date |
None. |
|
| Audited | date |
None. |
|
| ConditionId | globally unique identifier |
None. |
|
| DispositionId | globally unique identifier |
None. |
|
| DestinationId | globally unique identifier |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "fef9a2b4-1848-40b2-a8bf-723670e5d9fb",
"Identifier": "sample string 1",
"Name": "sample string 2",
"Updated": "2025-12-15T23:39:48.2194277-05:00",
"ProductId": "532b210d-7e71-4678-bab1-b7633eee7029",
"LocationId": "658b5d61-9ac6-4687-aa2b-693f702901e7",
"Placed": "2025-12-15T23:39:48.2194277-05:00",
"Audited": "2025-12-15T23:39:48.2194277-05:00",
"ConditionId": "086131a8-1654-42aa-aaa7-08425c2fc384",
"DispositionId": "4731bccb-0872-4e15-a258-3d9e57de4806",
"DestinationId": "f10a317a-1dae-4fb3-aeef-3066db69a9ee",
"IsDeleted": 1
}
application/xml, text/xml
Sample:
<AssetData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <Audited>2025-12-15T23:39:48.2194277-05:00</Audited> <ConditionId>086131a8-1654-42aa-aaa7-08425c2fc384</ConditionId> <DestinationId>f10a317a-1dae-4fb3-aeef-3066db69a9ee</DestinationId> <DispositionId>4731bccb-0872-4e15-a258-3d9e57de4806</DispositionId> <Id>fef9a2b4-1848-40b2-a8bf-723670e5d9fb</Id> <Identifier>sample string 1</Identifier> <IsDeleted>1</IsDeleted> <LocationId>658b5d61-9ac6-4687-aa2b-693f702901e7</LocationId> <Name>sample string 2</Name> <Placed>2025-12-15T23:39:48.2194277-05:00</Placed> <ProductId>532b210d-7e71-4678-bab1-b7633eee7029</ProductId> <Updated>2025-12-15T23:39:48.2194277-05:00</Updated> </AssetData>
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. |