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": "0ad9dcb1-d2e2-493d-af9a-1136d856dff5",
"SystemUserId": "b09b2b0f-c683-42a5-972e-62d7adca71d5",
"ItemIdToBeReplaced": "697bcc17-c717-448f-be07-e724c7d02327",
"ItemIdToReplace": "472558fb-1033-4419-96c5-e0e993569d33"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true