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": "9a81a9f2-63ca-4418-b830-2b1d1a5cf0b4",
"DoctorId": "d166b9b2-8f30-4811-85d0-c16dcc691d57",
"BranchId": "1be41359-0b2f-46bd-b091-be3e9f27b43b",
"OrganizationId": "6724ae84-fdb4-46cc-af5d-c152512d98fa",
"CountryId": "e4a4f322-062e-4ffd-94c3-0479a139b1fb",
"StateORProvinceId": "ca4a9aaf-b802-4440-bcfa-ace5e4c2d196",
"DepartmentIds": [
"01ea79dc-2901-4c75-a7d6-ff463fdd5bfd",
"88dec13c-170d-4b70-ad51-210a82611c96"
],
"SpecialityIds": [
"3fef62c3-313a-4aef-9868-f5a36a11d374",
"930e21d8-fb94-452e-901c-107f1d363aab"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "da557d80-090f-4a1f-ac98-e079d647f199",
"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>1be41359-0b2f-46bd-b091-be3e9f27b43b</BranchId>
<CountryId>e4a4f322-062e-4ffd-94c3-0479a139b1fb</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>01ea79dc-2901-4c75-a7d6-ff463fdd5bfd</d2p1:guid>
<d2p1:guid>88dec13c-170d-4b70-ad51-210a82611c96</d2p1:guid>
</DepartmentIds>
<DoctorId>d166b9b2-8f30-4811-85d0-c16dcc691d57</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>6724ae84-fdb4-46cc-af5d-c152512d98fa</OrganizationId>
<PatientId>da557d80-090f-4a1f-ac98-e079d647f199</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3fef62c3-313a-4aef-9868-f5a36a11d374</d2p1:guid>
<d2p1:guid>930e21d8-fb94-452e-901c-107f1d363aab</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>ca4a9aaf-b802-4440-bcfa-ace5e4c2d196</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>9a81a9f2-63ca-4418-b830-2b1d1a5cf0b4</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.