Skip to content

Create Goals POST

URL: https://api.painelalter.com/api/meta/create

Request used to insert a goal per store into the system.

Body Parameters

ParameterDescription
alias_idStore alias ID
revenueInteger with two implied decimal places
averageTicketInteger with two implied decimal places
conversionRatioInteger with two implied decimal places
uptUnits per transaction (UPT)
yearMonthMonth and year, format YYYY-MM

Response Example

json
{
  "meta_id": 8886
}