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": "9b606804-36bb-4e1b-b120-dc9a93542cff",
"DevicePlacementId": "9bbce896-ab95-4df6-8689-08856c3d66fd",
"DeviceAssignmentId": "b6a13566-4f92-44ca-953e-929f67d882a9"
}
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>9b606804-36bb-4e1b-b120-dc9a93542cff</BusinessUnitId> <DeviceAssignmentId>b6a13566-4f92-44ca-953e-929f67d882a9</DeviceAssignmentId> <DevicePlacementId>9bbce896-ab95-4df6-8689-08856c3d66fd</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.