Use Cases > Attachment API

Attachment API allows us to upload attachments which can then be associated with a submitted invoice. The API has the below services

Upload attachment

We can upload an attachment into the EBH system via this API service. The file to be uploaded will be in the body of the request. Once the file has been successfully uploaded the response will provide us with an attachment id:

This ID can then be used to associate with an invoice submission id using Submission API (refer step II in Submission API)