POST api/billing/getBillingReport

Request Information

URI Parameters

None.

Body Parameters

BillingQueryModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.