GET api/BillingAssistant/Customers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BillingAssistantCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| IsParentCompany | boolean |
None. |
|
| Metadata | BillingAssistantMetadata |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CustomerId": 1,
"CompanyId": 2,
"CompanyName": "sample string 3",
"IsParentCompany": true,
"Metadata": {
"TotalSpending": 1.0,
"LastYearSpending": 2.0,
"LastSixMonthSpending": 3.0,
"TotalDue": 4.0,
"MaxBilling": 5.0,
"EnableBilling": true,
"Note": "sample string 7",
"ThirdPartyPayment": 8.0,
"MaxBillingAutoUpdate": true
}
},
{
"CustomerId": 1,
"CompanyId": 2,
"CompanyName": "sample string 3",
"IsParentCompany": true,
"Metadata": {
"TotalSpending": 1.0,
"LastYearSpending": 2.0,
"LastSixMonthSpending": 3.0,
"TotalDue": 4.0,
"MaxBilling": 5.0,
"EnableBilling": true,
"Note": "sample string 7",
"ThirdPartyPayment": 8.0,
"MaxBillingAutoUpdate": true
}
}
]