GET api/TrialApproval/GetProvince
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfCommon_Address_Province| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of Common_Address_Province |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"ID": 1,
"NAME": "sample string 2"
},
{
"ID": 1,
"NAME": "sample string 2"
}
]
}