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": "7d8f939e-14cf-484c-b6ef-02f064052930",
"DoctorId": "647bab53-9e17-46da-a565-57d3200b20cb",
"BranchId": "d7fc8a6b-e184-461c-a8d4-0456f8ea57ce",
"OrganizationId": "9eec9307-9288-4893-8dad-ed9f2537a084",
"CountryId": "ef7f4b30-8c82-4ed3-8239-5aa6e1188767",
"StateORProvinceId": "65d4bcc6-cd07-4477-be2a-adabbc53f268",
"DepartmentIds": [
"b8f45c3e-efaa-4731-9c7f-36c5e1bd0b4d",
"cb2ddfd5-118e-4ef2-befe-0e4694baef10"
],
"SpecialityIds": [
"56b41d80-59e7-4ced-9f91-f2854ecf6fc3",
"e60eb607-5085-4ac4-af17-e5cc70821664"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "74002956-a7bb-49df-b1de-a91d0736a831",
"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>d7fc8a6b-e184-461c-a8d4-0456f8ea57ce</BranchId>
<CountryId>ef7f4b30-8c82-4ed3-8239-5aa6e1188767</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b8f45c3e-efaa-4731-9c7f-36c5e1bd0b4d</d2p1:guid>
<d2p1:guid>cb2ddfd5-118e-4ef2-befe-0e4694baef10</d2p1:guid>
</DepartmentIds>
<DoctorId>647bab53-9e17-46da-a565-57d3200b20cb</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>9eec9307-9288-4893-8dad-ed9f2537a084</OrganizationId>
<PatientId>74002956-a7bb-49df-b1de-a91d0736a831</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>56b41d80-59e7-4ced-9f91-f2854ecf6fc3</d2p1:guid>
<d2p1:guid>e60eb607-5085-4ac4-af17-e5cc70821664</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>65d4bcc6-cd07-4477-be2a-adabbc53f268</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>7d8f939e-14cf-484c-b6ef-02f064052930</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.