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": "2a7de332-c1e0-437d-a10c-d56befe52804",
"DoctorId": "24bae3ac-ae1d-4ebc-8c7f-e1b564ff6b66",
"BranchId": "b20150d9-a926-4dd3-a922-e3df9f31a7dc",
"OrganizationId": "16034d57-168b-4afd-9139-d9e52cd09dbd",
"CountryId": "d8d9ad01-e9b3-4727-b5ca-a831cd46e566",
"StateORProvinceId": "486c91a5-d0b4-4b63-9dcd-ba7bf6ccc28c",
"DepartmentIds": [
"7306d7a2-9d5c-4c66-9831-c63777b6b436",
"8b2b53f1-25c6-4f93-93c0-487c349081da"
],
"SpecialityIds": [
"78f805df-a106-4fa0-8a26-878da391211d",
"9d7c6f9f-ef70-4937-b637-1171845bfe2a"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "4ab98614-c6ab-493f-ae1a-d3185970bfb2",
"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>b20150d9-a926-4dd3-a922-e3df9f31a7dc</BranchId>
<CountryId>d8d9ad01-e9b3-4727-b5ca-a831cd46e566</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7306d7a2-9d5c-4c66-9831-c63777b6b436</d2p1:guid>
<d2p1:guid>8b2b53f1-25c6-4f93-93c0-487c349081da</d2p1:guid>
</DepartmentIds>
<DoctorId>24bae3ac-ae1d-4ebc-8c7f-e1b564ff6b66</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>16034d57-168b-4afd-9139-d9e52cd09dbd</OrganizationId>
<PatientId>4ab98614-c6ab-493f-ae1a-d3185970bfb2</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>78f805df-a106-4fa0-8a26-878da391211d</d2p1:guid>
<d2p1:guid>9d7c6f9f-ef70-4937-b637-1171845bfe2a</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>486c91a5-d0b4-4b63-9dcd-ba7bf6ccc28c</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>2a7de332-c1e0-437d-a10c-d56befe52804</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.