POST api/ddl/GetNOKRelations
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": "ecbace9f-7b0b-4b91-a653-7760421147ef",
"DoctorId": "8345ab5b-04c5-4200-99bd-6e95482bef45",
"BranchId": "d5cfec20-8e8c-462f-8afe-994f452ac14c",
"OrganizationId": "0eee5946-02cb-4c56-aff1-acee4c817fe6",
"CountryId": "13f4e2cc-6f89-4eb9-af5c-cbab598ac016",
"StateORProvinceId": "b8f101f0-297b-4169-94e2-02b4d4316085",
"DepartmentIds": [
"e4908e88-6502-4eb7-bf5c-ec6b3e0f84e1",
"130e46c4-8a02-4b82-bcb3-f9cba6a8cf16"
],
"SpecialityIds": [
"23cd5df1-75ca-4a30-beb5-0644b8a5e9e4",
"dfbb1991-cb7c-4528-85c7-3a97524e64ac"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "e112dece-2387-4d70-85e6-9ec31dbff640",
"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>d5cfec20-8e8c-462f-8afe-994f452ac14c</BranchId>
<CountryId>13f4e2cc-6f89-4eb9-af5c-cbab598ac016</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e4908e88-6502-4eb7-bf5c-ec6b3e0f84e1</d2p1:guid>
<d2p1:guid>130e46c4-8a02-4b82-bcb3-f9cba6a8cf16</d2p1:guid>
</DepartmentIds>
<DoctorId>8345ab5b-04c5-4200-99bd-6e95482bef45</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>0eee5946-02cb-4c56-aff1-acee4c817fe6</OrganizationId>
<PatientId>e112dece-2387-4d70-85e6-9ec31dbff640</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>23cd5df1-75ca-4a30-beb5-0644b8a5e9e4</d2p1:guid>
<d2p1:guid>dfbb1991-cb7c-4528-85c7-3a97524e64ac</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>b8f101f0-297b-4169-94e2-02b4d4316085</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>ecbace9f-7b0b-4b91-a653-7760421147ef</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.