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": "e4f5f79b-064e-4a7d-a4ea-824594e466dd", "DevicePlacementId": "d915ec27-7be0-4ede-b373-2256018871b6", "DeviceAssignmentId": "109b4c41-87f0-4fd9-b689-3523d0b6b014" }
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>e4f5f79b-064e-4a7d-a4ea-824594e466dd</BusinessUnitId> <DeviceAssignmentId>109b4c41-87f0-4fd9-b689-3523d0b6b014</DeviceAssignmentId> <DevicePlacementId>d915ec27-7be0-4ede-b373-2256018871b6</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.