public class TaxesApi
extends java.lang.Object
| Constructor and Description |
|---|
TaxesApi() |
TaxesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CreateF24Response |
createF24(java.lang.Integer companyId,
CreateF24Request createF24Request)
Create F24 Creates a new F24.
|
okhttp3.Call |
createF24Async(java.lang.Integer companyId,
CreateF24Request createF24Request,
ApiCallback<CreateF24Response> _callback)
Create F24 (asynchronously) Creates a new F24.
|
okhttp3.Call |
createF24Call(java.lang.Integer companyId,
CreateF24Request createF24Request,
ApiCallback _callback)
Build call for createF24
|
ApiResponse<CreateF24Response> |
createF24WithHttpInfo(java.lang.Integer companyId,
CreateF24Request createF24Request)
Create F24 Creates a new F24.
|
void |
deleteF24(java.lang.Integer companyId,
java.lang.Integer documentId)
Delete F24 Removes the specified F24.
|
okhttp3.Call |
deleteF24Async(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback<java.lang.Void> _callback)
Delete F24 (asynchronously) Removes the specified F24.
|
void |
deleteF24Attachment(java.lang.Integer companyId,
java.lang.Integer documentId)
Delete F24 Attachment Removes the attachment of the specified F24.
|
okhttp3.Call |
deleteF24AttachmentAsync(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback<java.lang.Void> _callback)
Delete F24 Attachment (asynchronously) Removes the attachment of the specified F24.
|
okhttp3.Call |
deleteF24AttachmentCall(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback _callback)
Build call for deleteF24Attachment
|
ApiResponse<java.lang.Void> |
deleteF24AttachmentWithHttpInfo(java.lang.Integer companyId,
java.lang.Integer documentId)
Delete F24 Attachment Removes the attachment of the specified F24.
|
okhttp3.Call |
deleteF24Call(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback _callback)
Build call for deleteF24
|
ApiResponse<java.lang.Void> |
deleteF24WithHttpInfo(java.lang.Integer companyId,
java.lang.Integer documentId)
Delete F24 Removes the specified F24.
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
GetF24Response |
getF24(java.lang.Integer companyId,
java.lang.Integer documentId,
java.lang.String fields,
java.lang.String fieldset)
Get F24 Gets the specified F24.
|
okhttp3.Call |
getF24Async(java.lang.Integer companyId,
java.lang.Integer documentId,
java.lang.String fields,
java.lang.String fieldset,
ApiCallback<GetF24Response> _callback)
Get F24 (asynchronously) Gets the specified F24.
|
okhttp3.Call |
getF24Call(java.lang.Integer companyId,
java.lang.Integer documentId,
java.lang.String fields,
java.lang.String fieldset,
ApiCallback _callback)
Build call for getF24
|
ApiResponse<GetF24Response> |
getF24WithHttpInfo(java.lang.Integer companyId,
java.lang.Integer documentId,
java.lang.String fields,
java.lang.String fieldset)
Get F24 Gets the specified F24.
|
int |
getHostIndex() |
ListF24Response |
listF24(java.lang.Integer companyId,
java.lang.String fields,
java.lang.String fieldset,
java.lang.String sort,
java.lang.Integer page,
java.lang.Integer perPage,
java.lang.String q)
List F24 Lists the F24s.
|
okhttp3.Call |
listF24Async(java.lang.Integer companyId,
java.lang.String fields,
java.lang.String fieldset,
java.lang.String sort,
java.lang.Integer page,
java.lang.Integer perPage,
java.lang.String q,
ApiCallback<ListF24Response> _callback)
List F24 (asynchronously) Lists the F24s.
|
okhttp3.Call |
listF24Call(java.lang.Integer companyId,
java.lang.String fields,
java.lang.String fieldset,
java.lang.String sort,
java.lang.Integer page,
java.lang.Integer perPage,
java.lang.String q,
ApiCallback _callback)
Build call for listF24
|
ApiResponse<ListF24Response> |
listF24WithHttpInfo(java.lang.Integer companyId,
java.lang.String fields,
java.lang.String fieldset,
java.lang.String sort,
java.lang.Integer page,
java.lang.Integer perPage,
java.lang.String q)
List F24 Lists the F24s.
|
ModifyF24Response |
modifyF24(java.lang.Integer companyId,
java.lang.Integer documentId,
ModifyF24Request modifyF24Request)
Modify F24 Modifies the specified F24.
|
okhttp3.Call |
modifyF24Async(java.lang.Integer companyId,
java.lang.Integer documentId,
ModifyF24Request modifyF24Request,
ApiCallback<ModifyF24Response> _callback)
Modify F24 (asynchronously) Modifies the specified F24.
|
okhttp3.Call |
modifyF24Call(java.lang.Integer companyId,
java.lang.Integer documentId,
ModifyF24Request modifyF24Request,
ApiCallback _callback)
Build call for modifyF24
|
ApiResponse<ModifyF24Response> |
modifyF24WithHttpInfo(java.lang.Integer companyId,
java.lang.Integer documentId,
ModifyF24Request modifyF24Request)
Modify F24 Modifies the specified F24.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
UploadF24AttachmentResponse |
uploadF24Attachment(java.lang.Integer companyId,
java.lang.String filename,
java.io.File attachment)
Upload F24 Attachment Uploads an attachment destined to a F24.
|
okhttp3.Call |
uploadF24AttachmentAsync(java.lang.Integer companyId,
java.lang.String filename,
java.io.File attachment,
ApiCallback<UploadF24AttachmentResponse> _callback)
Upload F24 Attachment (asynchronously) Uploads an attachment destined to a F24.
|
okhttp3.Call |
uploadF24AttachmentCall(java.lang.Integer companyId,
java.lang.String filename,
java.io.File attachment,
ApiCallback _callback)
Build call for uploadF24Attachment
|
ApiResponse<UploadF24AttachmentResponse> |
uploadF24AttachmentWithHttpInfo(java.lang.Integer companyId,
java.lang.String filename,
java.io.File attachment)
Upload F24 Attachment Uploads an attachment destined to a F24.
|
public TaxesApi()
public TaxesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call createF24Call(java.lang.Integer companyId,
CreateF24Request createF24Request,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)createF24Request - The F24 to create (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | The created F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public CreateF24Response createF24(java.lang.Integer companyId, CreateF24Request createF24Request) throws ApiException
companyId - The ID of the company. (required)createF24Request - The F24 to create (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | The created F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public ApiResponse<CreateF24Response> createF24WithHttpInfo(java.lang.Integer companyId, CreateF24Request createF24Request) throws ApiException
companyId - The ID of the company. (required)createF24Request - The F24 to create (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | The created F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call createF24Async(java.lang.Integer companyId,
CreateF24Request createF24Request,
ApiCallback<CreateF24Response> _callback)
throws ApiException
companyId - The ID of the company. (required)createF24Request - The F24 to create (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | The created F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call deleteF24Call(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Document removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public void deleteF24(java.lang.Integer companyId,
java.lang.Integer documentId)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Document removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public ApiResponse<java.lang.Void> deleteF24WithHttpInfo(java.lang.Integer companyId, java.lang.Integer documentId) throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Document removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call deleteF24Async(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback<java.lang.Void> _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | Document removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call deleteF24AttachmentCall(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | File Removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public void deleteF24Attachment(java.lang.Integer companyId,
java.lang.Integer documentId)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | File Removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public ApiResponse<java.lang.Void> deleteF24AttachmentWithHttpInfo(java.lang.Integer companyId, java.lang.Integer documentId) throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | File Removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call deleteF24AttachmentAsync(java.lang.Integer companyId,
java.lang.Integer documentId,
ApiCallback<java.lang.Void> _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | File Removed. | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call getF24Call(java.lang.Integer companyId,
java.lang.Integer documentId,
java.lang.String fields,
java.lang.String fieldset,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | The F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public GetF24Response getF24(java.lang.Integer companyId, java.lang.Integer documentId, java.lang.String fields, java.lang.String fieldset) throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | The F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public ApiResponse<GetF24Response> getF24WithHttpInfo(java.lang.Integer companyId, java.lang.Integer documentId, java.lang.String fields, java.lang.String fieldset) throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | The F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call getF24Async(java.lang.Integer companyId,
java.lang.Integer documentId,
java.lang.String fields,
java.lang.String fieldset,
ApiCallback<GetF24Response> _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | The F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call listF24Call(java.lang.Integer companyId,
java.lang.String fields,
java.lang.String fieldset,
java.lang.String sort,
java.lang.Integer page,
java.lang.Integer perPage,
java.lang.String q,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)sort - List of comma-separated fields for result sorting (minus for desc sorting).
(optional)page - The page to retrieve. (optional, default to 1)perPage - The size of the page. (optional, default to 5)q - Query for filtering the results. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Results list. | - |
| 401 | Unauthorized | - |
public ListF24Response listF24(java.lang.Integer companyId, java.lang.String fields, java.lang.String fieldset, java.lang.String sort, java.lang.Integer page, java.lang.Integer perPage, java.lang.String q) throws ApiException
companyId - The ID of the company. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)sort - List of comma-separated fields for result sorting (minus for desc sorting).
(optional)page - The page to retrieve. (optional, default to 1)perPage - The size of the page. (optional, default to 5)q - Query for filtering the results. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Results list. | - |
| 401 | Unauthorized | - |
public ApiResponse<ListF24Response> listF24WithHttpInfo(java.lang.Integer companyId, java.lang.String fields, java.lang.String fieldset, java.lang.String sort, java.lang.Integer page, java.lang.Integer perPage, java.lang.String q) throws ApiException
companyId - The ID of the company. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)sort - List of comma-separated fields for result sorting (minus for desc sorting).
(optional)page - The page to retrieve. (optional, default to 1)perPage - The size of the page. (optional, default to 5)q - Query for filtering the results. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Results list. | - |
| 401 | Unauthorized | - |
public okhttp3.Call listF24Async(java.lang.Integer companyId,
java.lang.String fields,
java.lang.String fieldset,
java.lang.String sort,
java.lang.Integer page,
java.lang.Integer perPage,
java.lang.String q,
ApiCallback<ListF24Response> _callback)
throws ApiException
companyId - The ID of the company. (required)fields - List of comma-separated fields. (optional)fieldset - Name of the fieldset. (optional)sort - List of comma-separated fields for result sorting (minus for desc sorting).
(optional)page - The page to retrieve. (optional, default to 1)perPage - The size of the page. (optional, default to 5)q - Query for filtering the results. (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | Results list. | - |
| 401 | Unauthorized | - |
public okhttp3.Call modifyF24Call(java.lang.Integer companyId,
java.lang.Integer documentId,
ModifyF24Request modifyF24Request,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)modifyF24Request - The F24 (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | The modified F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public ModifyF24Response modifyF24(java.lang.Integer companyId, java.lang.Integer documentId, ModifyF24Request modifyF24Request) throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)modifyF24Request - The F24 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | The modified F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public ApiResponse<ModifyF24Response> modifyF24WithHttpInfo(java.lang.Integer companyId, java.lang.Integer documentId, ModifyF24Request modifyF24Request) throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)modifyF24Request - The F24 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | The modified F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call modifyF24Async(java.lang.Integer companyId,
java.lang.Integer documentId,
ModifyF24Request modifyF24Request,
ApiCallback<ModifyF24Response> _callback)
throws ApiException
companyId - The ID of the company. (required)documentId - The ID of the document. (required)modifyF24Request - The F24 (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | The modified F24 | - |
| 401 | Unauthorized | - |
| 404 | Not Found | - |
public okhttp3.Call uploadF24AttachmentCall(java.lang.Integer companyId,
java.lang.String filename,
java.io.File attachment,
ApiCallback _callback)
throws ApiException
companyId - The ID of the company. (required)filename - Attachment file name (optional)attachment - Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
(optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Attachment Token. | - |
public UploadF24AttachmentResponse uploadF24Attachment(java.lang.Integer companyId, java.lang.String filename, java.io.File attachment) throws ApiException
companyId - The ID of the company. (required)filename - Attachment file name (optional)attachment - Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
(optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Attachment Token. | - |
public ApiResponse<UploadF24AttachmentResponse> uploadF24AttachmentWithHttpInfo(java.lang.Integer companyId, java.lang.String filename, java.io.File attachment) throws ApiException
companyId - The ID of the company. (required)filename - Attachment file name (optional)attachment - Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
(optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | Attachment Token. | - |
public okhttp3.Call uploadF24AttachmentAsync(java.lang.Integer companyId,
java.lang.String filename,
java.io.File attachment,
ApiCallback<UploadF24AttachmentResponse> _callback)
throws ApiException
companyId - The ID of the company. (required)filename - Attachment file name (optional)attachment - Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
(optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | Attachment Token. | - |