Skip to main content
POST
/
api
/
ChangeRequests
/
{placementId}
/
StartDate
Change Start Date.
curl --request POST \
  --url https://api.example.com/api/ChangeRequests/{placementId}/StartDate \
  --header 'Content-Type: application/json' \
  --data '
{
  "rateId": 123,
  "startDate": "2023-11-07T05:31:56Z",
  "endDate": "2023-11-07T05:31:56Z",
  "notes": "<string>"
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
rateId
integer<int32>
startDate
string<date-time>
endDate
string<date-time> | null
notes
string | null

Response

200

OK