POST api/BUFRATENEW
Request Information
URI Parameters
None.
Body Parameters
BUFRATENEW| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| code | integer |
None. |
|
| snf | decimal number |
None. |
|
| fat | decimal number |
None. |
|
| rate | decimal number |
None. |
|
| Id | integer |
None. |
|
| Active | boolean |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "2025-12-18T18:37:06.9429531+05:30",
"code": 2,
"snf": 3.0,
"fat": 4.0,
"rate": 5.1,
"Id": 6,
"Active": true,
"CreatedBy": "sample string 8"
}
application/xml, text/xml
Sample:
<BUFRATENEW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model"> <Active>true</Active> <CreatedBy>sample string 8</CreatedBy> <Id>6</Id> <code>2</code> <date>2025-12-18T18:37:06.9429531+05:30</date> <fat>4</fat> <rate>5.1</rate> <snf>3</snf> </BUFRATENEW>
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.