v2

Create contract

Creates a new contract within the user's current organization

post/api/contracts/v2

Headers

Authorizationstring required

OAuth authentication

Request body

effective_datestring required

ISO 8601 date; formatted YYYY-MM-DD (i.e. 2012-02-01)

expiration_datestring

ISO 8601 date; formatted YYYY-MM-DD (i.e. 2012-02-01)

contract_statusV2ContractStatus — unresolved $ref
authorized_signatoryV2AuthorizedSignatory — unresolved $ref
commercial_insurance_typesV2InsuranceTypes required— unresolved $ref
medicare_insurance_typesV2InsuranceTypes required— unresolved $ref
medicaid_insurance_typesV2InsuranceTypes required— unresolved $ref
contracting_provider_idV2ContractingProviderId required— unresolved $ref
rendering_provider_idsV2RenderingProviderid[] required— unresolved $ref

A rendering provider isn't contracted directly with the payer but can render services under the contract held by the contracting provider. Max items is 4000.

payer_uuidstring uuid required

The UUID of the insurance company under agreement to the contract

Response

Response with status 200

V2ContractWithProviders required— unresolved $ref