GET api/GetContract?proid={proid}&username={username}&search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| proid | integer |
Required |
|
| username | string |
Required |
|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Getcontract| Name | 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-12-15T16:55:56.5785826+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-12-15T16:55:56.5785826+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
}
]