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": "6a89407c-8b70-48c0-9f8a-89fd109c8b6c",
"DoctorId": "0cc483d2-18b8-4ff3-bd2c-d3f9f8c721cd",
"BranchId": "4bb87b30-5f10-4b6d-9c76-a62b12b80611",
"OrganizationId": "97837495-6f2e-4d19-83f1-7cc367868d1c",
"CountryId": "42ed2d66-88d0-4c02-abed-089e639c841d",
"StateORProvinceId": "03e67ead-437e-4804-80ed-d89fbc248b28",
"DepartmentIds": [
"2b3e0215-bad2-46fc-b015-51224bbca975",
"44a785ea-a586-4f29-a8c1-9de018d1f346"
],
"SpecialityIds": [
"ddd3a76d-354d-48de-8a39-11520cb8a3ba",
"5d0190e8-468f-43ea-9176-07d8b031c827"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "c535345c-fc15-4447-8ff1-041fb1aa62c2",
"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>4bb87b30-5f10-4b6d-9c76-a62b12b80611</BranchId>
<CountryId>42ed2d66-88d0-4c02-abed-089e639c841d</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2b3e0215-bad2-46fc-b015-51224bbca975</d2p1:guid>
<d2p1:guid>44a785ea-a586-4f29-a8c1-9de018d1f346</d2p1:guid>
</DepartmentIds>
<DoctorId>0cc483d2-18b8-4ff3-bd2c-d3f9f8c721cd</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>97837495-6f2e-4d19-83f1-7cc367868d1c</OrganizationId>
<PatientId>c535345c-fc15-4447-8ff1-041fb1aa62c2</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ddd3a76d-354d-48de-8a39-11520cb8a3ba</d2p1:guid>
<d2p1:guid>5d0190e8-468f-43ea-9176-07d8b031c827</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>03e67ead-437e-4804-80ed-d89fbc248b28</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>6a89407c-8b70-48c0-9f8a-89fd109c8b6c</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.