POST api/ExImLcOrderShipmentNInspectionNProductionSchedule/Save

Request Information

URI Parameters

None.

Body Parameters

ExImLcOrderShipmentNInspectionNProductionSchedule
NameDescriptionTypeAdditional information
InspectionSchDate

date

None.

ProductionSchDate

date

None.

ShipmentSchDate

date

None.

ShpSchQtyMtons

decimal number

None.

Id

integer

None.

ShipmentSeq

integer

None.

LcOrderId

integer

None.

NoOfCntr

integer

None.

SchRemarks

string

None.

ItemId

integer

None.

DocNo

integer

None.

PackingRemarks

string

None.

LoadingRemarks

string

None.

LoadingUserId

integer

None.

LabRemarks

string

None.

LabUserId

integer

None.

ProductionRemarks

string

None.

ProdcutionUserId

integer

None.

ExportRemarks

string

None.

LotNo

string

None.

LineStatus

string

None.

ExportUserId

integer

None.

ItemName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InspectionSchDate": "2025-10-29T13:07:30.9270274+05:00",
  "ProductionSchDate": "2025-10-29T13:07:30.9270274+05:00",
  "ShipmentSchDate": "2025-10-29T13:07:30.9270274+05:00",
  "ShpSchQtyMtons": 1.1,
  "Id": 2,
  "ShipmentSeq": 3,
  "LcOrderId": 4,
  "NoOfCntr": 5,
  "SchRemarks": "sample string 6",
  "ItemId": 7,
  "DocNo": 8,
  "PackingRemarks": "sample string 9",
  "LoadingRemarks": "sample string 10",
  "LoadingUserId": 11,
  "LabRemarks": "sample string 12",
  "LabUserId": 13,
  "ProductionRemarks": "sample string 14",
  "ProdcutionUserId": 15,
  "ExportRemarks": "sample string 16",
  "LotNo": "sample string 17",
  "LineStatus": "sample string 18",
  "ExportUserId": 19,
  "ItemName": "sample string 20"
}

application/xml, text/xml

Sample:
<ExImLcOrderShipmentNInspectionNProductionSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export">
  <DocNo>8</DocNo>
  <ExportRemarks>sample string 16</ExportRemarks>
  <ExportUserId>19</ExportUserId>
  <Id>2</Id>
  <InspectionSchDate>2025-10-29T13:07:30.9270274+05:00</InspectionSchDate>
  <ItemId>7</ItemId>
  <ItemName>sample string 20</ItemName>
  <LabRemarks>sample string 12</LabRemarks>
  <LabUserId>13</LabUserId>
  <LcOrderId>4</LcOrderId>
  <LineStatus>sample string 18</LineStatus>
  <LoadingRemarks>sample string 10</LoadingRemarks>
  <LoadingUserId>11</LoadingUserId>
  <LotNo>sample string 17</LotNo>
  <NoOfCntr>5</NoOfCntr>
  <PackingRemarks>sample string 9</PackingRemarks>
  <ProdcutionUserId>15</ProdcutionUserId>
  <ProductionRemarks>sample string 14</ProductionRemarks>
  <ProductionSchDate>2025-10-29T13:07:30.9270274+05:00</ProductionSchDate>
  <SchRemarks>sample string 6</SchRemarks>
  <ShipmentSchDate>2025-10-29T13:07:30.9270274+05:00</ShipmentSchDate>
  <ShipmentSeq>3</ShipmentSeq>
  <ShpSchQtyMtons>1.1</ShpSchQtyMtons>
</ExImLcOrderShipmentNInspectionNProductionSchedule>

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 'ExImLcOrderShipmentNInspectionNProductionSchedule'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.