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": "734a5125-e18f-4b58-9496-f3cd75608290",
"SystemUserId": "c7c8c59c-418d-4123-a8d4-091bc9ed9e9f",
"ItemIdToBeReplaced": "cc592f03-58d3-4298-9af4-31847608f922",
"ItemIdToReplace": "339f6c65-19f7-4ea8-8f7e-6b53550da066"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true