The reporting runs through validations of the data entered. If an error is found, the call is interrupted, and the sender is informed of what is wrong.
The system APIs are based on REST, which is based on the HTTP protocol, and therefore the applications at HTTP level will deliver a receipt or error message in the form of standard HTTP status codes, as far as possible.
After reporting, you will receive a response. There are two types of response: a receipt when the report has been received, or an error response showing the error detected.

The two types of response are:

  1. Receipt. 201, Ok
    The data reported are shown so that you can check what you have reported.
  2. Error response. Find a detailed description of error responses in appendix 9 - Error response overview.