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": "673faaff-0716-40ff-9e47-b11e0512a1b2",
"DoctorId": "62528ff9-ded4-4d5d-bacb-da4dc65a1ff0",
"BranchId": "2ef42a19-8476-4eb7-949a-0b365aa1818e",
"OrganizationId": "df5e30d5-d72a-4aff-9401-ee694e1e5560",
"CountryId": "6348a862-ca6a-43f0-a095-0d191416f014",
"StateORProvinceId": "edb4afd9-1ba5-49cd-a64a-1f1017e1806c",
"DepartmentIds": [
"e26a1434-7e27-4151-87bf-771ff821ca71",
"33733b07-2b5d-4c72-b425-4d782a21796d"
],
"SpecialityIds": [
"ed59c905-f3cd-4223-96d3-de16ce2f422a",
"4e79ac0e-e396-4c35-bc39-452476da33cd"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "4d59a126-44b2-498a-8e5f-ce35a13ae92c",
"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>2ef42a19-8476-4eb7-949a-0b365aa1818e</BranchId>
<CountryId>6348a862-ca6a-43f0-a095-0d191416f014</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e26a1434-7e27-4151-87bf-771ff821ca71</d2p1:guid>
<d2p1:guid>33733b07-2b5d-4c72-b425-4d782a21796d</d2p1:guid>
</DepartmentIds>
<DoctorId>62528ff9-ded4-4d5d-bacb-da4dc65a1ff0</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>df5e30d5-d72a-4aff-9401-ee694e1e5560</OrganizationId>
<PatientId>4d59a126-44b2-498a-8e5f-ce35a13ae92c</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ed59c905-f3cd-4223-96d3-de16ce2f422a</d2p1:guid>
<d2p1:guid>4e79ac0e-e396-4c35-bc39-452476da33cd</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>edb4afd9-1ba5-49cd-a64a-1f1017e1806c</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>673faaff-0716-40ff-9e47-b11e0512a1b2</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.