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": "f9f56451-9126-4772-978e-a6fd11274a48",
"DevicePlacementId": "775455f2-b93a-4e49-91a7-c078f1b7f2cc",
"DeviceAssignmentId": "cb47a532-aaa8-4e39-b2ae-53329da7c346"
}
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>f9f56451-9126-4772-978e-a6fd11274a48</BusinessUnitId> <DeviceAssignmentId>cb47a532-aaa8-4e39-b2ae-53329da7c346</DeviceAssignmentId> <DevicePlacementId>775455f2-b93a-4e49-91a7-c078f1b7f2cc</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.