Get Billing Account

Request
path Parameters
id
required
string
Responses
200

Ok

get/billing/accounts/{id}
Request samples
Response samples
application/json
{
  • "_id": "string",
  • "companyName": "string",
  • "companyPhone": "string",
  • "billingContact": "string",
  • "accountId": "string",
  • "recipients": [
    ],
  • "address": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "taxData": {
    },
  • "creator": "string"
}