POST api/v1/BreakUpSave

Request Information

URI Parameters

None.

Body Parameters

BreakupSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

BreakupID

integer

None.

FactoryID

integer

None.

BreakDate

date

None.

TaxName

string

None.

SplQty

decimal number

None.

RegQty

decimal number

None.

ItemID

integer

None.

Barcode

integer

None.

TrayNo

integer

None.

UserID

integer

None.

BreakupType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "BreakupID": 2,
  "FactoryID": 3,
  "BreakDate": "2025-12-06T09:24:37.0181005+05:30",
  "TaxName": "sample string 5",
  "SplQty": 6.0,
  "RegQty": 7.0,
  "ItemID": 8,
  "Barcode": 9,
  "TrayNo": 10,
  "UserID": 11,
  "BreakupType": "sample string 12"
}

application/xml, text/xml

Sample:
<BreakupSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <Barcode>9</Barcode>
  <BreakDate>2025-12-06T09:24:37.0181005+05:30</BreakDate>
  <BreakupID>2</BreakupID>
  <BreakupType>sample string 12</BreakupType>
  <FactoryID>3</FactoryID>
  <ItemID>8</ItemID>
  <Mode>sample string 1</Mode>
  <RegQty>7</RegQty>
  <SplQty>6</SplQty>
  <TaxName>sample string 5</TaxName>
  <TrayNo>10</TrayNo>
  <UserID>11</UserID>
</BreakupSaveInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BreakupSaveInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.