Zinnia API service for documents and tax-forms.
Version History
- Draft version 0.4.3
- Update tax form request and response fields for both search and download
-Removed fields which are not required for download taxform
-Added format for date-time fields
-Added fromDate, toDate, limit, offset for filtering taxforms
-Added uplaod document API
-added Metadata, DocumentUploadResponse, DocumentUploadBadRequest, DocumentUploadForbidden schema for document uplaod API
-Updated taxYear, fromDate, toDate fields description
- Update tax form request and response fields for both search and download
- Server 1:https://dev.api.zinnia.io
Dev Environment
- Server 2:https://qa.api.zinnia.io
QA Environment
- Server 3:https://uat.api.zinnia.io
UAT Environment
- Server 4:https://api.zinnia.io
PROD Environment
basic (http)
Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.
Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==