Get Invoice by ID

Prev Next
Get
/v1/invoices/{invoiceId}

The “Get Invoice by ID” method is used to read a specific Invoice from WACM. The purpose of “Get Invoice by ID” is to allow users to access the information of a specific Invoice by providing its WACM ID.

Limitations include: A Sub-Account member cannot read its own sub-invoice, only the parent account users have access to perform this action.

Security
HTTP
Type basic
Path parameters
invoiceId
integerRequired
Example34323
Responses
200

OK

string
Example{ "id": 34323, "subInvoiceId": 987654, "subAccountId": 3456, "subAccountName": "", "subAccountEmail": "", "channelAccountId": null, "channelAccountName": null, "channelAccountEmail": null, "controlAccountId": 6789, "controlAccountName": "", "controlAccountEmail": null, "governanceAccountId": null, "governanceAccountName": null, "controlInvoiceId": 23456, "periodStart": "2021-11-05", "periodEnd": "2021-12-02", "totalStorage": 5.39, "activeStorage": 0, "activeStorageUnitCost": 0, "activeStorageTotalCost": 0, "deletedStorage": 0, "deletedStorageUnitCost": 0, "deletedStorageTotalCost": 0, "apiCalls": 0, "apiCallsUnitCost": 0, "apiCallsTotalCost": 0, "ingress": 0, "ingressUnitCost": 0, "ingressTotalCost": 0, "egress": 0, "egressUnitCost": 0, "egressTotalCost": 0, "minimumActiveStorage": 0.9, "minimumActiveStorageUnitCost": 5.99, "minimumActiveStorageTotalCost": 5.39, "wasabiAccountNumber": 676040 }