Http方法:POST
路由:api/Base_Data/UpdateRemark
请求参数
None.
Body Parameters
Baiao_InvoiceInfo| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Invoice_Id | integer | Y |
None |
|
| LabGroup_Id | integer | Y |
None |
|
| InvoiceCode | string | Y |
None |
|
| InvoiceNumber | string | Y |
None |
|
| ProjectNumber | string | Y |
None |
|
| InvoiceRemark_Id | integer | Y |
None |
|
| Title_Id | integer | Y |
None |
|
| InvoiceMoney | decimal number | Y |
None |
|
| Provider_Id | integer | Y |
None |
|
| Status | integer | Y |
None |
|
| Address_Id | integer | Y |
None |
|
| Receipt_Id | integer | Y |
None |
|
| ProviderStatus | string | Y |
None |
|
| CreateID | integer | Y |
None |
|
| Creator | string | Y |
None |
|
| CreateDate | date | Y |
None |
|
| ModifyID | integer | Y |
None |
|
| Modifier | string | Y |
None |
|
| ModifyDate | date | Y |
None |
|
| IsEnable | integer | Y |
None |
|
| InvoiceRemarks | string | Y |
None |
|
| InvoiceOcrMoney | decimal number | Y |
None |
|
| RecordAction | RecordAction | Y |
None |
Request Formats
application/json, text/json
Sample:
{
"Invoice_Id": 1,
"LabGroup_Id": 1,
"InvoiceCode": "sample string 2",
"InvoiceNumber": "sample string 3",
"ProjectNumber": "sample string 4",
"InvoiceRemark_Id": 1,
"Title_Id": 1,
"InvoiceMoney": 1.0,
"Provider_Id": 1,
"Status": 1,
"Address_Id": 1,
"Receipt_Id": 1,
"ProviderStatus": "sample string 5",
"CreateID": 1,
"Creator": "sample string 6",
"CreateDate": "2026-06-13T14:39:08.4617486+08:00",
"ModifyID": 1,
"Modifier": "sample string 7",
"ModifyDate": "2026-06-13T14:39:08.4617486+08:00",
"IsEnable": 1,
"InvoiceRemarks": "sample string 8",
"InvoiceOcrMoney": 1.0,
"RecordAction": 0
}
返回响应信息
ResultInfoOfObject| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Result | boolean | Y |
None |
|
| StatusCode | integer | Y |
None |
|
| State | string | Y |
None |
|
| Dynamic | Object | Y |
None |
|
| Msg | string | Y |
None |
|
| Data | Object | Y |
None |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"StatusCode": 2,
"State": "sample string 3",
"Dynamic": {},
"Msg": "sample string 5",
"Data": {}
}