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": "caab288f-6501-45a5-9ee3-92cf42d22d00",
"DoctorId": "a9c58dd4-e493-4e19-bc12-e4f1ad628f91",
"BranchId": "b05e61a4-5c5d-4d6f-8620-ca10c334b8ad",
"OrganizationId": "c50e405f-1043-4899-a420-730877da02b4",
"CountryId": "04e2c5cf-74c3-4174-8916-5b5dcb951893",
"StateORProvinceId": "c59caea7-994c-407c-8602-35c8c464f2e6",
"DepartmentIds": [
"8c9cb0e3-db5e-404e-93a2-f195dae80049",
"2f1c91f2-d44b-4bc3-8050-61be3306cd8f"
],
"SpecialityIds": [
"e51f2f3a-608f-483b-be02-f272faca1b0b",
"73cc5d15-6d93-409f-9026-e60926156ee6"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "a80cce5a-f40d-4f67-93ce-26eafeb33bf8",
"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>b05e61a4-5c5d-4d6f-8620-ca10c334b8ad</BranchId>
<CountryId>04e2c5cf-74c3-4174-8916-5b5dcb951893</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8c9cb0e3-db5e-404e-93a2-f195dae80049</d2p1:guid>
<d2p1:guid>2f1c91f2-d44b-4bc3-8050-61be3306cd8f</d2p1:guid>
</DepartmentIds>
<DoctorId>a9c58dd4-e493-4e19-bc12-e4f1ad628f91</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>c50e405f-1043-4899-a420-730877da02b4</OrganizationId>
<PatientId>a80cce5a-f40d-4f67-93ce-26eafeb33bf8</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e51f2f3a-608f-483b-be02-f272faca1b0b</d2p1:guid>
<d2p1:guid>73cc5d15-6d93-409f-9026-e60926156ee6</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>c59caea7-994c-407c-8602-35c8c464f2e6</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>caab288f-6501-45a5-9ee3-92cf42d22d00</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.