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": "62253894-9dbc-4b02-99d7-e32cb2f15fda",
"DoctorId": "1aa8683b-b9f6-444c-bb50-41d1d93c2675",
"BranchId": "2302087d-8f44-45b8-8f25-487c9b448aae",
"OrganizationId": "51e8b411-c8c2-41b6-ba31-2e938b89bb8c",
"CountryId": "9137fb8e-9756-469e-bba2-31532357241e",
"StateORProvinceId": "03b9cbce-03f2-4100-a440-2999f0dd5b37",
"DepartmentIds": [
"f0bba8d6-43b6-4052-9d2b-52c89383f736",
"4eee40ba-d376-4f7a-a313-88d89d83cfe9"
],
"SpecialityIds": [
"f87cc5e9-dc4d-4609-a06b-e88cf1ea253c",
"79d04376-c021-4bc9-b1d7-e4a979cb7da0"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "a250c141-837f-4b3c-a034-6ac866516ae6",
"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>2302087d-8f44-45b8-8f25-487c9b448aae</BranchId>
<CountryId>9137fb8e-9756-469e-bba2-31532357241e</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f0bba8d6-43b6-4052-9d2b-52c89383f736</d2p1:guid>
<d2p1:guid>4eee40ba-d376-4f7a-a313-88d89d83cfe9</d2p1:guid>
</DepartmentIds>
<DoctorId>1aa8683b-b9f6-444c-bb50-41d1d93c2675</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>51e8b411-c8c2-41b6-ba31-2e938b89bb8c</OrganizationId>
<PatientId>a250c141-837f-4b3c-a034-6ac866516ae6</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f87cc5e9-dc4d-4609-a06b-e88cf1ea253c</d2p1:guid>
<d2p1:guid>79d04376-c021-4bc9-b1d7-e4a979cb7da0</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>03b9cbce-03f2-4100-a440-2999f0dd5b37</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>62253894-9dbc-4b02-99d7-e32cb2f15fda</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.