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": "178ca691-1241-4f7f-bf7e-b9a9f62d6319",
"DevicePlacementId": "a3ca4155-35f1-4f0c-bd2a-e665dc4c6282",
"DeviceAssignmentId": "19d34c9e-8f05-4c7c-94da-a5dc3be60963"
}
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>178ca691-1241-4f7f-bf7e-b9a9f62d6319</BusinessUnitId> <DeviceAssignmentId>19d34c9e-8f05-4c7c-94da-a5dc3be60963</DeviceAssignmentId> <DevicePlacementId>a3ca4155-35f1-4f0c-bd2a-e665dc4c6282</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.