Archive an invoice by Id

Archive an invoice by Id. Note this is same function as /invoice/{invoiceId} DELETE for clients that only support OPTIONS,GET,POST.

Securityapi_key or session_token
Request
path Parameters
invoiceId
required
string (HashedId) <= 128 characters /^\w+$/
Responses
200

An invoice archive 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

get/invoice/archive/{invoiceId}
Request samples
Response samples
application/json
{
  • "code": "Success",
  • "message": "string",
  • "invoice": {
    }
}
Copyright © RoadSync 2023. All right reserved.