POST api/GetOsMakPatients
Request Information
URI Parameters
None.
Body Parameters
SearchPatientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseNo | string |
None. |
|
| Lastname | string |
None. |
|
| Firstname | string |
None. |
|
| Middlename | string |
None. |
|
| PatientType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CaseNo": "sample string 1",
"Lastname": "sample string 2",
"Firstname": "sample string 3",
"Middlename": "sample string 4",
"PatientType": "sample string 5"
}
application/xml, text/xml
Sample:
<SearchPatientModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimsAssureApi.Models"> <CaseNo>sample string 1</CaseNo> <Firstname>sample string 3</Firstname> <Lastname>sample string 2</Lastname> <Middlename>sample string 4</Middlename> <PatientType>sample string 5</PatientType> </SearchPatientModel>
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.