INPUT_OBJECT

CreateLocationInput

Represents a Location entity.

link GraphQL Schema definition

  • input CreateLocationInput {
  • # The client's unique identifier
  • cid: ID
  • # The location's DUNS number.
  • duns: DUNS
  • # The location's FDA establishment identification.
  • fei: String
  • # The location's employer identification number.
  • ein: String
  • # The location's FIRMS code.
  • firms: FIRMSCode
  • # The locations' address.
  • address: AddressInput
  • # The location's name.
  • name: String!
  • # The location's phone number.
  • phone: PhoneInput
  • # The importer keys associated with the location
  • importers: [KeyInput!]!
  • # The point of contact. Required for importing vehicles and engines.
  • # Used by: EPA
  • poc: POCInput
  • }

link Require by