Skip to main content
PUT
/
api
/
agency-portal
/
ReleasedJobsByUs
/
{id}
/
AdditionalAgencies
Release a Released Job to Additional Agencies.
curl --request PUT \
  --url https://api.example.com/api/agency-portal/ReleasedJobsByUs/{id}/AdditionalAgencies \
  --header 'Content-Type: application/json-patch+json' \
  --data '[
  123
]'

Path Parameters

id
integer<int32>
required

Body

Response

200

OK