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": "4e6aaabb-11fa-47cb-8361-44edc8f9f610",
"DevicePlacementId": "1d591635-741d-4761-a9f5-7a8da506db5c",
"DeviceAssignmentId": "15030715-42da-463c-b53b-9c8e5afc2c01"
}
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>4e6aaabb-11fa-47cb-8361-44edc8f9f610</BusinessUnitId> <DeviceAssignmentId>15030715-42da-463c-b53b-9c8e5afc2c01</DeviceAssignmentId> <DevicePlacementId>1d591635-741d-4761-a9f5-7a8da506db5c</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.