PUT api/Accounting/TransOrder/UpdateDataFromTransOrder/{taxInvoiceDeliveryNoteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taxInvoiceDeliveryNoteId | integer |
Required |
Body Parameters
m_GetVAT| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_id | integer |
None. |
|
| company_name | string |
None. |
|
| ord_id | integer |
None. |
|
| cmi_id | integer |
None. |
|
| inv_no | string |
None. |
|
| vatTypeName | string |
None. |
|
| remark | string |
String length: inclusive between 0 and 4000 |
|
| thb | decimal number |
None. |
|
| date | date |
None. |
|
| exchangeRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"cust_id": 1,
"company_name": "sample string 1",
"ord_id": 1,
"cmi_id": 1,
"inv_no": "sample string 2",
"vatTypeName": "sample string 3",
"remark": "sample string 4",
"thb": 1.0,
"date": "2026-04-07T18:02:41.3996457+07:00",
"exchangeRate": 1.0
}
application/xml, text/xml
Sample:
<m_GetVAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Accounting"> <cmi_id>1</cmi_id> <company_name>sample string 1</company_name> <cust_id>1</cust_id> <date>2026-04-07T18:02:41.3996457+07:00</date> <exchangeRate>1</exchangeRate> <inv_no>sample string 2</inv_no> <ord_id>1</ord_id> <remark>sample string 4</remark> <thb>1</thb> <vatTypeName>sample string 3</vatTypeName> </m_GetVAT>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.