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": "6d36a118-2ace-474d-b603-580342de5a34",
"DevicePlacementId": "3eb1ec3f-9ba9-4f4b-8063-3994c81404e2",
"DeviceAssignmentId": "3b021d9f-0493-47ec-be64-d7278c00f1a9"
}
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>6d36a118-2ace-474d-b603-580342de5a34</BusinessUnitId> <DeviceAssignmentId>3b021d9f-0493-47ec-be64-d7278c00f1a9</DeviceAssignmentId> <DevicePlacementId>3eb1ec3f-9ba9-4f4b-8063-3994c81404e2</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.