Attachment (CI, Outbound)

This DTO provides attachments (files) that have been uploaded to the Transporeon platform.

Field

Description

Type (Length)

Mandatory

Remark

Field

Description

Type (Length)

Mandatory

Remark

object_kind

Type of object the file is attachment to

C/100

True

Possible values:

  • transport 

  • delivery

  • booking 

  • company 

  • supplychain 

  • contract

  • booking

  • surcharge 



object_id

Transporeon object ID

C/100

True



transport_id

Transporeon transport ID

C/100

False

 

shipper_id

Shipper ID

C/100

True

 

shipper_name

Name of the shipper

C/100

True

 

delivery_number

Delivery ID

C/100

False

 

contract_number

Contract number

C/100

False

 

booking_number

Booking number

C/100

False

 

status

Status of attachment

C/100

True

  • N = New

  • C = Changed

  • D = Deleted

type

Type of the attachment

C/100

True

See Attachment Qualifiers

description

Description

C/100

False

See type

filename

Name of the file

C/100

True



link

Link to the attachment

C/100

False

Direct download link in the browser. Requires login credentials and appropriate user rights.

data

Content of the attachment

C/100

False

Activated for customers on demand.

Data are base64 encoded.

Â