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": "374c8efe-2f77-4eb4-9c50-ef8a7e847f26",
"SystemUserId": "0af0af73-c2cb-4181-b99f-cc54c39799b2",
"ItemIdToBeReplaced": "822c4d24-a13b-4e4b-bb17-2a18b9471bd6",
"ItemIdToReplace": "f096f311-2e23-4e7f-8dc7-16df0bbb39da"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true