GET/partners/invoice-details
Gets a list of invoice details.
OAuth 2.0 authentication. For more information, see Authentication and Authorization.
partner
partner.read
| Parameter | Type | Description |
|---|---|---|
| year | integer | Year required example : 2021 |
| month | integer | Month required minimum : 1 maximum : 12 example : 6 |
| count | integer | Number of items to get default : 20 minimum : 1 maximum : 20 |
| cursor | string | Cursor value example : JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA== |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| invoiceDetails | array (InvoiceDetails) | It provides invoice details based on the customer's usage information. |
| responseMetaData | object (responseMetaData) | Pagination information |
| Property | Type | Description |
|---|---|---|
| domainId | integer | Domain ID readOnly : true |
| domain | string | Domain name readOnly : true |
| customerName | string | Customer company or organization name readOnly : true |
| customerCode | string | Customer code readOnly : true |
| settlementItems | array (SettlementItems) | List of items to settle readOnly : true |
| Property | Type | Description |
|---|---|---|
| subscriptionId | integer | Subscription ID |
| itemType | string | Settlement item type
Allowed values : PRODUCT, OPTION_PRODUCT, OPTION_PLUS, SUMMARY, ADJUSTMENT, PENALTY |
| startDate | string | Start date
format : date readOnly : true |
| endDate | string | End date
format : date readOnly : true |
| itemId | string | Item ID
readOnly : true |
| plan | string | Contract type
Applicable contract types by plan group
Allowed values : TRIAL, MONTHLY, ANNUAL_LICENSE, ANNUAL_PREPAY_LICENSE |
| licenseCount | integer | Number of licenses readOnly : true |
| memberCount | integer | Number of users readOnly : true |
| quantity | integer | Quantity
readOnly : true nullable : true |
| status | string | Subscription status
Allowed values : ACTIVE, SUSPENDED_TRIALEND |
| discountAmount | number | Discount amount readOnly : true |
| amount | number | Total amount to settle (the final amount to be paid after discount) readOnly : true |
| Property | Type | Description |
|---|---|---|
| nextCursor | string | Cursor value for pagination |