POST EIRCode/CreateImg

Request Information

URI Parameters

None.

Body Parameters

ContainerDetailsScreen
NameDescriptionTypeAdditional information
BayanNo

string

None.

ExamType

string

None.

EmptyReturnDate

string

None.

Temp

decimal number

None.

IMCOCode

string

None.

EmptyReturnLoc

string

None.

inserted_road_truck_transactions_gkey

integer

None.

OutgateUpdateEnd

date

None.

changed

date

None.

Damage

string

None.

Bundle

string

None.

BayanDate

date

None.

IbPortRotationNo

string

None.

inv_unit_fcy_visit_gkey

string

None.

CntrOperator

string

None.

freight_kind

string

None.

bl_nbr

string

None.

seal_nbr1

string

None.

YardPos

string

None.

VesselRef

string

None.

CabinNo

string

None.

TransactionType

string

None.

CntrType

string

None.

Cntr

string

None.

goods_and_ctr_wt_kg

string

None.

truckid

string

None.

ConsigneeName

string

None.

PregateUpdateEnd

date

None.

QRCodeString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BayanNo": "sample string 1",
  "ExamType": "sample string 2",
  "EmptyReturnDate": "sample string 3",
  "Temp": 1.1,
  "IMCOCode": "sample string 4",
  "EmptyReturnLoc": "sample string 5",
  "inserted_road_truck_transactions_gkey": 6,
  "OutgateUpdateEnd": "2026-06-13T05:02:53.4915283+03:00",
  "changed": "2026-06-13T05:02:53.4915283+03:00",
  "Damage": "sample string 9",
  "Bundle": "sample string 10",
  "BayanDate": "2026-06-13T05:02:53.4915283+03:00",
  "IbPortRotationNo": "sample string 11",
  "inv_unit_fcy_visit_gkey": "sample string 12",
  "CntrOperator": "sample string 13",
  "freight_kind": "sample string 14",
  "bl_nbr": "sample string 15",
  "seal_nbr1": "sample string 16",
  "YardPos": "sample string 17",
  "VesselRef": "sample string 18",
  "CabinNo": "sample string 19",
  "TransactionType": "sample string 20",
  "CntrType": "sample string 21",
  "Cntr": "sample string 22",
  "goods_and_ctr_wt_kg": "sample string 23",
  "truckid": "sample string 24",
  "ConsigneeName": "sample string 25",
  "PregateUpdateEnd": "2026-06-13T05:02:53.4915283+03:00",
  "QRCodeString": "sample string 27"
}

application/xml, text/xml

Sample:
<ContainerDetailsScreen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InternalServices.Models">
  <BayanDate>2026-06-13T05:02:53.4915283+03:00</BayanDate>
  <BayanNo>sample string 1</BayanNo>
  <Bundle>sample string 10</Bundle>
  <CabinNo>sample string 19</CabinNo>
  <Cntr>sample string 22</Cntr>
  <CntrOperator>sample string 13</CntrOperator>
  <CntrType>sample string 21</CntrType>
  <ConsigneeName>sample string 25</ConsigneeName>
  <Damage>sample string 9</Damage>
  <EmptyReturnDate>sample string 3</EmptyReturnDate>
  <EmptyReturnLoc>sample string 5</EmptyReturnLoc>
  <ExamType>sample string 2</ExamType>
  <IMCOCode>sample string 4</IMCOCode>
  <IbPortRotationNo>sample string 11</IbPortRotationNo>
  <OutgateUpdateEnd>2026-06-13T05:02:53.4915283+03:00</OutgateUpdateEnd>
  <PregateUpdateEnd>2026-06-13T05:02:53.4915283+03:00</PregateUpdateEnd>
  <QRCodeString>sample string 27</QRCodeString>
  <Temp>1.1</Temp>
  <TransactionType>sample string 20</TransactionType>
  <VesselRef>sample string 18</VesselRef>
  <YardPos>sample string 17</YardPos>
  <bl_nbr>sample string 15</bl_nbr>
  <changed>2026-06-13T05:02:53.4915283+03:00</changed>
  <freight_kind>sample string 14</freight_kind>
  <goods_and_ctr_wt_kg>sample string 23</goods_and_ctr_wt_kg>
  <inserted_road_truck_transactions_gkey>6</inserted_road_truck_transactions_gkey>
  <inv_unit_fcy_visit_gkey>sample string 12</inv_unit_fcy_visit_gkey>
  <seal_nbr1>sample string 16</seal_nbr1>
  <truckid>sample string 24</truckid>
</ContainerDetailsScreen>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.