INPUT_OBJECT

CreateConsigneeInput

The create consignee input

link GraphQL Schema definition

  • input CreateConsigneeInput {
  • # The client's unique identifier for the consignee
  • cid: ID
  • # The consignee's importers.
  • importers: [KeyInput!]!
  • # The consignee's Importer Number.
  • iorNumber: String!
  • # The consignee's address.
  • address: AddressInput
  • # The consignee's name.
  • name: String!
  • # The consignee's phone number.
  • phone: PhoneInput
  • # The consignee's DUNS number.
  • duns: DUNS
  • # The consignee's email.
  • email: Email
  • # The point of contact.
  • # Used by: NHTSA
  • poc: POCInput
  • }

link Require by