Get
/v1/accounts/{AcctNum}/invoices/{SubInvoiceNum}
Return the details regarding a specific sub-invoice. If a Sub-Account has buckets in regions that have different prices, the Unit Cost shown in the sub-invoice will be the weighted average Unit Cost of the resource across the regions. A new API endpoint introduced with this release provides the detailed output for all the different regions. Wasabi encourages partners to use this new endpoint going forward as we intend to deprecate this endpoint in the future. Refer to GET /v1/accounts//invoices/regional.
Security
API Key: ApiKeyAuth
Header parameter nameAuthorization
Please enter your Primary Partner API Key
Path parameters
AcctNum
integer (int32) Required
SubInvoiceNum
integer (int32) Required
Responses
200
OK
object
SubInvoice
object (SubInvoice)
SubInvoiceNum
integer (int32)
InvoiceNum
integer (int32)
AcctNum
integer (int32)
ParentAcctNum
integer (int32)
AcctPlanNum
integer (int32)
CreateTime
string (date-time)
PeriodStart
string (date-time)
PeriodEnd
string (date-time)
Total
number (float)
Currency
string
Status
string
SubInvoiceItems
Array of object (SubInvoiceItem)
object
SubInvoiceItemNum
integer (int32)
SubInvoiceNum
integer (int32)
Type
string
DisplayName
string
Description
string
Qty
number (float)
UnitCost
number (float)
Total
number (float)
Currency
string