POST updateetaxvckey/{COMcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
VoucherKeyDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VC_Date | date |
None. |
|
| VC_Type | string |
None. |
|
| VC_No | string |
None. |
|
| VC_Cus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VC_Date": "2026-02-04T09:47:21.2375185+07:00",
"VC_Type": "sample string 2",
"VC_No": "sample string 3",
"VC_Cus": "sample string 4"
}
application/xml, text/xml
Sample:
<VoucherKeyDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <VC_Cus>sample string 4</VC_Cus> <VC_Date>2026-02-04T09:47:21.2375185+07:00</VC_Date> <VC_No>sample string 3</VC_No> <VC_Type>sample string 2</VC_Type> </VoucherKeyDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.