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": "54c47559-82de-4ba9-a80e-a0e1160c3923",
"DoctorId": "f1d143ea-df80-4a84-9ac2-c0f087f5b8b5",
"BranchId": "f1e34e86-405c-4596-8226-a187fb84fc70",
"OrganizationId": "42a8cbb5-c11b-4590-aba7-35faed730c03",
"CountryId": "639a946c-6d83-4657-be64-cb07e42a02b4",
"StateORProvinceId": "f1f1b218-9562-404c-99b4-01aceef1894f",
"DepartmentIds": [
"47208b45-a6d1-4b84-a992-d44b34316f5f",
"4501acdb-2a29-4300-b34c-82a72ace73fe"
],
"SpecialityIds": [
"f5111bd8-4167-44dd-bc1b-1ba12121067e",
"2ed13355-e75d-4b57-be1a-dc7600bd478d"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "0765cd0b-0778-4c10-923f-520fdbbe9fce",
"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>f1e34e86-405c-4596-8226-a187fb84fc70</BranchId>
<CountryId>639a946c-6d83-4657-be64-cb07e42a02b4</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>47208b45-a6d1-4b84-a992-d44b34316f5f</d2p1:guid>
<d2p1:guid>4501acdb-2a29-4300-b34c-82a72ace73fe</d2p1:guid>
</DepartmentIds>
<DoctorId>f1d143ea-df80-4a84-9ac2-c0f087f5b8b5</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>42a8cbb5-c11b-4590-aba7-35faed730c03</OrganizationId>
<PatientId>0765cd0b-0778-4c10-923f-520fdbbe9fce</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f5111bd8-4167-44dd-bc1b-1ba12121067e</d2p1:guid>
<d2p1:guid>2ed13355-e75d-4b57-be1a-dc7600bd478d</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>f1f1b218-9562-404c-99b4-01aceef1894f</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>54c47559-82de-4ba9-a80e-a0e1160c3923</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.