Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1011 Bytes

AreaStoreCampaignAssignment.md

File metadata and controls

17 lines (11 loc) · 1011 Bytes

AreaStoreCampaignAssignment

An object representing an assignment of a campaign to an area or store.

Properties

Name Type Description Notes
id str Unique identifier of the campaign assignment. [optional]
area_id str Unique identifier of the area to which the campaign is assigned. [optional]
area_store_id str Unique identifier of the store to which the campaign is assigned. [optional]
created_at datetime Date and time when the assignment was made. The value is shown in the ISO 8601 format. [optional]
object str The type of the object represented by JSON. This object stores information about the campaign assignment to areas or stores. [optional] [default to 'area_store_campaign_assignment']

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