PUT ops/logistics/containers

Request Information

URI Parameters

None.

Body Parameters

ContainerPUT
NameDescriptionTypeAdditional information
BookingRef

string

None.

ContainerNo

string

None.

Coordinates

Coordinates

None.

SealNo

string

None.

Submitted

date

None.

UserName

string

None.

WeightTare

integer

None.

WeightVGM

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bookingRef": "sample string 1",
  "containerNo": "sample string 2",
  "coordinates": null,
  "sealNo": "sample string 3",
  "submitted": "2024-07-27T05:35:36.4001367+02:00",
  "userName": "sample string 5",
  "weightTare": 6,
  "weightVGM": 7
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'MTO.Coordinates' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'MTO.Coordinates' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

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

Response Information

Resource Description

None.