POST api/ddl/GetRelationshipTypes
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": "1d43d0a3-c77c-46c1-a628-85c44e71ed19", "DoctorId": "8e563f84-8e1c-4f47-94bf-8371fc568e48", "BranchId": "403b590d-083d-464e-8a36-98e1095f697e", "OrganizationId": "feb92bae-d1ed-46a6-96d3-e9650b5b75ad", "CountryId": "de29d592-92ee-42e7-b812-26a1ee76e2c7", "StateORProvinceId": "f8146ecc-d347-4058-8f7c-11cfba517d70", "DepartmentIds": [ "79f2660b-9821-46a7-9136-55a9ad1e1595", "c7f68123-8d86-4617-9b3e-687c81f1fe11" ], "SpecialityIds": [ "d054af16-75a0-4629-a445-a8a9b8ac1780", "b8ab2472-8b9e-49c3-9939-38ffa03ca83d" ], "Search": "sample string 4", "GroupType": 1, "PatientId": "e325c11a-65ec-40db-a043-9a3574048748", "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>403b590d-083d-464e-8a36-98e1095f697e</BranchId> <CountryId>de29d592-92ee-42e7-b812-26a1ee76e2c7</CountryId> <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>79f2660b-9821-46a7-9136-55a9ad1e1595</d2p1:guid> <d2p1:guid>c7f68123-8d86-4617-9b3e-687c81f1fe11</d2p1:guid> </DepartmentIds> <DoctorId>8e563f84-8e1c-4f47-94bf-8371fc568e48</DoctorId> <GroupType>1</GroupType> <IsForDoctor>true</IsForDoctor> <OrganizationId>feb92bae-d1ed-46a6-96d3-e9650b5b75ad</OrganizationId> <PatientId>e325c11a-65ec-40db-a043-9a3574048748</PatientId> <Search>sample string 4</Search> <SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d054af16-75a0-4629-a445-a8a9b8ac1780</d2p1:guid> <d2p1:guid>b8ab2472-8b9e-49c3-9939-38ffa03ca83d</d2p1:guid> </SpecialityIds> <StateORProvinceId>f8146ecc-d347-4058-8f7c-11cfba517d70</StateORProvinceId> <StatusValue>1</StatusValue> <Token>1d43d0a3-c77c-46c1-a628-85c44e71ed19</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.