Skip to main content
POST
Request a re-sync of a resource with the EHR

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Body

application/json
resourceType
enum<string>
required

What kind of resource to re-sync with the EHR

Available options:
claim,
bill,
patient,
note,
appointment
Example:

"claim"

resourceId
string
required

The resource's id in its prefixed form (clm_/bil_/pat_/nte_/apt_), or a raw UUID

Example:

"clm_a1b2c3d456784abc9def0123456789ab"

Response

Accepted — queued for background processing

code
string
required

Response code

Example:

"success"

data
object
required