GET api/AvicennaBilling?month={month}&year={year}&divisionId={divisionId}&clientId={clientId}&programId={programId}
GET: api/AvicennaBilling
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
month |
Month to invoice |
integer |
Required |
year | integer |
Required |
|
divisionId | integer |
None. |
|
clientId | integer |
None. |
|
programId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]
application/octet-stream
Sample:
[{},{}]
application/xml, text/xml
Sample:
<ArrayOfAnyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <anyType /> <anyType /> </ArrayOfAnyType>