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": "3c168157-54db-4dfa-8142-8067198d9e77",
"DoctorId": "5d86677e-e291-4802-a488-17b948f3900e",
"BranchId": "4589085c-22d6-44e4-b415-66ebcf971891",
"OrganizationId": "488be9a4-f31a-4dd5-99f9-a052c432eede",
"CountryId": "01ab90bb-e614-4436-8d63-49576e872749",
"StateORProvinceId": "f193cfc9-67e1-4afd-bb40-f4f036af0c6e",
"DepartmentIds": [
"979e40bd-21e6-463d-a53e-201c22396249",
"20bd4e4f-dfe9-4cbc-be93-50c3f2555fbf"
],
"SpecialityIds": [
"4ef4d117-0c65-4bb2-8957-7eed79610fc3",
"55f4b95f-8ae6-4988-a5a3-d4422c548283"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "fccf08ea-30de-41d9-8e60-298b09fa2eac",
"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>4589085c-22d6-44e4-b415-66ebcf971891</BranchId>
<CountryId>01ab90bb-e614-4436-8d63-49576e872749</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>979e40bd-21e6-463d-a53e-201c22396249</d2p1:guid>
<d2p1:guid>20bd4e4f-dfe9-4cbc-be93-50c3f2555fbf</d2p1:guid>
</DepartmentIds>
<DoctorId>5d86677e-e291-4802-a488-17b948f3900e</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>488be9a4-f31a-4dd5-99f9-a052c432eede</OrganizationId>
<PatientId>fccf08ea-30de-41d9-8e60-298b09fa2eac</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4ef4d117-0c65-4bb2-8957-7eed79610fc3</d2p1:guid>
<d2p1:guid>55f4b95f-8ae6-4988-a5a3-d4422c548283</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>f193cfc9-67e1-4afd-bb40-f4f036af0c6e</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>3c168157-54db-4dfa-8142-8067198d9e77</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.