POST api/Masters/Savehospitallist
Request Information
URI Parameters
None.
Body Parameters
hospitallistentity| Name | Description | Type | Additional information |
|---|---|---|---|
| rid | string |
None. |
|
| rdate | string |
None. |
|
| rtime | string |
None. |
|
| patientname | string |
None. |
|
| age | string |
None. |
|
| pmob | string |
None. |
|
| omob | string |
None. |
|
| sex | string |
None. |
|
| adress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rid": "sample string 1",
"rdate": "sample string 2",
"rtime": "sample string 3",
"patientname": "sample string 4",
"age": "sample string 5",
"pmob": "sample string 6",
"omob": "sample string 7",
"sex": "sample string 8",
"adress": "sample string 9"
}
application/xml, text/xml
Sample:
<hospitallistentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <adress>sample string 9</adress> <age>sample string 5</age> <omob>sample string 7</omob> <patientname>sample string 4</patientname> <pmob>sample string 6</pmob> <rdate>sample string 2</rdate> <rid>sample string 1</rid> <rtime>sample string 3</rtime> <sex>sample string 8</sex> </hospitallistentity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| status | integer |
None. |
|
| Isupoad | boolean |
None. |
|
| imageurl | string |
None. |
|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| StatusCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"status": 2,
"Isupoad": true,
"imageurl": "sample string 4",
"Data": {},
"IsSuccess": true,
"StatusCode": 7
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <Data /> <IsSuccess>true</IsSuccess> <Isupoad>true</Isupoad> <Message>sample string 1</Message> <StatusCode>7</StatusCode> <imageurl>sample string 4</imageurl> <status>2</status> </Response>