POST api/billing/getBillingReport
Request Information
URI Parameters
None.
Body Parameters
BillingQueryModelName | Description | Type | Additional information |
---|---|---|---|
coop | integer |
None. |
|
yearbeginning | integer |
None. |
|
monthbeginning | integer |
None. |
|
yearending | integer |
None. |
|
monthending | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "coop": 1, "yearbeginning": 2, "monthbeginning": 3, "yearending": 1, "monthending": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.