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": "5d51176e-a018-4df6-8b45-85d623b99794",
"SystemUserId": "63ea37d5-1e7d-4e85-a291-3ab31d496a9b",
"ItemIdToBeReplaced": "c73615e4-601f-46f3-b626-d351a10ed447",
"ItemIdToReplace": "c00cfc94-6a92-47c5-a82d-eb143dba36e9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true