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": "6eedf62f-de41-49d2-844e-6c540fa0ce3f",
"DevicePlacementId": "30cffcab-2da2-4c77-9b18-1e084ef22f49",
"DeviceAssignmentId": "c18ffbfc-8af7-4747-9e21-f452f71a1fcd"
}
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>6eedf62f-de41-49d2-844e-6c540fa0ce3f</BusinessUnitId> <DeviceAssignmentId>c18ffbfc-8af7-4747-9e21-f452f71a1fcd</DeviceAssignmentId> <DevicePlacementId>30cffcab-2da2-4c77-9b18-1e084ef22f49</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.