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": "c788eb45-1c92-4f8b-b565-da6a7a5c3c03",
"SystemUserId": "ec41f50b-086e-4245-bf1a-cd5ddfbec389",
"ItemIdToBeReplaced": "d917e110-4b3d-4cd1-b3c6-b6554bdd21b4",
"ItemIdToReplace": "0c847df0-0736-4822-8611-531839f4fb94"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true