PUT api/Accounting/putSettingExchangeRate
Request Information
URI Parameters
None.
Body Parameters
mPutSettingExchangeRate| Name | Description | Type | Additional information |
|---|---|---|---|
| exchangeRateId | integer |
Required |
|
| unitExchange | decimal number |
Required |
|
| Baht | decimal number |
Required |
|
| dateExchange | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"exchangeRateId": 1,
"unitExchange": 2.0,
"Baht": 3.0,
"dateExchange": "2026-04-07T18:02:40.7745405+07:00"
}
application/xml, text/xml
Sample:
<mPutSettingExchangeRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Accounting"> <Baht>3</Baht> <dateExchange>2026-04-07T18:02:40.7745405+07:00</dateExchange> <exchangeRateId>1</exchangeRateId> <unitExchange>2</unitExchange> </mPutSettingExchangeRate>
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.