POST api/packcenter/stopplacement

Stop Placement

Request Information

URI Parameters

None.

Body Parameters

Stop Placement Request

StopPlacementRequest
NameDescriptionTypeAdditional 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": "fcb74d5e-89a6-4172-be0d-ed125bf4f851",
  "DevicePlacementId": "9df8af02-5502-465e-a6ba-e0bdd39384a0",
  "DeviceAssignmentId": "870b57e1-d41f-4868-b42c-a40701045c0e"
}

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>fcb74d5e-89a6-4172-be0d-ed125bf4f851</BusinessUnitId>
  <DeviceAssignmentId>870b57e1-d41f-4868-b42c-a40701045c0e</DeviceAssignmentId>
  <DevicePlacementId>9df8af02-5502-465e-a6ba-e0bdd39384a0</DevicePlacementId>
</StopPlacementRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.