Skip to main content
PUT
/
api
/
ChangeRequests
/
{placementId}
/
Client-Ref
Change Client Reference.
curl --request PUT \
  --url https://api.example.com/api/ChangeRequests/{placementId}/Client-Ref \
  --header 'Content-Type: application/json' \
  --data '
{
  "rateId": 123,
  "clientReference": "<string>",
  "effectiveDate": "<string>",
  "notes": "<string>"
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
rateId
integer<int32>
clientReference
string | null
effectiveDate
string | null
notes
string | null

Response

200

OK