LocationTax


Parameters

Name In Type Required Description
orgId path string true Executes the request in the context of the given organization
stateId path integer true Executes the request in the context of the given location (state id)

Request example

1
2
3
4
5

curl -X GET https://billing.masstack.com/v1/orgs/masmovil/location-taxes/28 \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {access-token}"

Responses

Code Meaning Description Schema
200 OK Location tax information LocationTaxDTO
400 Bad Request The request could not be processed because it was malformed GenericResponseDTO
401 Unauthorized The user is not authorized GenericResponseDTO
403 Forbidden The user does not have permission to access that resource GenericResponseDTO
500 Internal Server Error The request failed to be processed by the server GenericResponseDTO
504 Gateway Time-out The request timed out GenericResponseDTO

Endpoints

Consumptions

    Movements

      Refunds

        Invoices

          LocationTax