POST api/packcenter/stopplacement
Stop Placement
Request Information
URI Parameters
None.
Body Parameters
Stop Placement Request
StopPlacementRequest| Name | 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": "3573c82d-f887-492e-8210-4b3c956a9507",
"DevicePlacementId": "8475b517-96b4-4551-8f67-0477fe1a3538",
"DeviceAssignmentId": "fdd8afa9-80da-4a3e-a120-39270e27e76f"
}
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>3573c82d-f887-492e-8210-4b3c956a9507</BusinessUnitId> <DeviceAssignmentId>fdd8afa9-80da-4a3e-a120-39270e27e76f</DeviceAssignmentId> <DevicePlacementId>8475b517-96b4-4551-8f67-0477fe1a3538</DevicePlacementId> </StopPlacementRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.