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": "48d566f4-7089-4e29-86b9-137d372796db",
"SystemUserId": "602efa9d-4a1d-4624-96fb-ca9e44ab136f",
"ItemIdToBeReplaced": "b447a204-1136-40c2-b5fd-83b03e7ef280",
"ItemIdToReplace": "37e7a295-231f-4076-a748-94f91b4476c9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true