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

Path Parameters

changeRequestId
integer<int32>
required

Body

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

Response

200

OK