Create insurance adjudication

Beta
POST
/api/insurance-adjudications/v1

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

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