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": "b08504c8-dd9c-445a-abc9-603524cd7873", "DevicePlacementId": "92b5deb7-18d7-414c-b6cf-5ed39a8b246f", "DeviceAssignmentId": "4c81fcd6-c925-4793-9996-d9d61f4d2e8f" }
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>b08504c8-dd9c-445a-abc9-603524cd7873</BusinessUnitId> <DeviceAssignmentId>4c81fcd6-c925-4793-9996-d9d61f4d2e8f</DeviceAssignmentId> <DevicePlacementId>92b5deb7-18d7-414c-b6cf-5ed39a8b246f</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.