GET Api/v{apiVersion}/Reports/StoresWithBudgetAvailable?campaignEndDate={campaignEndDate}&query={query}&pageSize={pageSize}&currentPage={currentPage}&orderBy={orderBy}&descending={descending}

Gets a list of Stores with budget available per Campaign

Request Information

URI Parameters

NameDescriptionTypeAdditional information
campaignEndDate

date

Required

query

string

Default value is

pageSize

integer

None.

currentPage

integer

None.

orderBy

string

Default value is

descending

boolean

None.

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StoresWithBudgetAvailableResult
NameDescriptionTypeAdditional information
Campaign

CampaignPreview

None.

Store

StorePreview

None.

BudgetSpentAmount

decimal number

None.

BudgetAvailableAmount

decimal number

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.