Sales

Manage your location sales data.

The type for the sales data can be either DIGITAL, IN_STORE, CATERING, or OTHER.

Upsert sales data

post

Upserts location sales data.

Header parameters
AuthorizationstringRequired

Bearer [token]

Example: Bearer [token]
Body
datestringRequired

The date for the data in YYYY-MM-DD format.

Example: 2023-12-01
Responses
200

Success

No content

post
/oauth/apis/v1/partners/{partnerId}/sales/upsert
POST /oauth/apis/v1/partners/{partnerId}/sales/upsert HTTP/1.1
Host: api.lomafunds.com
Authorization: Bearer [token]
Content-Type: application/json
Accept: */*
Content-Length: 82

{
  "date": "2023-12-01",
  "locations": [
    {
      "location_id": 87,
      "check_count": 32,
      "sales": []
    }
  ]
}

No content

Last updated