Skip to main content
PUT
/
api
/
Placements
/
{placementId}
/
terminate
Terminate Placement.
curl --request PUT \
  --url https://api.example.com/api/Placements/{placementId}/terminate \
  --header 'Content-Type: application/json' \
  --data '
{
  "reasonId": 123,
  "endDate": "2023-11-07T05:31:56Z",
  "comments": "<string>"
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
reasonId
integer<int32>
endDate
string<date-time>
comments
string | null

Response

200

OK