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": "fafed2eb-89a9-4ae2-a0f7-b0f8f7509890",
"DevicePlacementId": "d4d0a039-2f5b-4a30-a708-ee8e16bdc545",
"DeviceAssignmentId": "36695fa5-9a07-4445-9f23-20c39d9d14d4"
}
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>fafed2eb-89a9-4ae2-a0f7-b0f8f7509890</BusinessUnitId> <DeviceAssignmentId>36695fa5-9a07-4445-9f23-20c39d9d14d4</DeviceAssignmentId> <DevicePlacementId>d4d0a039-2f5b-4a30-a708-ee8e16bdc545</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.