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": "8dc6611c-bc54-415c-ab54-50f70131125a",
"SystemUserId": "10f4d347-2bef-4bb6-abd5-69295f119bc3",
"ItemIdToBeReplaced": "d4c8b37c-4938-4c2e-8a2d-de92c089cf74",
"ItemIdToReplace": "37af60ab-b299-420b-bffb-7f1223184e83"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true