POST report/getfamiliesreport
Request Information
URI Parameters
None.
Body Parameters
FamiliesreportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | integer |
None. |
|
| reportFor | string |
None. |
|
| reportMonth | integer |
None. |
|
| reportYear | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"providerId": 1,
"reportFor": "sample string 2",
"reportMonth": 3,
"reportYear": 4
}
application/xml, text/xml
Sample:
<FamilyReport.FamiliesreportInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SW99.Medical.Reports.DTOs"> <providerId>1</providerId> <reportFor>sample string 2</reportFor> <reportMonth>3</reportMonth> <reportYear>4</reportYear> </FamilyReport.FamiliesreportInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.