Skip to main content
PUT
/
api
/
Placements
/
{placementId}
/
Contacts
Change Contacts.
curl --request PUT \
  --url https://api.example.com/api/Placements/{placementId}/Contacts \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact": 123,
  "hiringMgr": 123,
  "billing1": 123,
  "billing2": 123,
  "billing3": 123,
  "signatory": 123
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
contact
integer<int32>
hiringMgr
integer<int32>
billing1
integer<int32>
billing2
integer<int32>
billing3
integer<int32>
signatory
integer<int32>

Response

200

OK