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": "954484fa-375f-4110-ac66-f8a87549c7fe",
"DevicePlacementId": "0ce47b53-e150-496a-bb85-57345e661537",
"DeviceAssignmentId": "800575ca-e412-4ab9-866d-9c8469eb2550"
}
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>954484fa-375f-4110-ac66-f8a87549c7fe</BusinessUnitId> <DeviceAssignmentId>800575ca-e412-4ab9-866d-9c8469eb2550</DeviceAssignmentId> <DevicePlacementId>0ce47b53-e150-496a-bb85-57345e661537</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.