GET api/Getcontractphu?proid={proid}&search={search}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
proid | integer |
Required |
|
search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetcontractName | Description | Type | Additional information |
---|---|---|---|
PROID | integer |
None. |
|
CTRTMID | integer |
None. |
|
CTRTMNM | string |
None. |
|
CTRTIME | date |
None. |
|
CTRTIME_STR | string |
None. |
|
DESC | string |
None. |
|
CONTRACTINFO1 | string |
None. |
|
CONTRACTINFO2 | string |
None. |
|
CONTRACTINFO3 | string |
None. |
|
ACCEPTFLAG | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PROID": 1, "CTRTMID": 2, "CTRTMNM": "sample string 3", "CTRTIME": "2025-05-16T01:40:11.3641745+07:00", "CTRTIME_STR": "sample string 4", "DESC": "sample string 5", "CONTRACTINFO1": "sample string 6", "CONTRACTINFO2": "sample string 7", "CONTRACTINFO3": "sample string 8", "ACCEPTFLAG": 9 }, { "PROID": 1, "CTRTMID": 2, "CTRTMNM": "sample string 3", "CTRTIME": "2025-05-16T01:40:11.3641745+07:00", "CTRTIME_STR": "sample string 4", "DESC": "sample string 5", "CONTRACTINFO1": "sample string 6", "CONTRACTINFO2": "sample string 7", "CONTRACTINFO3": "sample string 8", "ACCEPTFLAG": 9 } ]