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": "eab5e812-5e09-4ca3-a41f-6aaa0fc26c49",
"DoctorId": "4d12e712-ea5b-4697-8e05-c8d97b65585d",
"BranchId": "7f84fec9-95d7-4b97-9dd7-a446aef51f43",
"OrganizationId": "d8f79763-a2f5-43c2-8451-bb834b962333",
"CountryId": "cdcb2723-32d1-4d22-ac31-05e47f7f9c7c",
"StateORProvinceId": "4125d70a-da53-4500-bce5-7dbfaf814155",
"DepartmentIds": [
"28e97e63-c4be-4b9b-8a03-7b897c19430a",
"d776d3ba-b506-4337-b216-c2931bffc214"
],
"SpecialityIds": [
"4c767b75-4050-4149-95ed-6fa72215120c",
"54080fae-066a-4e8f-bbc2-3e0a9b08aa1a"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "c572635a-5816-4c7b-8c1f-c04aeadd868e",
"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>7f84fec9-95d7-4b97-9dd7-a446aef51f43</BranchId>
<CountryId>cdcb2723-32d1-4d22-ac31-05e47f7f9c7c</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>28e97e63-c4be-4b9b-8a03-7b897c19430a</d2p1:guid>
<d2p1:guid>d776d3ba-b506-4337-b216-c2931bffc214</d2p1:guid>
</DepartmentIds>
<DoctorId>4d12e712-ea5b-4697-8e05-c8d97b65585d</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>d8f79763-a2f5-43c2-8451-bb834b962333</OrganizationId>
<PatientId>c572635a-5816-4c7b-8c1f-c04aeadd868e</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4c767b75-4050-4149-95ed-6fa72215120c</d2p1:guid>
<d2p1:guid>54080fae-066a-4e8f-bbc2-3e0a9b08aa1a</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>4125d70a-da53-4500-bce5-7dbfaf814155</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>eab5e812-5e09-4ca3-a41f-6aaa0fc26c49</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.