POST SaveScrapBoE?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
SaveScrapBoE_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| SqlAction | string |
None. |
|
| Id | integer |
None. |
|
| Product_type | string |
None. |
|
| Moved_from | string |
None. |
|
| Inv_no | string |
None. |
|
| Inv_date | date |
None. |
|
| Month | string |
None. |
|
| Qty | decimal number |
None. |
|
| Net_wt | decimal number |
None. |
|
| Boe_no | string |
None. |
|
| Scrap_qty | decimal number |
None. |
|
| Tr6_challan_no | string |
None. |
|
| Tr6_challan_date | date |
None. |
|
| Duty_paid | decimal number |
None. |
|
| Quantity_in_kgs | decimal number |
None. |
|
| Value | decimal number |
None. |
|
| Remaining_igst_available | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SqlAction": "sample string 1",
"Id": 1,
"Product_type": "sample string 2",
"Moved_from": "sample string 3",
"Inv_no": "sample string 4",
"Inv_date": "2026-07-11T19:32:43.4221829+05:30",
"Month": "sample string 6",
"Qty": 7.0,
"Net_wt": 8.0,
"Boe_no": "sample string 9",
"Scrap_qty": 1.0,
"Tr6_challan_no": "sample string 10",
"Tr6_challan_date": "2026-07-11T19:32:43.4221829+05:30",
"Duty_paid": 1.0,
"Quantity_in_kgs": 1.0,
"Value": 1.0,
"Remaining_igst_available": 1.0
}
application/xml, text/xml
Sample:
<SaveScrapBoE_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers"> <Boe_no>sample string 9</Boe_no> <Duty_paid>1</Duty_paid> <Id>1</Id> <Inv_date>2026-07-11T19:32:43.4221829+05:30</Inv_date> <Inv_no>sample string 4</Inv_no> <Month>sample string 6</Month> <Moved_from>sample string 3</Moved_from> <Net_wt>8</Net_wt> <Product_type>sample string 2</Product_type> <Qty>7</Qty> <Quantity_in_kgs>1</Quantity_in_kgs> <Remaining_igst_available>1</Remaining_igst_available> <Scrap_qty>1</Scrap_qty> <SqlAction>sample string 1</SqlAction> <Tr6_challan_date>2026-07-11T19:32:43.4221829+05:30</Tr6_challan_date> <Tr6_challan_no>sample string 10</Tr6_challan_no> <Value>1</Value> </SaveScrapBoE_BO>
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.