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": "568997f1-d79b-4512-9bdb-4a3cce67c0c3",
"DoctorId": "8c1ffb18-60ee-449b-93f8-251f345ce97a",
"BranchId": "7c8c4806-783a-4402-8f61-d8ac32535505",
"OrganizationId": "03159d52-2a99-4812-aa3e-70e9463d68c7",
"CountryId": "668497a7-81b1-424d-9bcd-67e32ecb61f6",
"StateORProvinceId": "4ae7f5e7-6bfa-46de-b5ae-65de286de2dc",
"DepartmentIds": [
"73da15fb-fa4c-4720-a37f-e19845f6fc89",
"e2486de8-b583-4991-8bd7-a7ce259bded7"
],
"SpecialityIds": [
"d34fe99d-cb50-40a2-8e59-9d12431c92bc",
"03b83e13-2e69-4a57-894f-3c8b11baa750"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "91d629d0-4678-4e3e-9db9-9d14bc858888",
"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>7c8c4806-783a-4402-8f61-d8ac32535505</BranchId>
<CountryId>668497a7-81b1-424d-9bcd-67e32ecb61f6</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>73da15fb-fa4c-4720-a37f-e19845f6fc89</d2p1:guid>
<d2p1:guid>e2486de8-b583-4991-8bd7-a7ce259bded7</d2p1:guid>
</DepartmentIds>
<DoctorId>8c1ffb18-60ee-449b-93f8-251f345ce97a</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>03159d52-2a99-4812-aa3e-70e9463d68c7</OrganizationId>
<PatientId>91d629d0-4678-4e3e-9db9-9d14bc858888</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d34fe99d-cb50-40a2-8e59-9d12431c92bc</d2p1:guid>
<d2p1:guid>03b83e13-2e69-4a57-894f-3c8b11baa750</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>4ae7f5e7-6bfa-46de-b5ae-65de286de2dc</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>568997f1-d79b-4512-9bdb-4a3cce67c0c3</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.