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": "64676928-d05b-4a06-83c4-555b213d8818",
"DevicePlacementId": "f3465e6f-3f9a-4908-bd29-31e07a8bd94a",
"DeviceAssignmentId": "2d140f80-d572-4cbe-8129-c27303264f32"
}
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>64676928-d05b-4a06-83c4-555b213d8818</BusinessUnitId> <DeviceAssignmentId>2d140f80-d572-4cbe-8129-c27303264f32</DeviceAssignmentId> <DevicePlacementId>f3465e6f-3f9a-4908-bd29-31e07a8bd94a</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.