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": "baa6820c-03f1-4aa7-ab19-e4398f8679d6",
"SystemUserId": "10a0bf09-7c4d-44cd-a210-56bdfeaef88c",
"ItemIdToBeReplaced": "6b1060a7-6360-4010-b5c5-0dc0c66dd719",
"ItemIdToReplace": "d45e2e49-bda8-4798-a3a7-8352425348bf"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true