Invoices

Access to invoices


Parameters

Name In Type Required Description
orgId path string true organization name
accountId path integer(int64) true account identifier
body body InvoiceConfigUpdate true ‘none’

Request body - instance of InvoiceConfigUpdate

1
2
3
{
  "delivery_mode": "EMAIL"
}
Name Type Required Description
delivery_mode string true New delivery mode
Property Values
delivery_mode one of [EMAIL, PAPER, APPLICATION]

Request example

1
2
3
4
5
6
7
8
9

curl -X PATCH https://customers.sta.masstack.com/v3/orgs/telco/accounts/214748364/invoices \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-auth-roles: API_KEY" \
 --data-raw "{
  'delivery_mode': 'EMAIL'
}" 

Responses

Code Meaning Description Schema
204 No Content Invoice configuration updated None
400 Bad Request Invalid request body ErrorMessage
404 Not Found Resource not found ErrorMessage

Endpoints

Customers

    Events

      Memos

        Typifications

          Invoices

            Accounts