get https://api.quicko.com/income-tax/tax-payer
Response
Tax Payer
Param | Type | Description |
---|---|---|
@entity | string | Describes the nature of the object. |
id | string | UUID for the tax payer. |
full_name | string | Complete name of the tax payer |
pan | string | Permanent Account Number of the tax payer |
pan_holder_type | string | Type of tax payer basis 4th letter of PAN values individual | huf |
address | Address | Nested object containing the address details. |
contact | Contact | Nested object containing the contact details. |
filing_category | string (ENUM) | Filing category of tax payer values general | senior_citizen | very_senior_citizen |
residential_status | string | Residential status of the tax payer |
Address
Param | Type | Description |
---|---|---|
@entity | string | Indicates that this is an address entity. |
id | string | UUID for the address. |
street | string | Street name of the address. |
area | string | Area locality of the address. |
city | string | City of the address. |
state | string | State of the address. |
country | string | Country of the address. |
postal_code | string | Postal code of the address. |
Contact
Param | Type | Description |
---|---|---|
@entity | string | Indicates that this is a contact entity. |
id | string | UUID for the contact. |
email | string | Email address of the tax payer |
country_code | string | Country code of the tax payer's phone number. |
mobile | string | Mobile phone number of the tax payer |