POST api/Bookings/EDIPost
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Bookings.EDI.EDIBooking| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlNumber | string |
None. |
|
| BookingNumber | string |
None. |
|
| LocationIdentifier | string |
None. |
|
| CustomerIdentifier | string |
None. |
|
| ExpirationDate | string |
None. |
|
| Notes | string |
None. |
|
| AnyTruckingCompany | boolean |
None. |
|
| BookingTemperature | string |
None. |
|
| UnitOfMeasurement | string |
None. |
|
| VentilationCode | string |
None. |
|
| VentilationValue | string |
None. |
|
| VesselVoyage | string |
None. |
|
| VesselLloydsNumber | string |
None. |
|
| VesselName | string |
None. |
|
| BookingDetails | Collection of VEMModel.Bookings.EDI.EDIBookingDetail |
None. |
|
| ReservedUnits | Collection of string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}