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": "1f4cc4f3-3e6c-440f-8ce8-e35be220ba27",
"SystemUserId": "37028571-ad44-4f20-b094-e10b275f6ec0",
"ItemIdToBeReplaced": "37e99bee-8653-4365-8e30-8ec6b033e854",
"ItemIdToReplace": "a1b08de5-4f79-4213-a6be-8ce6d2a82fa9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true