PUT api/AssetAdminTransaction/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Body Parameters

AssetAdminTransactionData
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Updated

date

None.

Active

boolean

None.

TransactionTime

date

None.

TransactionCode

IosAssetTransactionCode

None.

AssetId

globally unique identifier

None.

TransactionNumber

string

None.

LocationId

globally unique identifier

None.

FromLocationId

globally unique identifier

None.

FromIdentifier

string

None.

Notes

string

None.

Identifier

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "70dd4138-0e96-4e5e-b253-887dc424c221",
  "Updated": "2025-10-26T03:28:40.1181066-04:00",
  "Active": true,
  "TransactionTime": "2025-10-26T03:28:40.1181066-04:00",
  "TransactionCode": 0,
  "AssetId": "ed32b77d-bd47-4fe9-b40c-af5379a3ffbe",
  "TransactionNumber": "sample string 5",
  "LocationId": "448d8477-b7c4-47fb-aa93-a51c94003d86",
  "FromLocationId": "8d34ea3e-d877-45e5-b963-c8e0ea77f0fc",
  "FromIdentifier": "sample string 6",
  "Notes": "sample string 7",
  "Identifier": "sample string 8"
}

application/xml, text/xml

Sample:
<AssetAdminTransactionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
  <Active>true</Active>
  <AssetId>ed32b77d-bd47-4fe9-b40c-af5379a3ffbe</AssetId>
  <FromIdentifier>sample string 6</FromIdentifier>
  <FromLocationId>8d34ea3e-d877-45e5-b963-c8e0ea77f0fc</FromLocationId>
  <Id>70dd4138-0e96-4e5e-b253-887dc424c221</Id>
  <Identifier>sample string 8</Identifier>
  <LocationId>448d8477-b7c4-47fb-aa93-a51c94003d86</LocationId>
  <Notes>sample string 7</Notes>
  <TransactionCode>Audit</TransactionCode>
  <TransactionNumber>sample string 5</TransactionNumber>
  <TransactionTime>2025-10-26T03:28:40.1181066-04:00</TransactionTime>
  <Updated>2025-10-26T03:28:40.1181066-04:00</Updated>
</AssetAdminTransactionData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AssetAdminTransactionData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.