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": "d7767236-5172-4c84-9a1c-84a5592acfd5",
"DevicePlacementId": "1c5059d4-3b22-4760-a27e-1aacfe3ab26b",
"DeviceAssignmentId": "2bda0af7-ba33-43b2-adac-4ded0b16a1ba"
}
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>d7767236-5172-4c84-9a1c-84a5592acfd5</BusinessUnitId> <DeviceAssignmentId>2bda0af7-ba33-43b2-adac-4ded0b16a1ba</DeviceAssignmentId> <DevicePlacementId>1c5059d4-3b22-4760-a27e-1aacfe3ab26b</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.