Add providers to contract
Appends a list of rendering provider IDs to the contract. Provider IDs already on the contract are silently ignored.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
contract_id
Request
This endpoint expects an object.
rendering_provider_ids
Provider IDs to add to the contract. Max 100,000 per request.
Response
This endpoint returns an object.
provider_count
The total number of rendering providers currently associated with this contract after the operation
added_count
The number of rendering providers that were newly added to the contract
ignored_count
The number of rendering provider IDs that were already associated with the contract and thus ignored
Errors
404
Entity Not Found Error
422
Unprocessable Entity Error