POST api/ImBillOfLading/Save

Request Information

URI Parameters

None.

Body Parameters

ImBillOfLading
NameDescriptionTypeAdditional information
IsApproved

boolean

None.

ApprovedDate

date

None.

BLDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

ShipingCertDate

date

None.

FobValue

decimal number

None.

ApprovedUser

integer

None.

BranchesId

integer

None.

CompanyId

integer

None.

EntryUser

integer

None.

ExImLcPoId

integer

None.

Id

integer

None.

ImporterId

integer

None.

ModifyUser

integer

None.

NotifyPartyId

integer

None.

OrderOfId

integer

None.

OrganizationId

integer

None.

ProjectsId

integer

None.

ShipingCertNo

integer

None.

BLNumber

string

None.

BookingDate

date

None.

BookingNo

string

None.

CarierType

string

None.

FreightType

string

None.

NotifyPartyName

string

None.

Remarks

string

None.

ToTheOrderOfName

string

None.

VesselNo

string

None.

VoyageNo

string

None.

ImporterName

string

None.

ItemsGoodsDesc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IsApproved": true,
  "ApprovedDate": "2025-10-29T13:11:00.6302249+05:00",
  "BLDate": "2025-10-29T13:11:00.6302249+05:00",
  "EntryDate": "2025-10-29T13:11:00.6302249+05:00",
  "ModifyDate": "2025-10-29T13:11:00.6302249+05:00",
  "ShipingCertDate": "2025-10-29T13:11:00.6302249+05:00",
  "FobValue": 6.1,
  "ApprovedUser": 7,
  "BranchesId": 8,
  "CompanyId": 9,
  "EntryUser": 10,
  "ExImLcPoId": 11,
  "Id": 12,
  "ImporterId": 13,
  "ModifyUser": 14,
  "NotifyPartyId": 15,
  "OrderOfId": 16,
  "OrganizationId": 17,
  "ProjectsId": 18,
  "ShipingCertNo": 19,
  "BLNumber": "sample string 20",
  "BookingDate": "2025-10-29T13:11:00.6302249+05:00",
  "BookingNo": "sample string 22",
  "CarierType": "sample string 23",
  "FreightType": "sample string 24",
  "NotifyPartyName": "sample string 25",
  "Remarks": "sample string 26",
  "ToTheOrderOfName": "sample string 27",
  "VesselNo": "sample string 28",
  "VoyageNo": "sample string 29",
  "ImporterName": "sample string 30",
  "ItemsGoodsDesc": "sample string 31"
}

application/xml, text/xml

Sample:
<ImBillOfLading xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Import">
  <ApprovedDate>2025-10-29T13:11:00.6302249+05:00</ApprovedDate>
  <ApprovedUser>7</ApprovedUser>
  <BLDate>2025-10-29T13:11:00.6302249+05:00</BLDate>
  <BLNumber>sample string 20</BLNumber>
  <BookingDate>2025-10-29T13:11:00.6302249+05:00</BookingDate>
  <BookingNo>sample string 22</BookingNo>
  <BranchesId>8</BranchesId>
  <CarierType>sample string 23</CarierType>
  <CompanyId>9</CompanyId>
  <EntryDate>2025-10-29T13:11:00.6302249+05:00</EntryDate>
  <EntryUser>10</EntryUser>
  <ExImLcPoId>11</ExImLcPoId>
  <FobValue>6.1</FobValue>
  <FreightType>sample string 24</FreightType>
  <Id>12</Id>
  <ImporterId>13</ImporterId>
  <ImporterName>sample string 30</ImporterName>
  <IsApproved>true</IsApproved>
  <ItemsGoodsDesc>sample string 31</ItemsGoodsDesc>
  <ModifyDate>2025-10-29T13:11:00.6302249+05:00</ModifyDate>
  <ModifyUser>14</ModifyUser>
  <NotifyPartyId>15</NotifyPartyId>
  <NotifyPartyName>sample string 25</NotifyPartyName>
  <OrderOfId>16</OrderOfId>
  <OrganizationId>17</OrganizationId>
  <ProjectsId>18</ProjectsId>
  <Remarks>sample string 26</Remarks>
  <ShipingCertDate>2025-10-29T13:11:00.6302249+05:00</ShipingCertDate>
  <ShipingCertNo>19</ShipingCertNo>
  <ToTheOrderOfName>sample string 27</ToTheOrderOfName>
  <VesselNo>sample string 28</VesselNo>
  <VoyageNo>sample string 29</VoyageNo>
</ImBillOfLading>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.