OBJECT
GratisCopy
A gratis copy record, showing the product, contact, number of copies, send and sent dates, and notes
link GraphQL Schema definition
- type GratisCopy {
- # The associated contact
- : Contact!
- # The id of the associated contact
- : Int!
- # The associated contract for this gratis copy
- : Contract!
- # The id of the associated contract for this gratis copy
- : Int!
- # The unique Consonance identifier
- : Int!
- # Any notes regarding the gratis copies
- : String
- # The number of gratis copies to send
- : Int!
- # The id of the associated product
- : Int!
- # The date on which the gratis copies should be sent
- : ISO8601Date
- # The date the gratis copies were sent
- : ISO8601Date
- }