Claim Attachment
The Claim attachment feature allows the user to have additional documented information attached to a specific claim. This feature allows the user to create, modify, or delete any claim documentation from the specific claim. Allows only PDF documents. The type of documents that can be attachment are configured for the provider.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Upload new
attachment
POST
/v1/{practiceid}/claims/{claimid}/attachments
Upload new document for a specific claim
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allExample Code
Get list of all claim
attachments
GET
/v1/{practiceid}/claims/{claimid}/attachments
Retrieves a list of claim documents for a specific claim
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allExample Code
Update existing claim
attachment
PUT
/v1/{practiceid}/claims/{claimid}/attachments
Modifies an existing claim document for a specific claim
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allExample Code
Get list of attachment
class-type(s)
GET
/v1/{practiceid}/claims/attachmenttypeclass
Retrieves a list of attachment categories the user can submit for the claim
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Delete claim
attachment
DELETE
/v1/{practiceid}/claims/{claimid}/attachments
Removes the document record from the system for a specific claim
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allExample Code