Create insurance adjudication

Creates a new insurance adjudication record and returns the newly created InsuranceAdjudication object.

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
payer_identifierobjectRequired
payeeobjectRequired
check_datedateRequired
claimsmap from UUIDs to lists of objectsRequired
post_datedateOptional
check_numberstringOptional
notestringOptional
remit_draft_idUUIDOptional

Response

This endpoint returns an object.
insurance_adjudication_idUUID
payer_uuidUUID
check_datedate
claimsmap from UUIDs to lists of objects
post_datedateOptional
check_numberstringOptional
notestringOptional

Errors