POST api/Item/SwapAllocatedItem
Swap allocated item
Request Information
URI Parameters
None.
Body Parameters
SwapAllocatedItemParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
None. |
|
| SystemUserId | globally unique identifier |
None. |
|
| ItemIdToBeReplaced | globally unique identifier |
None. |
|
| ItemIdToReplace | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "b36fce47-a5ff-4916-8cf3-00c20ffb3853",
"SystemUserId": "7498165f-fbfa-4b21-aa89-ad64175d4ce5",
"ItemIdToBeReplaced": "1241bad9-57ba-40cd-b881-54c72b71456b",
"ItemIdToReplace": "bd6c47e8-9fcc-4528-a9c1-0479a34f9e7d"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true