Get a tax form
POST
/getTaxForm
Account holders
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/getTaxForm' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountHolderCode": "string",
"formType": "string",
"year": 0
}'
Response Response Example
200 - Example 1
{
"content": "string",
"contentType": "string",
"invalidFields": [
{
"errorCode": 0,
"errorDescription": "string",
"fieldType": {
"field": "string",
"fieldName": "accountCode",
"shareholderCode": "string"
}
}
],
"pspReference": "string",
"resultCode": "string"
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 06:33:33