Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.31 KB

File metadata and controls

15 lines (11 loc) · 1.31 KB

Voucherify.Model.PublicationsCreateRequestBody

Properties

Name Type Description Notes
Voucher string Code of the voucher being published. [optional]
SourceId string The merchant's publication ID if it is different from the Voucherify publication ID. It's an optional tracking identifier of a publication. It is really useful in case of an integration between multiple systems. It can be a publication ID from a CRM system, database or 3rd-party service. If `source_id` is provided only 1 voucher can be published per request. [optional]
Customer Customer [optional]
Metadata Object The metadata object stores all custom attributes assigned to the publication. A set of key/value pairs that you can attach to a publication object. It can be useful for storing additional information about the publication in a structured format. [optional]
Channel string Specify the distribution channel. [optional]
Campaign CreatePublicationCampaign [optional]

[Back to Model list] [Back to API list] [Back to README]