Methods

  • get - Get Brand Invoice By ID
  • get - Get Brand Invoices
  • get - Get Business Invoice By ID
  • get - Get Business Invoices
  • get - Get Reseller Invoice By ID
  • get - Get Reseller Invoices

Resource

{
    "cultureName": "string",
    "currency": "string",
    "date": "date-time",
    "gst": "double",
    "id": "int32",
    "invoiceNumber": "string",
    "lineItems": [
        {
            "abn": "string",
            "billingPlan": "string",
            "brandName": "string",
            "businessId": "int32",
            "businessNumber": "string",
            "description": "string",
            "details": [
                {
                    "description": "string",
                    "groupName": "string"
                }
            ],
            "quantity": "double",
            "totalIncludingGst": "double",
            "unitPriceIncludingGst": "double",
            "whiteLabelName": "string"
        }
    ],
    "totalExcludingGst": "double",
    "totalIncludingGst": "double"
}

Properties

Name Type Description
cultureName string String
currency string String
date date-time DateTime
gst double Decimal
id int32 Int32
invoiceNumber string String
lineItems[] array
lineItems[].abn string String
lineItems[].billingPlan string String
lineItems[].brandName string String
lineItems[].businessId int32 Nullable
lineItems[].businessNumber string String
lineItems[].description string String
lineItems[].details[] array
lineItems[].details[].description string String
lineItems[].details[].groupName string String
lineItems[].quantity double Decimal
lineItems[].totalIncludingGst double Decimal
lineItems[].unitPriceIncludingGst double Decimal
lineItems[].whiteLabelName string String
totalExcludingGst double Decimal
totalIncludingGst double Decimal