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": "876ca81b-97ab-42eb-84a4-d4bb5e85f090",
"SystemUserId": "30217e77-0cd6-4421-85d7-91b86c164048",
"ItemIdToBeReplaced": "84b1f04e-7c65-4583-a322-ddae1c2b4d3a",
"ItemIdToReplace": "93b5e1b1-5542-4171-b536-2d5199382859"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true