POST api/ExImLcOrderShipmentScheduleHeader/Save

Request Information

URI Parameters

None.

Body Parameters

ExImLcOrderShipmentScheduleHeader
NameDescriptionTypeAdditional information
IsApproved

boolean

None.

EntryDate

date

None.

ModifyDate

date

None.

ShipmentStartDate

date

None.

LastShipmentDate

date

None.

NetWeight

decimal number

None.

EntryUser

integer

None.

ExImLcOrderId

integer

None.

Id

integer

None.

ModifyUser

integer

None.

NoOfContainers

integer

None.

NoOfShipments

integer

None.

ProductionSchDaysBefore

integer

None.

SampleSchDaysBefore

integer

None.

ShipmentIntervalDays

integer

None.

ShipmentStatus

string

None.

SupplierCustomerId

integer

None.

ScheduleType

string

None.

LcOrderDocumentDetail

Collection of ExImLcOrderDocumentList

None.

LcOrderAnalysisTestDetail

Collection of ExImLcOrderAnalysisTestList

None.

LcOrderShipmentNInspectioNProductionScheduleDetail

Collection of ExImLcOrderShipmentNInspectionNProductionSchedule

None.

Request Formats

application/json, text/json

Sample:
{
  "IsApproved": true,
  "EntryDate": "2025-10-29T13:17:00.1349555+05:00",
  "ModifyDate": "2025-10-29T13:17:00.1349555+05:00",
  "ShipmentStartDate": "2025-10-29T13:17:00.1349555+05:00",
  "LastShipmentDate": "2025-10-29T13:17:00.1349555+05:00",
  "NetWeight": 5.1,
  "EntryUser": 6,
  "ExImLcOrderId": 7,
  "Id": 8,
  "ModifyUser": 9,
  "NoOfContainers": 10,
  "NoOfShipments": 11,
  "ProductionSchDaysBefore": 12,
  "SampleSchDaysBefore": 13,
  "ShipmentIntervalDays": 14,
  "ShipmentStatus": "sample string 15",
  "SupplierCustomerId": 16,
  "ScheduleType": "sample string 17",
  "LcOrderDocumentDetail": [
    {
      "Copies": 1,
      "DocumentId": 2,
      "Id": 3,
      "LcOrderId": 4,
      "Original": 5,
      "exImDocName": "sample string 6"
    },
    {
      "Copies": 1,
      "DocumentId": 2,
      "Id": 3,
      "LcOrderId": 4,
      "Original": 5,
      "exImDocName": "sample string 6"
    }
  ],
  "LcOrderAnalysisTestDetail": [
    {
      "ExImLookUpsId": 1,
      "Id": 2,
      "LcOrderId": 3,
      "LookUpName": "sample string 4"
    },
    {
      "ExImLookUpsId": 1,
      "Id": 2,
      "LcOrderId": 3,
      "LookUpName": "sample string 4"
    }
  ],
  "LcOrderShipmentNInspectioNProductionScheduleDetail": [
    {
      "InspectionSchDate": "2025-10-29T13:17:00.1505837+05:00",
      "ProductionSchDate": "2025-10-29T13:17:00.1505837+05:00",
      "ShipmentSchDate": "2025-10-29T13:17:00.1505837+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"
    },
    {
      "InspectionSchDate": "2025-10-29T13:17:00.1505837+05:00",
      "ProductionSchDate": "2025-10-29T13:17:00.1505837+05:00",
      "ShipmentSchDate": "2025-10-29T13:17:00.1505837+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:
<ExImLcOrderShipmentScheduleHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export">
  <EntryDate>2025-10-29T13:17:00.1349555+05:00</EntryDate>
  <EntryUser>6</EntryUser>
  <ExImLcOrderId>7</ExImLcOrderId>
  <Id>8</Id>
  <IsApproved>true</IsApproved>
  <LastShipmentDate>2025-10-29T13:17:00.1349555+05:00</LastShipmentDate>
  <LcOrderAnalysisTestDetail>
    <ExImLcOrderAnalysisTestList>
      <ExImLookUpsId>1</ExImLookUpsId>
      <Id>2</Id>
      <LcOrderId>3</LcOrderId>
      <LookUpName>sample string 4</LookUpName>
    </ExImLcOrderAnalysisTestList>
    <ExImLcOrderAnalysisTestList>
      <ExImLookUpsId>1</ExImLookUpsId>
      <Id>2</Id>
      <LcOrderId>3</LcOrderId>
      <LookUpName>sample string 4</LookUpName>
    </ExImLcOrderAnalysisTestList>
  </LcOrderAnalysisTestDetail>
  <LcOrderDocumentDetail>
    <ExImLcOrderDocumentList>
      <Copies>1</Copies>
      <DocumentId>2</DocumentId>
      <Id>3</Id>
      <LcOrderId>4</LcOrderId>
      <Original>5</Original>
      <exImDocName>sample string 6</exImDocName>
    </ExImLcOrderDocumentList>
    <ExImLcOrderDocumentList>
      <Copies>1</Copies>
      <DocumentId>2</DocumentId>
      <Id>3</Id>
      <LcOrderId>4</LcOrderId>
      <Original>5</Original>
      <exImDocName>sample string 6</exImDocName>
    </ExImLcOrderDocumentList>
  </LcOrderDocumentDetail>
  <LcOrderShipmentNInspectioNProductionScheduleDetail>
    <ExImLcOrderShipmentNInspectionNProductionSchedule>
      <DocNo>8</DocNo>
      <ExportRemarks>sample string 16</ExportRemarks>
      <ExportUserId>19</ExportUserId>
      <Id>2</Id>
      <InspectionSchDate>2025-10-29T13:17:00.1505837+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:17:00.1505837+05:00</ProductionSchDate>
      <SchRemarks>sample string 6</SchRemarks>
      <ShipmentSchDate>2025-10-29T13:17:00.1505837+05:00</ShipmentSchDate>
      <ShipmentSeq>3</ShipmentSeq>
      <ShpSchQtyMtons>1.1</ShpSchQtyMtons>
    </ExImLcOrderShipmentNInspectionNProductionSchedule>
    <ExImLcOrderShipmentNInspectionNProductionSchedule>
      <DocNo>8</DocNo>
      <ExportRemarks>sample string 16</ExportRemarks>
      <ExportUserId>19</ExportUserId>
      <Id>2</Id>
      <InspectionSchDate>2025-10-29T13:17:00.1505837+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:17:00.1505837+05:00</ProductionSchDate>
      <SchRemarks>sample string 6</SchRemarks>
      <ShipmentSchDate>2025-10-29T13:17:00.1505837+05:00</ShipmentSchDate>
      <ShipmentSeq>3</ShipmentSeq>
      <ShpSchQtyMtons>1.1</ShpSchQtyMtons>
    </ExImLcOrderShipmentNInspectionNProductionSchedule>
  </LcOrderShipmentNInspectioNProductionScheduleDetail>
  <ModifyDate>2025-10-29T13:17:00.1349555+05:00</ModifyDate>
  <ModifyUser>9</ModifyUser>
  <NetWeight>5.1</NetWeight>
  <NoOfContainers>10</NoOfContainers>
  <NoOfShipments>11</NoOfShipments>
  <ProductionSchDaysBefore>12</ProductionSchDaysBefore>
  <SampleSchDaysBefore>13</SampleSchDaysBefore>
  <ScheduleType>sample string 17</ScheduleType>
  <ShipmentIntervalDays>14</ShipmentIntervalDays>
  <ShipmentStartDate>2025-10-29T13:17:00.1349555+05:00</ShipmentStartDate>
  <ShipmentStatus>sample string 15</ShipmentStatus>
  <SupplierCustomerId>16</SupplierCustomerId>
</ExImLcOrderShipmentScheduleHeader>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.