PUT api/AssetTransaction/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
AssetTransactionData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| Active | boolean |
None. |
|
| TransactionCode | IosAssetTransactionCode |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| StopId | globally unique identifier |
None. |
|
| TransactionNumber | string |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| FromLocationId | globally unique identifier |
None. |
|
| Notes | string |
None. |
|
| Identifier | string |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2024c653-305a-4dd9-81e1-8b1af5a9098d",
"Updated": "2025-12-15T23:38:09.0133454-05:00",
"Active": true,
"TransactionCode": 0,
"AssetId": "fa967eb4-e724-4a7f-94bb-547418558715",
"StopId": "b89cb641-1549-4a6e-bb87-5007651bbfb2",
"TransactionNumber": "sample string 5",
"LocationId": "954fbf11-9528-4361-a689-eff1aa57c2da",
"FromLocationId": "74e8511e-1cc5-4128-bff4-506931adaf85",
"Notes": "sample string 6",
"Identifier": "sample string 7",
"IsDeleted": 1
}
application/xml, text/xml
Sample:
<AssetTransactionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <Active>true</Active> <AssetId>fa967eb4-e724-4a7f-94bb-547418558715</AssetId> <FromLocationId>74e8511e-1cc5-4128-bff4-506931adaf85</FromLocationId> <Id>2024c653-305a-4dd9-81e1-8b1af5a9098d</Id> <Identifier>sample string 7</Identifier> <IsDeleted>1</IsDeleted> <LocationId>954fbf11-9528-4361-a689-eff1aa57c2da</LocationId> <Notes>sample string 6</Notes> <StopId>b89cb641-1549-4a6e-bb87-5007651bbfb2</StopId> <TransactionCode>Audit</TransactionCode> <TransactionNumber>sample string 5</TransactionNumber> <Updated>2025-12-15T23:38:09.0133454-05:00</Updated> </AssetTransactionData>
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. |