POST api/Invoice/UpdateInvoice/{ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EntrustID | integer |
None. |
|
| InvoiceType | integer |
None. |
|
| CompanyName | string |
None. |
|
| RegistrationNumber | string |
None. |
|
| BankDeposit | string |
None. |
|
| BankAccount | string |
None. |
|
| BusinessAddress | string |
None. |
|
| TelNumber | string |
None. |
|
| CreateTime | date |
None. |
|
| Sort | integer |
None. |
|
| AnnexFile | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EntrustID": 2,
"InvoiceType": 3,
"CompanyName": "sample string 4",
"RegistrationNumber": "sample string 5",
"BankDeposit": "sample string 6",
"BankAccount": "sample string 7",
"BusinessAddress": "sample string 8",
"TelNumber": "sample string 9",
"CreateTime": "2026-09-16T17:35:58.2172604+08:00",
"Sort": 1,
"AnnexFile": "sample string 10",
"Status": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}