INPUT_OBJECT
CreateConsigneeInput
The create consignee input
link GraphQL Schema definition
- input CreateConsigneeInput {
- # The client's unique identifier for the consignee
- ID :
- # The consignee's importers.
- KeyInput!]! : [
- # The consignee's Importer Number.
- String! :
- # The consignee's address.
- AddressInput :
- # The consignee's name.
- String! :
- # The consignee's phone number.
- PhoneInput :
- # The consignee's DUNS number.
- DUNS :
- # The consignee's email.
- Email :
- # The point of contact.
- # Used by: NHTSA
- POCInput :
- }