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": "15848361-6626-4361-81ab-34cab7f7b0f3",
"SystemUserId": "f8311a8f-827b-4766-8df4-e3bb65327f9e",
"ItemIdToBeReplaced": "8d4fc83f-3982-4340-82a5-2714cff2c92f",
"ItemIdToReplace": "9c58839c-aa09-4b7a-b2a6-808e3dca6601"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true