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": "4f47b1bb-de75-4b97-823f-47be151746e0",
"DoctorId": "16eb2f3a-d940-4034-889f-fd340b616f0f",
"BranchId": "172c517b-fdbc-4527-b013-ecad47bb347e",
"OrganizationId": "0d011c4e-cd06-4348-b960-53d41e571090",
"CountryId": "97f49ff4-910b-4e4b-b65d-9a3b744b9abf",
"StateORProvinceId": "0d024f48-50e3-46e1-9fd5-06024ce89ff3",
"DepartmentIds": [
"366d167b-6942-4127-9bef-3036e37be417",
"8c04f5e1-a5dc-472d-8514-b1d737418bfa"
],
"SpecialityIds": [
"a3074524-1c5a-46e2-a30f-de5d99c2b454",
"26f324e2-d369-4ad9-977e-868739d0fd82"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "0d59f152-efa6-4d8d-9ef8-32965fd02057",
"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>172c517b-fdbc-4527-b013-ecad47bb347e</BranchId>
<CountryId>97f49ff4-910b-4e4b-b65d-9a3b744b9abf</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>366d167b-6942-4127-9bef-3036e37be417</d2p1:guid>
<d2p1:guid>8c04f5e1-a5dc-472d-8514-b1d737418bfa</d2p1:guid>
</DepartmentIds>
<DoctorId>16eb2f3a-d940-4034-889f-fd340b616f0f</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>0d011c4e-cd06-4348-b960-53d41e571090</OrganizationId>
<PatientId>0d59f152-efa6-4d8d-9ef8-32965fd02057</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a3074524-1c5a-46e2-a30f-de5d99c2b454</d2p1:guid>
<d2p1:guid>26f324e2-d369-4ad9-977e-868739d0fd82</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>0d024f48-50e3-46e1-9fd5-06024ce89ff3</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>4f47b1bb-de75-4b97-823f-47be151746e0</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.