Unidades

Recebe uma lista das unidades com as quais o cliente possui vínculo

O retorno é uma lista de unidades, contendo os params "id" e "name", de forma a facilitar a identificação de qual unidade se deseja inserir no pedido.

get/franchisees

Headers

Authorizationstring required

Response

Generated

idinteger
namestring

Example response

{
  "id": 12,
  "name": "Unidade Rede Vistorias"
}

Changes

Changed in 1 of the 7 revisions of this API.22

  • 1.50be35aeec02522See the full diff
    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added