Class ICSetDeclarationAttachmentsStatusRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.declaration.ICSetDeclarationAttachmentsStatusRequestDTO
All Implemented Interfaces:
CustomsProcessTypeDTOProvider

public class ICSetDeclarationAttachmentsStatusRequestDTO extends AbstractRequestDTO implements CustomsProcessTypeDTOProvider
The request DTO to set the status of an attachment.
  • Field Details

    • customsProcess

      public ICCustomsProcessTypeDTO customsProcess
      Specific customs process of the declarations to which the declaration attachments belong.
    • businessObjectIds

      public String[] businessObjectIds
      One or more unique business object ids of the desired declarations. Either the businessObjectIds or the consignmentIdClientSystem must be filled.

      length=20

    • consignmentIdClientSystem

      public String consignmentIdClientSystem
      The consignment id of the ERP system of the client. Either the businessObjectId or the consignmentIdClientSystem must be filled.

      length=255

    • attachmentCode

      public String attachmentCode
      Code of the attachment.

      length=250

    • statusCode

      public String statusCode
      The new status of the attachment. Supported values are: NEW, PRINTED.

      length=20

  • Constructor Details

    • ICSetDeclarationAttachmentsStatusRequestDTO

      public ICSetDeclarationAttachmentsStatusRequestDTO()
  • Method Details