400
When receiving a 400 Error from Billit you should also have received a Business type exception with the message explaining the issue.
The response will be a list of errors. Each error is a readable object as shown below.
{
"errors": [
{
"Code": "Invalid Filename",
"Description": "Please change the file name to the correct format"
}
]
}
Updated about 2 years ago