POST api/FancyMain/insertBadla
Request Information
URI Parameters
None.
Body Parameters
BadlaInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| m_id | integer |
None. |
|
| s_id | integer |
None. |
|
| OurRun | integer |
None. |
|
| OppRun | integer |
None. |
|
| Amt | decimal number |
None. |
|
| party | string |
None. |
|
| dt | date |
None. |
|
| time | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"m_id": 1,
"s_id": 2,
"OurRun": 3,
"OppRun": 4,
"Amt": 5.0,
"party": "sample string 6",
"dt": "2026-02-06T15:32:20.966953+05:30",
"time": "sample string 8"
}
application/xml, text/xml
Sample:
<BadlaInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi"> <Amt>5</Amt> <OppRun>4</OppRun> <OurRun>3</OurRun> <dt>2026-02-06T15:32:20.966953+05:30</dt> <m_id>1</m_id> <party>sample string 6</party> <s_id>2</s_id> <time>sample string 8</time> </BadlaInsertModel>
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.