POST v6/companybilling/save
Request Information
URI Parameters
None.
Body Parameters
CompanyBillingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyBillingId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| SkuId | integer |
None. |
|
| EffectiveDate | date |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyBillingId": 1,
"companyId": 2,
"skuId": 3,
"effectiveDate": "2025-11-08T08:24:33.4459011+00:00",
"amount": 5.1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.