POST api/ddl/GetStateOrProvinces
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": "8c2501da-5b70-4e94-9c61-5ad06bf4c483",
"DoctorId": "cf580906-57d5-4c8e-81a8-5bcfb7d42356",
"BranchId": "bbf323f0-1cf7-41a7-9281-6c372feab6c5",
"OrganizationId": "726aa71a-1e16-439e-9273-1c0046649941",
"CountryId": "0468be2b-d5d6-40b4-a896-259839977e1f",
"StateORProvinceId": "23087445-be13-46a0-8374-ecbf011b962d",
"DepartmentIds": [
"fc6c28cc-99b6-4257-a789-39ccdb171cfb",
"dd7c6795-d02e-40fc-b9fc-747f44ce7942"
],
"SpecialityIds": [
"56298f51-a29f-4a40-a0ad-b58008f2c653",
"e0cbb548-1d8e-4d01-9559-6d01f2ae3fb5"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "c308dc0d-33b3-4543-b59c-d8c222c680ef",
"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>bbf323f0-1cf7-41a7-9281-6c372feab6c5</BranchId>
<CountryId>0468be2b-d5d6-40b4-a896-259839977e1f</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fc6c28cc-99b6-4257-a789-39ccdb171cfb</d2p1:guid>
<d2p1:guid>dd7c6795-d02e-40fc-b9fc-747f44ce7942</d2p1:guid>
</DepartmentIds>
<DoctorId>cf580906-57d5-4c8e-81a8-5bcfb7d42356</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>726aa71a-1e16-439e-9273-1c0046649941</OrganizationId>
<PatientId>c308dc0d-33b3-4543-b59c-d8c222c680ef</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>56298f51-a29f-4a40-a0ad-b58008f2c653</d2p1:guid>
<d2p1:guid>e0cbb548-1d8e-4d01-9559-6d01f2ae3fb5</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>23087445-be13-46a0-8374-ecbf011b962d</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>8c2501da-5b70-4e94-9c61-5ad06bf4c483</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.