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": "5f43a400-8a75-4678-8146-12a01dcf70a5",
"SystemUserId": "8aade170-1f33-44a1-a394-73c138f938fc",
"ItemIdToBeReplaced": "bf5afc68-8f66-433c-b741-5d4de31ef1c2",
"ItemIdToReplace": "93f5e68a-0115-4d11-9183-e4356104ae39"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true