POST api/ddl/GetOccupations
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": "5adca24b-d9e7-4b8d-a437-fe1faa88dd66", "DoctorId": "4f544a9b-96e5-4515-97c8-e3254ff5f1a9", "BranchId": "241fc4a3-57fa-4698-9d6f-9e0a4ef33352", "OrganizationId": "ff44945e-9992-4dee-b3f1-575403fc5405", "CountryId": "60b4590e-fc90-446d-bcd2-de9134867253", "StateORProvinceId": "9ea5ff4b-950b-4bb6-a371-76b8fbe20e5d", "DepartmentIds": [ "57c49f05-7450-46d1-a918-1ec24dca04af", "0f54ac1b-f176-4413-83a0-bae99b76e9d2" ], "SpecialityIds": [ "dc7ffedb-c1cc-484d-9f3f-b77d713648cb", "e7c0de4d-ff94-4569-8dba-38724059c883" ], "Search": "sample string 4", "GroupType": 1, "PatientId": "271c71f9-8f51-4c17-b89a-263877b7ce40", "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>241fc4a3-57fa-4698-9d6f-9e0a4ef33352</BranchId> <CountryId>60b4590e-fc90-446d-bcd2-de9134867253</CountryId> <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>57c49f05-7450-46d1-a918-1ec24dca04af</d2p1:guid> <d2p1:guid>0f54ac1b-f176-4413-83a0-bae99b76e9d2</d2p1:guid> </DepartmentIds> <DoctorId>4f544a9b-96e5-4515-97c8-e3254ff5f1a9</DoctorId> <GroupType>1</GroupType> <IsForDoctor>true</IsForDoctor> <OrganizationId>ff44945e-9992-4dee-b3f1-575403fc5405</OrganizationId> <PatientId>271c71f9-8f51-4c17-b89a-263877b7ce40</PatientId> <Search>sample string 4</Search> <SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>dc7ffedb-c1cc-484d-9f3f-b77d713648cb</d2p1:guid> <d2p1:guid>e7c0de4d-ff94-4569-8dba-38724059c883</d2p1:guid> </SpecialityIds> <StateORProvinceId>9ea5ff4b-950b-4bb6-a371-76b8fbe20e5d</StateORProvinceId> <StatusValue>1</StatusValue> <Token>5adca24b-d9e7-4b8d-a437-fe1faa88dd66</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.