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": "1bf8137a-5a57-4a5c-b2be-84c3eb9314b0",
"DoctorId": "62fac57c-9f8b-4704-a4e0-69e4f5ec6bb9",
"BranchId": "475562a8-7c68-47df-a639-b2706101f4d5",
"OrganizationId": "b6e26414-b85b-4ad5-b229-53154eba485f",
"CountryId": "ec1ce295-5861-4ab8-8e4b-ad6cadc07d06",
"StateORProvinceId": "c124a1eb-d2c3-4971-9953-415335bcf032",
"DepartmentIds": [
"d0650e1f-606d-4d79-9035-21fbbf7b4421",
"46f597e3-19ea-47c0-bf41-92b86e18d5f5"
],
"SpecialityIds": [
"490f7d03-1373-49cd-a901-653b715b288c",
"a0177cbe-d42e-451c-83a2-1a40d47d1579"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "c93891d7-6a4e-43d3-b921-590540efd296",
"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>475562a8-7c68-47df-a639-b2706101f4d5</BranchId>
<CountryId>ec1ce295-5861-4ab8-8e4b-ad6cadc07d06</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d0650e1f-606d-4d79-9035-21fbbf7b4421</d2p1:guid>
<d2p1:guid>46f597e3-19ea-47c0-bf41-92b86e18d5f5</d2p1:guid>
</DepartmentIds>
<DoctorId>62fac57c-9f8b-4704-a4e0-69e4f5ec6bb9</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>b6e26414-b85b-4ad5-b229-53154eba485f</OrganizationId>
<PatientId>c93891d7-6a4e-43d3-b921-590540efd296</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>490f7d03-1373-49cd-a901-653b715b288c</d2p1:guid>
<d2p1:guid>a0177cbe-d42e-451c-83a2-1a40d47d1579</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>c124a1eb-d2c3-4971-9953-415335bcf032</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>1bf8137a-5a57-4a5c-b2be-84c3eb9314b0</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.