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": "95b0e2ce-e609-4deb-9539-89abd0618ccd",
"DoctorId": "119cd9d6-485e-43ee-a8b8-a891d564988f",
"BranchId": "dea79734-0e43-480f-8d85-9e19503240db",
"OrganizationId": "c8be00ce-9f6d-4713-9b2c-c87ac2a5533d",
"CountryId": "23ff91cb-a0e6-47b1-ac23-096e465f2899",
"StateORProvinceId": "a0c4745e-a98b-4abf-a780-03456bb2f696",
"DepartmentIds": [
"65838973-554a-4833-a23d-aaf3197866d8",
"ee0ca55c-efd3-456f-b226-3cfc19ac0b55"
],
"SpecialityIds": [
"cdc06cf1-93df-4660-8fcb-b3aae4e8c1ef",
"3e33958a-9e95-498d-b6e2-aa0006ff9b36"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "b9ec7b43-cb55-4ee1-ab34-f0eccd3e9737",
"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>dea79734-0e43-480f-8d85-9e19503240db</BranchId>
<CountryId>23ff91cb-a0e6-47b1-ac23-096e465f2899</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>65838973-554a-4833-a23d-aaf3197866d8</d2p1:guid>
<d2p1:guid>ee0ca55c-efd3-456f-b226-3cfc19ac0b55</d2p1:guid>
</DepartmentIds>
<DoctorId>119cd9d6-485e-43ee-a8b8-a891d564988f</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>c8be00ce-9f6d-4713-9b2c-c87ac2a5533d</OrganizationId>
<PatientId>b9ec7b43-cb55-4ee1-ab34-f0eccd3e9737</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cdc06cf1-93df-4660-8fcb-b3aae4e8c1ef</d2p1:guid>
<d2p1:guid>3e33958a-9e95-498d-b6e2-aa0006ff9b36</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>a0c4745e-a98b-4abf-a780-03456bb2f696</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>95b0e2ce-e609-4deb-9539-89abd0618ccd</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.