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": "2091491c-fbb5-4e12-9482-329d9401b13d",
"DevicePlacementId": "331fd28a-26ec-4e18-8997-0687292fd33f",
"DeviceAssignmentId": "2ca0da00-16b0-48d2-b9c1-b8bcd4afb9c8"
}
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>2091491c-fbb5-4e12-9482-329d9401b13d</BusinessUnitId> <DeviceAssignmentId>2ca0da00-16b0-48d2-b9c1-b8bcd4afb9c8</DeviceAssignmentId> <DevicePlacementId>331fd28a-26ec-4e18-8997-0687292fd33f</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.