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": "be3b5408-5b9f-4549-be0a-0d20a39854bb",
"DevicePlacementId": "623441e3-0dfe-4208-9ea3-61ee297172cd",
"DeviceAssignmentId": "554aaed0-4865-4ea3-ae75-13804a601b7f"
}
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>be3b5408-5b9f-4549-be0a-0d20a39854bb</BusinessUnitId> <DeviceAssignmentId>554aaed0-4865-4ea3-ae75-13804a601b7f</DeviceAssignmentId> <DevicePlacementId>623441e3-0dfe-4208-9ea3-61ee297172cd</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.