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": "8fcdf57a-7de1-467f-b028-f5858114a0a5",
"DevicePlacementId": "991fd127-5d02-4903-866f-024f1ebbbc08",
"DeviceAssignmentId": "ea9ed5b6-9263-4ca8-849d-c5332ed56756"
}
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>8fcdf57a-7de1-467f-b028-f5858114a0a5</BusinessUnitId> <DeviceAssignmentId>ea9ed5b6-9263-4ca8-849d-c5332ed56756</DeviceAssignmentId> <DevicePlacementId>991fd127-5d02-4903-866f-024f1ebbbc08</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.