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": "8b995aed-85ee-4d69-8740-20de5ba7cb3a",
"DoctorId": "6ae6c938-7111-4fa9-aed2-bc1988703af9",
"BranchId": "e3d37384-9e61-402e-8af0-d83a79583c0f",
"OrganizationId": "f5c84a1c-92e0-4b77-a188-32a2735afb6c",
"CountryId": "b0a7c4be-788b-47df-94fd-dce97f9f637a",
"StateORProvinceId": "3d2b8bc5-3b74-4610-9cb4-6a77795a63e2",
"DepartmentIds": [
"7b7744e8-d2b5-405d-ba3c-d9f9dfd561e9",
"ec1ad4de-7404-43f4-86a6-f97c5065c8ce"
],
"SpecialityIds": [
"ba8b7472-9d2b-4649-a747-5118f65b9d9c",
"8bfb1af0-c6ac-4196-8169-c113e9e8fc39"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "e0c81670-7779-4d75-beb9-296eaf74a5dd",
"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>e3d37384-9e61-402e-8af0-d83a79583c0f</BranchId>
<CountryId>b0a7c4be-788b-47df-94fd-dce97f9f637a</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7b7744e8-d2b5-405d-ba3c-d9f9dfd561e9</d2p1:guid>
<d2p1:guid>ec1ad4de-7404-43f4-86a6-f97c5065c8ce</d2p1:guid>
</DepartmentIds>
<DoctorId>6ae6c938-7111-4fa9-aed2-bc1988703af9</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>f5c84a1c-92e0-4b77-a188-32a2735afb6c</OrganizationId>
<PatientId>e0c81670-7779-4d75-beb9-296eaf74a5dd</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ba8b7472-9d2b-4649-a747-5118f65b9d9c</d2p1:guid>
<d2p1:guid>8bfb1af0-c6ac-4196-8169-c113e9e8fc39</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>3d2b8bc5-3b74-4610-9cb4-6a77795a63e2</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>8b995aed-85ee-4d69-8740-20de5ba7cb3a</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.