POST api/GetServiceReportForm
Request Information
URI Parameters
None.
Body Parameters
GetServiceReportForm| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeID | string |
None. |
|
| M_ID | string |
None. |
|
| CAT_ID | string |
None. |
|
| CUSTOMER_TYPE_ID | string |
None. |
|
| CompanyType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeID": "sample string 1",
"M_ID": "sample string 2",
"CAT_ID": "sample string 3",
"CUSTOMER_TYPE_ID": "sample string 4",
"CompanyType": "sample string 5"
}
application/xml, text/xml
Sample:
<GetServiceReportForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SaiHealthCare.Models.ServiceReport"> <CAT_ID>sample string 3</CAT_ID> <CUSTOMER_TYPE_ID>sample string 4</CUSTOMER_TYPE_ID> <CompanyType>sample string 5</CompanyType> <EmployeeID>sample string 1</EmployeeID> <M_ID>sample string 2</M_ID> </GetServiceReportForm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |