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": "1f923ff9-7f28-4eba-a54e-3a3dab969929",
"DevicePlacementId": "7999cc50-86f7-4ad4-b582-b21d3e16d749",
"DeviceAssignmentId": "5769b019-f8b5-4520-9ea1-aba6e53abf54"
}
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>1f923ff9-7f28-4eba-a54e-3a3dab969929</BusinessUnitId> <DeviceAssignmentId>5769b019-f8b5-4520-9ea1-aba6e53abf54</DeviceAssignmentId> <DevicePlacementId>7999cc50-86f7-4ad4-b582-b21d3e16d749</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.