Brand


Request example

1
2
3
4

curl -X GET https://dealers.masstack.com/v1/brands \
  -H "Accept: application/json"

Responses

Code Meaning Description Schema
200 OK Successful response. [Brand]
401 Unauthorized Unauthorized string

200 - instance of Brand

Custom schema example

1
2
3
4
5
6
[
  {
    "code": "MM",
    "description": "masmovil"
  }
]
Name Type Required Description
code string false none
description string false none

401 - JsonObject

Custom schema example

1
2
3
4
5
6
{
  "code": "0003",
  "status": "UNAUTHORIZED",
  "message": "Unauthorized",
  "detailMsg": "Audience not found to access URI /example-uri"
}
Name Type Required Description
code string false none
description string false none

Request example

1
2
3
4

curl -X GET https://dealers.masstack.com/v1/accounting-system \
  -H "Accept: application/json"

Responses

Code Meaning Description Schema
200 OK Successful response. [AccountingSystem]
401 Unauthorized Unauthorized string

200 - instance of AccountingSystem

Custom schema example

1
2
3
4
5
6
7
[
  {
    "id": 12345,
    "code": "IAM",
    "description": "System of MM"
  }
]
Name Type Required Description
id integer false none
code string false none
description string false none

401 - JsonObject

Custom schema example

1
2
3
4
5
6
{
  "code": "0003",
  "status": "UNAUTHORIZED",
  "message": "Unauthorized",
  "detailMsg": "Audience not found to access URI /example-uri"
}
Name Type Required Description
id integer false none
code string false none
description string false none

Endpoints

Default

    Dealer

      Fiscal data

        Custom information

          Campaign

            Subchannel

              Store

                Iam

                  Brand

                    Request