POST Evgm/evgm-submit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
e
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShippingLine": "sample string 1",
  "ContainerNo": "sample string 2",
  "ISOCode": "sample string 3",
  "ContainerType": "sample string 4",
  "GrossWeight": 5.0,
  "GrossWeightKG": "sample string 6",
  "TareWeight": 7.0,
  "VGMWeightKG": "sample string 8",
  "CargoType": "sample string 9",
  "CargoWeight": 10.0,
  "CargoWeightKG": "sample string 11",
  "MaxCntWt": 12.0,
  "ShipperType": "sample string 13",
  "ShipperName": "sample string 14",
  "ShipperRegNumber": "sample string 15",
  "BookingNO": "sample string 16",
  "PortOfLoading": "sample string 17",
  "WeighbridgeRegno": "sample string 18",
  "WeighAddress": "sample string 19",
  "WeighAddress2": "sample string 20",
  "WeighAddress3": "sample string 21",
  "WeighbridgeName": "sample string 22",
  "WeighbridgeSlipNo": "sample string 23",
  "WeighbridgeDate": "sample string 24",
  "WeighbridgeTime": "sample string 25",
  "AuthName": "sample string 26",
  "AuthDesignation": "sample string 27",
  "AuthMob": "sample string 28"
}

application/xml, text/xml

Sample:
<Evgm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
  <AuthDesignation>sample string 27</AuthDesignation>
  <AuthMob>sample string 28</AuthMob>
  <AuthName>sample string 26</AuthName>
  <BookingNO>sample string 16</BookingNO>
  <CargoType>sample string 9</CargoType>
  <CargoWeight>10</CargoWeight>
  <CargoWeightKG>sample string 11</CargoWeightKG>
  <ContainerNo>sample string 2</ContainerNo>
  <ContainerType>sample string 4</ContainerType>
  <GrossWeight>5</GrossWeight>
  <GrossWeightKG>sample string 6</GrossWeightKG>
  <ISOCode>sample string 3</ISOCode>
  <MaxCntWt>12</MaxCntWt>
  <PortOfLoading>sample string 17</PortOfLoading>
  <ShipperName>sample string 14</ShipperName>
  <ShipperRegNumber>sample string 15</ShipperRegNumber>
  <ShipperType>sample string 13</ShipperType>
  <ShippingLine>sample string 1</ShippingLine>
  <TareWeight>7</TareWeight>
  <VGMWeightKG>sample string 8</VGMWeightKG>
  <WeighAddress>sample string 19</WeighAddress>
  <WeighAddress2>sample string 20</WeighAddress2>
  <WeighAddress3>sample string 21</WeighAddress3>
  <WeighbridgeDate>sample string 24</WeighbridgeDate>
  <WeighbridgeName>sample string 22</WeighbridgeName>
  <WeighbridgeRegno>sample string 18</WeighbridgeRegno>
  <WeighbridgeSlipNo>sample string 23</WeighbridgeSlipNo>
  <WeighbridgeTime>sample string 25</WeighbridgeTime>
</Evgm>

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Data />
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseEntity>