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": "09cd9e75-c41f-4ba8-9d93-5c041b7e79d6",
"DoctorId": "1eaeafe3-98ad-403f-871c-a92768ff0d52",
"BranchId": "6647598d-e3a0-4a86-be23-747effe8c2f7",
"OrganizationId": "0825112b-ca06-424c-92f4-95cfc43d34b6",
"CountryId": "a310442a-9468-4ed8-8716-f17ca702c6fc",
"StateORProvinceId": "8ede7501-b6e5-4350-8024-f92d2bf85648",
"DepartmentIds": [
"dc2fa994-8eab-4839-9676-5ea7de111355",
"06d4de44-a0a9-469a-a515-c2ddc24e7696"
],
"SpecialityIds": [
"37c4f70f-0126-4fc3-8e39-afcc4a2e2df0",
"86422e60-9b2c-4716-b0ad-3dd79a13123c"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "37a753a8-4b78-423e-938b-9e86a79e91c9",
"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>6647598d-e3a0-4a86-be23-747effe8c2f7</BranchId>
<CountryId>a310442a-9468-4ed8-8716-f17ca702c6fc</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dc2fa994-8eab-4839-9676-5ea7de111355</d2p1:guid>
<d2p1:guid>06d4de44-a0a9-469a-a515-c2ddc24e7696</d2p1:guid>
</DepartmentIds>
<DoctorId>1eaeafe3-98ad-403f-871c-a92768ff0d52</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>0825112b-ca06-424c-92f4-95cfc43d34b6</OrganizationId>
<PatientId>37a753a8-4b78-423e-938b-9e86a79e91c9</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>37c4f70f-0126-4fc3-8e39-afcc4a2e2df0</d2p1:guid>
<d2p1:guid>86422e60-9b2c-4716-b0ad-3dd79a13123c</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>8ede7501-b6e5-4350-8024-f92d2bf85648</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>09cd9e75-c41f-4ba8-9d93-5c041b7e79d6</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.