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": "59f8c251-0db2-4b09-be88-daef7670c83b", "DevicePlacementId": "5d578a74-6acb-4346-951f-ef52ba7c045f", "DeviceAssignmentId": "99bff0f9-8e91-47a9-aa1f-bfa52c194ba8" }
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>59f8c251-0db2-4b09-be88-daef7670c83b</BusinessUnitId> <DeviceAssignmentId>99bff0f9-8e91-47a9-aa1f-bfa52c194ba8</DeviceAssignmentId> <DevicePlacementId>5d578a74-6acb-4346-951f-ef52ba7c045f</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.