POST api/DoctorCreation/DoctorAddress
Request Information
URI Parameters
None.
Body Parameters
ClsDoctorAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| doctor_address_id | decimal number |
None. |
|
| doctor_id | string |
None. |
|
| line_one | string |
None. |
|
| line_two | string |
None. |
|
| town_village | string |
None. |
|
| country | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| is_permanent_address | decimal number |
None. |
|
| Dml_Indicator | string |
None. |
|
| StringResult | string |
None. |
|
| StringMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"doctor_address_id": 1.1,
"doctor_id": "sample string 2",
"line_one": "sample string 3",
"line_two": "sample string 4",
"town_village": "sample string 5",
"country": "sample string 6",
"state": "sample string 7",
"city": "sample string 8",
"is_permanent_address": 9.1,
"Dml_Indicator": "sample string 10",
"StringResult": "sample string 11",
"StringMsg": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |