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": "9fd9875c-b808-47cb-ae60-c513c1e0146e",
"DoctorId": "c3a10828-8d83-46d3-b577-15332f133208",
"BranchId": "b93ab551-c700-466b-bf73-036c85590c76",
"OrganizationId": "58660f01-95ee-4379-8a00-655da2bc119a",
"CountryId": "19b83d05-90fe-4bd4-8ad5-441b83e349c8",
"StateORProvinceId": "915c69b8-271f-4a48-9299-5138fad41daa",
"DepartmentIds": [
"a59714c6-b818-417c-b871-957e7068c9b4",
"69544a58-1a50-4a37-8c26-27d02f0e126b"
],
"SpecialityIds": [
"3fd0db7c-5748-415b-a3e3-d732bba7e8bb",
"29507062-bb93-4301-be71-d0c29d6aec1a"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "40e70609-1840-4daf-aebe-6a36908cdf6b",
"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>b93ab551-c700-466b-bf73-036c85590c76</BranchId>
<CountryId>19b83d05-90fe-4bd4-8ad5-441b83e349c8</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a59714c6-b818-417c-b871-957e7068c9b4</d2p1:guid>
<d2p1:guid>69544a58-1a50-4a37-8c26-27d02f0e126b</d2p1:guid>
</DepartmentIds>
<DoctorId>c3a10828-8d83-46d3-b577-15332f133208</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>58660f01-95ee-4379-8a00-655da2bc119a</OrganizationId>
<PatientId>40e70609-1840-4daf-aebe-6a36908cdf6b</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3fd0db7c-5748-415b-a3e3-d732bba7e8bb</d2p1:guid>
<d2p1:guid>29507062-bb93-4301-be71-d0c29d6aec1a</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>915c69b8-271f-4a48-9299-5138fad41daa</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>9fd9875c-b808-47cb-ae60-c513c1e0146e</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.