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": "014301e5-2732-42f4-8f74-e620ccec03d2", "DevicePlacementId": "42e6426c-8d0e-4646-b9f8-2d5fe0e98d4e", "DeviceAssignmentId": "f70ed440-b5a3-463e-9234-20dc8e3ba85f" }
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>014301e5-2732-42f4-8f74-e620ccec03d2</BusinessUnitId> <DeviceAssignmentId>f70ed440-b5a3-463e-9234-20dc8e3ba85f</DeviceAssignmentId> <DevicePlacementId>42e6426c-8d0e-4646-b9f8-2d5fe0e98d4e</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.