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": "42058003-cce0-44f5-a5b9-7f7b27d4e04c",
"DoctorId": "a0ce8392-420d-411f-aeb8-2fe26a596eb9",
"BranchId": "01319700-bb22-4964-a7c7-341342c67bf4",
"OrganizationId": "afd3e868-beaa-44d6-a4f9-9e77454ac5f5",
"CountryId": "3036c14e-e4f2-4ed4-95ca-2f3899a6249e",
"StateORProvinceId": "102fc1c2-7229-4ad0-ade7-bfc87fcff7ac",
"DepartmentIds": [
"3626f266-df0e-458b-b2c7-43cfee4841fc",
"b76f0348-edb5-4dd8-8fa4-f3d1a6b80321"
],
"SpecialityIds": [
"fbf07fa6-63b3-4f2f-af7a-7b31b979977e",
"cb9c8b41-f15d-49c0-b44c-ea5147aff363"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "f052bbb3-89c7-4cdd-a750-61f8d4c000ee",
"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>01319700-bb22-4964-a7c7-341342c67bf4</BranchId>
<CountryId>3036c14e-e4f2-4ed4-95ca-2f3899a6249e</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3626f266-df0e-458b-b2c7-43cfee4841fc</d2p1:guid>
<d2p1:guid>b76f0348-edb5-4dd8-8fa4-f3d1a6b80321</d2p1:guid>
</DepartmentIds>
<DoctorId>a0ce8392-420d-411f-aeb8-2fe26a596eb9</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>afd3e868-beaa-44d6-a4f9-9e77454ac5f5</OrganizationId>
<PatientId>f052bbb3-89c7-4cdd-a750-61f8d4c000ee</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fbf07fa6-63b3-4f2f-af7a-7b31b979977e</d2p1:guid>
<d2p1:guid>cb9c8b41-f15d-49c0-b44c-ea5147aff363</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>102fc1c2-7229-4ad0-ade7-bfc87fcff7ac</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>42058003-cce0-44f5-a5b9-7f7b27d4e04c</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.