What should the user expect as a response if calling "Clearance API" was a Success?

What should the user expect as a response if calling “Clearance API” was a Success?

The response will be 200 HTTP Ok with a Retrieved object containing 4 values : "invoiceHash","Status" ,"Warnings", "errors".
Retrieved object Example:

{
 ""invoiceHash"": ""TODO Add Invoice Hash"",
 ""status"": ""Reported"",
 ""warnings"": null,
 ""errors"": null
}

More information can be found on the Integration Sandbox section of the Developer Portal.