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": "33ba3a62-9e88-48df-913f-c35a1b760ee6",
"DevicePlacementId": "55db9b8c-ee24-4732-beaa-6b7a0df3cb3a",
"DeviceAssignmentId": "b76bd39c-ee77-41f6-a81e-19b2a929810c"
}
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>33ba3a62-9e88-48df-913f-c35a1b760ee6</BusinessUnitId> <DeviceAssignmentId>b76bd39c-ee77-41f6-a81e-19b2a929810c</DeviceAssignmentId> <DevicePlacementId>55db9b8c-ee24-4732-beaa-6b7a0df3cb3a</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.