PUT api/Audit/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Purchace_Order_Audit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| RequestAmount | integer |
None. |
|
| AuditAmount | integer |
None. |
|
| Operator | string |
None. |
|
| TimeStamp | date |
None. |
|
| Enable | boolean |
None. |
|
| VenderId | integer |
None. |
|
| AuditId | string |
None. |
|
| QuoteId | string |
None. |
|
| Quote | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductId": 2,
"RequestAmount": 3,
"AuditAmount": 4,
"Operator": "sample string 5",
"TimeStamp": "2026-02-14T08:09:22.1949268+08:00",
"Enable": true,
"VenderId": 8,
"AuditId": "sample string 9",
"QuoteId": "sample string 10",
"Quote": true
}
application/xml, text/xml
Sample:
<Purchace_Order_Audit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI"> <AuditAmount>4</AuditAmount> <AuditId>sample string 9</AuditId> <Enable>true</Enable> <Id>1</Id> <Operator>sample string 5</Operator> <ProductId>2</ProductId> <Quote>true</Quote> <QuoteId>sample string 10</QuoteId> <RequestAmount>3</RequestAmount> <TimeStamp>2026-02-14T08:09:22.1949268+08:00</TimeStamp> <VenderId>8</VenderId> </Purchace_Order_Audit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.