POST api/packcenter/stopplacement
Stop Placement
Request Information
URI Parameters
None.
Body Parameters
Stop Placement Request
StopPlacementRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessUnitId |
Business Unit Id |
globally unique identifier |
None. |
| DevicePlacementId |
Device Placement Id |
globally unique identifier |
None. |
| DeviceAssignmentId |
Device Assignment Id |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessUnitId": "7c50e067-b283-4d2b-9637-1e24bd403049",
"DevicePlacementId": "88155fce-f6a3-4310-ab57-945b605d3c41",
"DeviceAssignmentId": "d4781072-170e-466a-bcaf-e16840b6e423"
}
application/xml, text/xml
Sample:
<StopPlacementRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.CPCNL.API.Classes"> <BusinessUnitId>7c50e067-b283-4d2b-9637-1e24bd403049</BusinessUnitId> <DeviceAssignmentId>d4781072-170e-466a-bcaf-e16840b6e423</DeviceAssignmentId> <DevicePlacementId>88155fce-f6a3-4310-ab57-945b605d3c41</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.