POST api/ddl/GetOccupations
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": "97373b2c-5f6f-4596-ba5b-348a22c3b7e9",
"DoctorId": "eb57255c-3cae-4493-b0f9-b8641d21ea77",
"BranchId": "8f0d40b9-6a61-4fcf-9062-c6e094385db7",
"OrganizationId": "2d6e5bd0-698f-4e64-9af9-a1cc7c2538d6",
"CountryId": "8153bd39-9455-45df-bcdc-37e8551ae65b",
"StateORProvinceId": "399b89f0-52ff-4a82-bfd2-d8c687592e3f",
"DepartmentIds": [
"d7a8ff5d-805b-45a9-a86b-1c8dc5b1d737",
"efe00cf1-88cf-429e-afb0-70e9a6e6aaf9"
],
"SpecialityIds": [
"8cc08ed7-1482-4c87-beea-ee41f37e49e9",
"e82ad8cd-5298-447e-bfbb-6f3aa16f87c3"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "4654b19b-1884-490c-963e-9d74a1be997e",
"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>8f0d40b9-6a61-4fcf-9062-c6e094385db7</BranchId>
<CountryId>8153bd39-9455-45df-bcdc-37e8551ae65b</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d7a8ff5d-805b-45a9-a86b-1c8dc5b1d737</d2p1:guid>
<d2p1:guid>efe00cf1-88cf-429e-afb0-70e9a6e6aaf9</d2p1:guid>
</DepartmentIds>
<DoctorId>eb57255c-3cae-4493-b0f9-b8641d21ea77</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>2d6e5bd0-698f-4e64-9af9-a1cc7c2538d6</OrganizationId>
<PatientId>4654b19b-1884-490c-963e-9d74a1be997e</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8cc08ed7-1482-4c87-beea-ee41f37e49e9</d2p1:guid>
<d2p1:guid>e82ad8cd-5298-447e-bfbb-6f3aa16f87c3</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>399b89f0-52ff-4a82-bfd2-d8c687592e3f</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>97373b2c-5f6f-4596-ba5b-348a22c3b7e9</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.