POST api/EntrustExamine/{EntrustID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EntrustID | integer |
Required |
Body Parameters
EntrustExamine| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EntrustID | integer |
None. |
|
| EntrustResult | integer |
None. |
|
| EntrustCost | decimal number |
None. |
|
| EntrustDescript | string |
None. |
|
| Sort | integer |
None. |
|
| IsPay | integer |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EntrustID": 2,
"EntrustResult": 3,
"EntrustCost": 1.1,
"EntrustDescript": "sample string 4",
"Sort": 1,
"IsPay": 1,
"CreateTime": "2026-09-16T17:35:40.9967584+08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}