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": "0ea3f82a-0a5b-4336-bd42-b4fff68e86a8",
"DoctorId": "caf3372a-8f9e-418e-95e2-62249662024c",
"BranchId": "ebacb88d-28bd-4916-bc5a-2f61ce70dd85",
"OrganizationId": "d50caa78-1768-4fc6-8d7b-95eb884ef331",
"CountryId": "15f43235-cace-424a-8cbe-7b7331b55e7a",
"StateORProvinceId": "1ea42d84-0995-4545-9d9c-f67f1902a3db",
"DepartmentIds": [
"99190985-1fac-422e-8434-453d904dc427",
"c472e196-c663-4fb7-af6a-8cfac655cbba"
],
"SpecialityIds": [
"3b900760-d590-47f4-b878-1c80214360b3",
"15fb5390-e014-429c-baa5-0e9f0f50a01f"
],
"Search": "sample string 4",
"GroupType": 1,
"PatientId": "edf2e213-46ae-406d-b7f1-1ee7014af15a",
"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>ebacb88d-28bd-4916-bc5a-2f61ce70dd85</BranchId>
<CountryId>15f43235-cace-424a-8cbe-7b7331b55e7a</CountryId>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>99190985-1fac-422e-8434-453d904dc427</d2p1:guid>
<d2p1:guid>c472e196-c663-4fb7-af6a-8cfac655cbba</d2p1:guid>
</DepartmentIds>
<DoctorId>caf3372a-8f9e-418e-95e2-62249662024c</DoctorId>
<GroupType>1</GroupType>
<IsForDoctor>true</IsForDoctor>
<OrganizationId>d50caa78-1768-4fc6-8d7b-95eb884ef331</OrganizationId>
<PatientId>edf2e213-46ae-406d-b7f1-1ee7014af15a</PatientId>
<Search>sample string 4</Search>
<SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3b900760-d590-47f4-b878-1c80214360b3</d2p1:guid>
<d2p1:guid>15fb5390-e014-429c-baa5-0e9f0f50a01f</d2p1:guid>
</SpecialityIds>
<StateORProvinceId>1ea42d84-0995-4545-9d9c-f67f1902a3db</StateORProvinceId>
<StatusValue>1</StatusValue>
<Token>0ea3f82a-0a5b-4336-bd42-b4fff68e86a8</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.