POST api/ddl/GetStateOrProvinces
Request Information
URI Parameters
None.
Body Parameters
DTODDLName | 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": "2077cc84-8a14-45ef-a29f-bcf2670f2378", "DoctorId": "fcbf6119-8a3b-4a40-b944-236e91815f19", "BranchId": "d6709d29-d7b6-46c6-9bfd-fb128d9d92de", "OrganizationId": "75dc845d-f41a-4acf-9af9-257aae68a63c", "CountryId": "557a255d-9b69-496f-a154-7e09c0ab7cc1", "StateORProvinceId": "50996164-cea1-4431-a600-01e58d0aa291", "DepartmentIds": [ "f763860f-e963-4b18-8888-457de530e985", "63ae509a-5e14-45d2-a80f-2b36f6d13104" ], "SpecialityIds": [ "86ab36bb-cb94-4a94-9859-b3250635f1dc", "8ab01ecd-9269-406d-803d-3ee24cbdb839" ], "Search": "sample string 4", "GroupType": 1, "PatientId": "58436b03-c19a-4db5-93d5-e73c0fdecb61", "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>d6709d29-d7b6-46c6-9bfd-fb128d9d92de</BranchId> <CountryId>557a255d-9b69-496f-a154-7e09c0ab7cc1</CountryId> <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f763860f-e963-4b18-8888-457de530e985</d2p1:guid> <d2p1:guid>63ae509a-5e14-45d2-a80f-2b36f6d13104</d2p1:guid> </DepartmentIds> <DoctorId>fcbf6119-8a3b-4a40-b944-236e91815f19</DoctorId> <GroupType>1</GroupType> <IsForDoctor>true</IsForDoctor> <OrganizationId>75dc845d-f41a-4acf-9af9-257aae68a63c</OrganizationId> <PatientId>58436b03-c19a-4db5-93d5-e73c0fdecb61</PatientId> <Search>sample string 4</Search> <SpecialityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>86ab36bb-cb94-4a94-9859-b3250635f1dc</d2p1:guid> <d2p1:guid>8ab01ecd-9269-406d-803d-3ee24cbdb839</d2p1:guid> </SpecialityIds> <StateORProvinceId>50996164-cea1-4431-a600-01e58d0aa291</StateORProvinceId> <StatusValue>1</StatusValue> <Token>2077cc84-8a14-45ef-a29f-bcf2670f2378</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.