POST api/packcenter/stopplacement
Stop Placement
Request Information
URI Parameters
None.
Body Parameters
Stop Placement Request
StopPlacementRequestName | 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": "33be79ae-2036-4577-bc0f-e019384b959e", "DevicePlacementId": "c072e3ea-81b8-42a1-8a74-3f70d0fa2591", "DeviceAssignmentId": "9ffdc98b-0853-4c1c-bad1-e285d7a2d5c7" }
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>33be79ae-2036-4577-bc0f-e019384b959e</BusinessUnitId> <DeviceAssignmentId>9ffdc98b-0853-4c1c-bad1-e285d7a2d5c7</DeviceAssignmentId> <DevicePlacementId>c072e3ea-81b8-42a1-8a74-3f70d0fa2591</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.