Create an invoice

Create an invoice

Securityapi_key or session_token
Request
Request Body schema: application/json

Create an invoice input

companyId
string (HashedId) <= 128 characters /^\w+$/
object (InvoiceCreateInput)
Responses
200

An invoice response

401

API key is missing or invalid

403

Request is completely forbidden. API not provided or method and or endpoint not supported

404

404 Not found

429

429 too many requests response

500

Service Error

default

unexpected error response

post/invoice/create
Request samples
application/json
{
  • "companyId": "string",
  • "invoiceCreateInput": {
    }
}
Response samples
application/json
{
  • "code": "Success",
  • "message": "string",
  • "invoice": {
    }
}
Copyright © RoadSync 2023. All right reserved.