POST api/ddl/GetNOKRelations
Request Information
URI Parameters
None.
Body Parameters
DTODDLName | 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": "99e21a10-d3af-4b96-adbf-b56c0d0217af", "DoctorId": "18552a4f-dcef-4c83-83ea-7ea4efc2fb1a", "BranchId": "648e396f-e52a-4dce-9e45-c86bdafabb0b", "OrganizationId": "2ab118ed-90fe-4bca-92db-092c6b526257", "CountryId": "225cb841-19e4-492b-8def-b9b3b43d7037", "StateORProvinceId": "5f966aed-7199-4521-96a6-79424537aca4", "DepartmentIds": [ "d9d1e93c-217f-4789-a48a-1898bc03a1ac", "f2327b52-462a-4705-8aad-66c7654b1f92" ], "SpecialityIds": [ "00ff12a7-c18a-490a-9b23-9a15a5703445", "3b1c4aae-b064-4276-9cdf-8b5e6675de50" ], "Search": "sample string 4", "GroupType": 1, "PatientId": "93bab88e-6957-4004-aa5b-13f52007a5bb", "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>648e396f-e52a-4dce-9e45-c86bdafabb0b</BranchId> <CountryId>225cb841-19e4-492b-8def-b9b3b43d7037</CountryId> <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d9d1e93c-217f-4789-a48a-1898bc03a1ac</d2p1:guid> <d2p1:guid>f2327b52-462a-4705-8aad-66c7654b1f92</d2p1:guid> </DepartmentIds> <DoctorId>18552a4f-dcef-4c83-83ea-7ea4efc2fb1a</DoctorId> <GroupType>1</GroupType> <IsForDoctor>true</IsForDoctor> <OrganizationId>2ab118ed-90fe-4bca-92db-092c6b526257</OrganizationId> <PatientId>93bab88e-6957-4004-aa5b-13f52007a5bb</PatientId> <Search>sample string 4</Search> <SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>00ff12a7-c18a-490a-9b23-9a15a5703445</d2p1:guid> <d2p1:guid>3b1c4aae-b064-4276-9cdf-8b5e6675de50</d2p1:guid> </SpecialityIds> <StateORProvinceId>5f966aed-7199-4521-96a6-79424537aca4</StateORProvinceId> <StatusValue>1</StatusValue> <Token>99e21a10-d3af-4b96-adbf-b56c0d0217af</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.