PUT api/assetinventory/{recordId}/setstatus
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| recordId | integer |
Required |
Body Parameters
AssetInventoryDataStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| AssigneeUserId | integer |
None. |
|
| AssigneeUser | string |
None. |
|
| Date | date |
None. |
|
| NoteText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssigneeUserId": 1,
"AssigneeUser": "sample string 2",
"Date": "2025-10-27T17:26:55.8864187+00:00",
"NoteText": "sample string 4"
}
application/xml, text/xml
Sample:
<AssetInventoryDataStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.MPI.Business.Entities"> <AssigneeUser>sample string 2</AssigneeUser> <AssigneeUserId>1</AssigneeUserId> <Date>2025-10-27T17:26:55.8864187+00:00</Date> <NoteText>sample string 4</NoteText> </AssetInventoryDataStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |