GET api/EShipBooking?BranchId={BranchId}&Lut={Lut}&data={data}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BranchId

unsigned integer

Required

Lut

integer

Required

data

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EshipVolumeWeight
NameDescriptionTypeAdditional information
Record_Id

integer

None.

Cn_Number

string

None.

Ship_Length

decimal number

None.

Ship_Width

decimal number

None.

Ship_Height

decimal number

None.

Ship_Content

string

None.

Created_By

integer

None.

Date_Created

date

None.

Is_Delete

boolean

None.

Lut

integer

None.

Transmission_Flag

boolean

None.

Ship_Vol_Weight

decimal number

None.

Ship_Measure_Weight

decimal number

None.

Pcs

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Record_Id": 1,
    "Cn_Number": "sample string 2",
    "Ship_Length": 3.1,
    "Ship_Width": 4.1,
    "Ship_Height": 5.1,
    "Ship_Content": "sample string 6",
    "Created_By": 7,
    "Date_Created": "2024-10-08T19:11:34.0116854+05:00",
    "Is_Delete": true,
    "Lut": 10,
    "Transmission_Flag": true,
    "Ship_Vol_Weight": 12.1,
    "Ship_Measure_Weight": 13.1,
    "Pcs": 14
  },
  {
    "Record_Id": 1,
    "Cn_Number": "sample string 2",
    "Ship_Length": 3.1,
    "Ship_Width": 4.1,
    "Ship_Height": 5.1,
    "Ship_Content": "sample string 6",
    "Created_By": 7,
    "Date_Created": "2024-10-08T19:11:34.0116854+05:00",
    "Is_Delete": true,
    "Lut": 10,
    "Transmission_Flag": true,
    "Ship_Vol_Weight": 12.1,
    "Ship_Measure_Weight": 13.1,
    "Pcs": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfEshipVolumeWeight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model">
  <EshipVolumeWeight>
    <Cn_Number>sample string 2</Cn_Number>
    <Created_By>7</Created_By>
    <Date_Created>2024-10-08T19:11:34.0116854+05:00</Date_Created>
    <Is_Delete>true</Is_Delete>
    <Lut>10</Lut>
    <Pcs>14</Pcs>
    <Record_Id>1</Record_Id>
    <Ship_Content>sample string 6</Ship_Content>
    <Ship_Height>5.1</Ship_Height>
    <Ship_Length>3.1</Ship_Length>
    <Ship_Measure_Weight>13.1</Ship_Measure_Weight>
    <Ship_Vol_Weight>12.1</Ship_Vol_Weight>
    <Ship_Width>4.1</Ship_Width>
    <Transmission_Flag>true</Transmission_Flag>
  </EshipVolumeWeight>
  <EshipVolumeWeight>
    <Cn_Number>sample string 2</Cn_Number>
    <Created_By>7</Created_By>
    <Date_Created>2024-10-08T19:11:34.0116854+05:00</Date_Created>
    <Is_Delete>true</Is_Delete>
    <Lut>10</Lut>
    <Pcs>14</Pcs>
    <Record_Id>1</Record_Id>
    <Ship_Content>sample string 6</Ship_Content>
    <Ship_Height>5.1</Ship_Height>
    <Ship_Length>3.1</Ship_Length>
    <Ship_Measure_Weight>13.1</Ship_Measure_Weight>
    <Ship_Vol_Weight>12.1</Ship_Vol_Weight>
    <Ship_Width>4.1</Ship_Width>
    <Transmission_Flag>true</Transmission_Flag>
  </EshipVolumeWeight>
</ArrayOfEshipVolumeWeight>