POST api/User/HomeAvailService
Request Information
URI Parameters
None.
Body Parameters
HomeService| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PatientID | string |
None. |
|
| Name | string |
None. |
|
| ContactNo | string |
None. |
|
| string |
None. |
||
| OrderDate | string |
None. |
|
| HomeServiceType | string |
None. |
|
| WhatYouWant | string |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PatientID": "sample string 2",
"Name": "sample string 3",
"ContactNo": "sample string 4",
"Email": "sample string 5",
"OrderDate": "sample string 6",
"HomeServiceType": "sample string 7",
"WhatYouWant": "sample string 8",
"IsDeleted": 1
}
application/xml, text/xml
Sample:
<HomeService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DrraviDataAccess"> <ContactNo>sample string 4</ContactNo> <Email>sample string 5</Email> <HomeServiceType>sample string 7</HomeServiceType> <Id>1</Id> <IsDeleted>1</IsDeleted> <Name>sample string 3</Name> <OrderDate>sample string 6</OrderDate> <PatientID>sample string 2</PatientID> <WhatYouWant>sample string 8</WhatYouWant> </HomeService>
application/x-www-form-urlencoded
Sample:
text/html
Sample:
{"Id":1,"PatientID":"sample string 2","Name":"sample string 3","ContactNo":"sample string 4","Email":"sample string 5","OrderDate":"sample string 6","HomeServiceType":"sample string 7","WhatYouWant":"sample string 8","IsDeleted":1}
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. |