CONTENTS
Use Cases > Validation API
I. Create validation request
We can create a validation request for any ESF or UBF invoices using this API. The response will provide an request id which we can later use to see the status of the validation request.
II. Get validation result
Once the validation request has been created, we can use this service to check the status of the request which will provide the validation result in the response.
In case of any validation error the response will have the list of all the validation errors as message in the submitted UBF/ESF file:
III. Get validated invoice
We can use this service to get the URI for an invoice submitted for validation by providing the ID. The response will be an URI using which we can access/download the validated invoice file.