POST api/ddl/GetRelationshipTypes
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": "3dccc710-4ec9-4f03-9672-aa7afcce2d56",
"DoctorId": "ce36cafd-f0fa-4407-ac63-ff777cb37562",
"BranchId": "c2badba5-c33a-4886-a62f-2327ca08bcf5",
"OrganizationId": "2f40d34b-6e49-45a6-8640-46da97c30b19",
"CountryId": "bdb768c4-8065-4a7b-bd17-79596b87f5ed",
"StateORProvinceId": "e227530d-ca1a-47af-965e-55062435cb97",
"DepartmentIds": [
"14372d9c-35aa-4b2c-b860-56f08bb85bd1",
"7daca276-f607-448d-8c6b-d0ca8110612b"
],
"SpecialityIds": [
"badc3324-0155-4a41-96c3-88608f7eedea",
"432f6adf-a044-4aa1-a311-d977544a23a0"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "ccca4932-0b89-41cf-8ecf-9173a9eb200e",
"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>c2badba5-c33a-4886-a62f-2327ca08bcf5</BranchId>
<CountryId>bdb768c4-8065-4a7b-bd17-79596b87f5ed</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>14372d9c-35aa-4b2c-b860-56f08bb85bd1</d2p1:guid>
<d2p1:guid>7daca276-f607-448d-8c6b-d0ca8110612b</d2p1:guid>
</DepartmentIds>
<DoctorId>ce36cafd-f0fa-4407-ac63-ff777cb37562</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>2f40d34b-6e49-45a6-8640-46da97c30b19</OrganizationId>
<PatientId>ccca4932-0b89-41cf-8ecf-9173a9eb200e</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>badc3324-0155-4a41-96c3-88608f7eedea</d2p1:guid>
<d2p1:guid>432f6adf-a044-4aa1-a311-d977544a23a0</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>e227530d-ca1a-47af-965e-55062435cb97</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>3dccc710-4ec9-4f03-9672-aa7afcce2d56</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.