POST api/ddl/GetCities
Request Information
URI Parameters
None.
Body Parameters
DTODDL| Name | Description | Type | Additional information |
|---|---|---|---|
| IsForDoctor | boolean |
None. |
|
| Token | globally unique identifier |
None. |
|
| DoctorId | globally unique identifier |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| OrganizationId | globally unique identifier |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| StateORProvinceId | globally unique identifier |
None. |
|
| DepartmentIds | Collection of globally unique identifier |
None. |
|
| SpecialityIds | Collection of globally unique identifier |
None. |
|
| Search | string |
None. |
|
| GroupType | integer |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| StatusValue | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsForDoctor": true,
"Token": "9c036aa7-1ff9-4d8b-b273-0132601810e1",
"DoctorId": "fdb0468f-fd0a-4503-a1dd-f1469f832850",
"BranchId": "cb254ff9-09ae-4709-a97b-c0d75d37026b",
"OrganizationId": "0ba830d1-bf9d-484b-8b3a-9df0fb25b4c3",
"CountryId": "e8d6fb55-69e8-4849-a88e-5bf7eb1573e4",
"StateORProvinceId": "c10ea2b6-c4bf-428f-9b1d-740776b2991f",
"DepartmentIds": [
"26614266-8860-433c-bd8d-b239662ec37a",
"898430fc-c419-4aab-89b9-10b711f6ca5b"
],
"SpecialityIds": [
"54b403d7-e1b0-490b-bcf4-01aa082cfeb9",
"b741f8d7-2d03-4ab3-9f04-1d01ad34b6aa"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "5ba9cc11-0335-40ba-89cc-9064c58b01d3",
"StatusValue": 1
}
application/xml, text/xml
Sample:
<DTODDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
<BranchId>cb254ff9-09ae-4709-a97b-c0d75d37026b</BranchId>
<CountryId>e8d6fb55-69e8-4849-a88e-5bf7eb1573e4</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>26614266-8860-433c-bd8d-b239662ec37a</d2p1:guid>
<d2p1:guid>898430fc-c419-4aab-89b9-10b711f6ca5b</d2p1:guid>
</DepartmentIds>
<DoctorId>fdb0468f-fd0a-4503-a1dd-f1469f832850</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>0ba830d1-bf9d-484b-8b3a-9df0fb25b4c3</OrganizationId>
<PatientId>5ba9cc11-0335-40ba-89cc-9064c58b01d3</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>54b403d7-e1b0-490b-bcf4-01aa082cfeb9</d2p1:guid>
<d2p1:guid>b741f8d7-2d03-4ab3-9f04-1d01ad34b6aa</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>c10ea2b6-c4bf-428f-9b1d-740776b2991f</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>9c036aa7-1ff9-4d8b-b273-0132601810e1</Token>
</DTODDL>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.