Add providers to contract

Beta
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_idUUIDRequired

Request

This endpoint expects an object.
rendering_provider_idsset of UUIDsRequired
Provider IDs to add to the contract. Max 100,000 per request.

Response

This endpoint returns an object.
provider_countinteger
The total number of rendering providers currently associated with this contract after the operation
added_countinteger
The number of rendering providers that were newly added to the contract
ignored_countinteger
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