POST api/BillingAssistant/Customer/Metadata
Request Information
URI Parameters
None.
Body Parameters
BillingAssistantCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| IsParentCompany | boolean |
None. |
|
| Metadata | BillingAssistantMetadata |
None. |
Request 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
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true