POST api/ddl/GetCities
Request Information
URI Parameters
None.
Body Parameters
DTODDLName | 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": "cb720959-6d03-4665-803b-cc1a04c95370", "DoctorId": "a830d97b-3923-49ef-98e7-d6477de0542c", "BranchId": "2d9c80ea-20e1-4c4d-aefe-928755c0ca53", "OrganizationId": "2174550e-0538-4e88-8b0e-2fbeb67e083c", "CountryId": "e6710763-fffe-4745-bb3e-15adb66224bd", "StateORProvinceId": "37d54938-b9f8-4a87-b613-7d5246d638ec", "DepartmentIds": [ "21c70236-9fa3-400f-a2f0-1e85675f90d2", "7bf090f9-a081-49ed-b69b-39a72356d0d2" ], "SpecialityIds": [ "69e53433-0916-4e9e-a84b-7b0f37e8f353", "04a82b79-5351-47fe-8163-b93e072295aa" ], "Search": "sample string 4", "GroupType": 1, "PatientId": "eebdb30e-3aa1-4736-bc25-b77a7636013a", "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>2d9c80ea-20e1-4c4d-aefe-928755c0ca53</BranchId> <CountryId>e6710763-fffe-4745-bb3e-15adb66224bd</CountryId> <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>21c70236-9fa3-400f-a2f0-1e85675f90d2</d2p1:guid> <d2p1:guid>7bf090f9-a081-49ed-b69b-39a72356d0d2</d2p1:guid> </DepartmentIds> <DoctorId>a830d97b-3923-49ef-98e7-d6477de0542c</DoctorId> <GroupType>1</GroupType> <IsForDoctor>true</IsForDoctor> <OrganizationId>2174550e-0538-4e88-8b0e-2fbeb67e083c</OrganizationId> <PatientId>eebdb30e-3aa1-4736-bc25-b77a7636013a</PatientId> <Search>sample string 4</Search> <SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>69e53433-0916-4e9e-a84b-7b0f37e8f353</d2p1:guid> <d2p1:guid>04a82b79-5351-47fe-8163-b93e072295aa</d2p1:guid> </SpecialityIds> <StateORProvinceId>37d54938-b9f8-4a87-b613-7d5246d638ec</StateORProvinceId> <StatusValue>1</StatusValue> <Token>cb720959-6d03-4665-803b-cc1a04c95370</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.