fattureincloud / api

Fatture in Cloud API
13 stars 1 forks source link

List Vat Type - NO PERMISSION #28

Closed MrLeonida closed 2 years ago

MrLeonida commented 2 years ago

Describe the bug API (v2) call to List Vat Types (GET /c/{company_id}/info/vat_types) return error code "NO_PERMISSION". Other Info Call (ex. Payments methods) work correctly.

To Reproduce API call as mentioned before.

Expected behavior Return list of vat types.

Screenshots ND.

Additional context JSON returned: { "error" : { "code" : "NO_PERMISSION", "message" : "No permission." } }