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": "8b96421a-f490-4c84-b906-8afc71454d6b",
"DoctorId": "39603e68-f726-4ea5-8fac-6e937305351f",
"BranchId": "a5110a56-bfe3-4f2f-a749-8fcaae022ae4",
"OrganizationId": "961bbb82-e2f8-46cf-bbe0-b255acd52664",
"CountryId": "908fefef-fe2f-4e11-82b9-11ea696c1876",
"StateORProvinceId": "b152d65c-e2c7-46e3-b66d-ac326e56bb8f",
"DepartmentIds": [
"1aa43a38-cc08-4b76-a55c-e2bd5396c6d4",
"53a92a28-a6d8-4a0e-ba9c-87303707972a"
],
"SpecialityIds": [
"5bbc888f-0383-41b7-ae23-6bcc0d1a3dd3",
"8b4c601d-8999-4352-ba19-325c9bfb3135"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "5578f380-92fb-4f72-b7f2-d772cbef3c49",
"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>a5110a56-bfe3-4f2f-a749-8fcaae022ae4</BranchId>
<CountryId>908fefef-fe2f-4e11-82b9-11ea696c1876</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1aa43a38-cc08-4b76-a55c-e2bd5396c6d4</d2p1:guid>
<d2p1:guid>53a92a28-a6d8-4a0e-ba9c-87303707972a</d2p1:guid>
</DepartmentIds>
<DoctorId>39603e68-f726-4ea5-8fac-6e937305351f</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>961bbb82-e2f8-46cf-bbe0-b255acd52664</OrganizationId>
<PatientId>5578f380-92fb-4f72-b7f2-d772cbef3c49</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5bbc888f-0383-41b7-ae23-6bcc0d1a3dd3</d2p1:guid>
<d2p1:guid>8b4c601d-8999-4352-ba19-325c9bfb3135</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>b152d65c-e2c7-46e3-b66d-ac326e56bb8f</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>8b96421a-f490-4c84-b906-8afc71454d6b</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.