POST api/ddl/GetCountries
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": "7cfa8709-7476-4308-9c1f-8ee2405b3c23",
"DoctorId": "52f5d039-b661-4f59-b88b-aa9ac5dfacba",
"BranchId": "b6ee412d-90e9-4346-bef1-34a53ee84141",
"OrganizationId": "4f7a85ad-9cb6-4ad0-a26f-22b1b369633d",
"CountryId": "6e1f59fa-9793-493e-94d6-80d2d37c02b6",
"StateORProvinceId": "19db9c08-6ec3-4193-9630-b645dd8982ab",
"DepartmentIds": [
"cc62153c-cf47-48a4-9860-a0404255f69d",
"2631731b-9a45-4355-a6a7-fb4d4c02f816"
],
"SpecialityIds": [
"aebbec2b-0120-47a3-895d-201b1f60f8b6",
"5694f5f6-5c49-4c94-8596-fa9e28601c24"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "3e2e6381-8ab4-4de3-9c72-6b30b4abaf1e",
"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>b6ee412d-90e9-4346-bef1-34a53ee84141</BranchId>
<CountryId>6e1f59fa-9793-493e-94d6-80d2d37c02b6</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cc62153c-cf47-48a4-9860-a0404255f69d</d2p1:guid>
<d2p1:guid>2631731b-9a45-4355-a6a7-fb4d4c02f816</d2p1:guid>
</DepartmentIds>
<DoctorId>52f5d039-b661-4f59-b88b-aa9ac5dfacba</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>4f7a85ad-9cb6-4ad0-a26f-22b1b369633d</OrganizationId>
<PatientId>3e2e6381-8ab4-4de3-9c72-6b30b4abaf1e</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>aebbec2b-0120-47a3-895d-201b1f60f8b6</d2p1:guid>
<d2p1:guid>5694f5f6-5c49-4c94-8596-fa9e28601c24</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>19db9c08-6ec3-4193-9630-b645dd8982ab</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>7cfa8709-7476-4308-9c1f-8ee2405b3c23</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.