Upload Purchase Documents

GST Applicability: A document can be an invoice, and its related credit note, or debit note. It can also be a bill of supply, and its related credit note, or debit note.

Amendment: It can be an original document or an amendment document.

Clear Finance Cloud provides only 1 option to ingest documents:

Ingest Documents via File API

Ingest Documents via File API is the most recommended option since it supports uploading documents in the bulk of up to 30 lakh document line items in one workflow which will typically take around 15 mins to complete.

pageIngest PR via File

(Deprecated) Ingest Documents via JSON API

Ingest Documents via JSON API is the least recommended option since each request can handle only 100 document line items and can take a long time to upload all documents in batches.

This API is deprecated and no more supported due to scaling issues.

page(Deprecated) Ingest PR via JSON

Comparison of File API and JSON API

ParticularsFile APIJSON API

Processing mode

Asynchronous

Synchronous

Document line items per request

Up to 30 lakh

Up to 100

API Status

Supported and Recommended

Deprecated

Last updated