curl --request POST \
--url https://api.unibee.dev/merchant/vat/vat_number_validate_history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"count": 123,
"countryCode": "<string>",
"createTimeEnd": 123,
"createTimeStart": 123,
"page": 123,
"searchKey": "<string>",
"sortField": "<string>",
"sortType": "<string>",
"status": [
123
],
"validateGateway": "<string>",
"vatNumber": "<string>"
}
'{
"code": 123,
"data": {
"numberValidateHistoryList": [
{
"companyAddress": "<string>",
"companyName": "<string>",
"countryCode": "<string>",
"createTime": 123,
"id": 123,
"manualValidate": true,
"merchantId": 123,
"status": 123,
"validateGateway": "<string>",
"validateMessage": "<string>",
"vatNumber": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request POST \
--url https://api.unibee.dev/merchant/vat/vat_number_validate_history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"count": 123,
"countryCode": "<string>",
"createTimeEnd": 123,
"createTimeStart": 123,
"page": 123,
"searchKey": "<string>",
"sortField": "<string>",
"sortType": "<string>",
"status": [
123
],
"validateGateway": "<string>",
"vatNumber": "<string>"
}
'{
"code": 123,
"data": {
"numberValidateHistoryList": [
{
"companyAddress": "<string>",
"companyName": "<string>",
"countryCode": "<string>",
"createTime": 123,
"id": 123,
"manualValidate": true,
"merchantId": 123,
"status": 123,
"validateGateway": "<string>",
"validateMessage": "<string>",
"vatNumber": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Count Of Per Page
CountryCode
CreateTimeEnd,UTC timestamp,seconds
CreateTimeStart,UTC timestamp,seconds
Page, Start 0
Search Key, vatNumber, validateGateway, company, company address, message
Sort Field,gmt_create|gmt_modify,Default gmt_modify
Sort Type,asc|desc,Default desc
status, 0-Invalid,1-Valid
Filter Validate Gateway, vatsense
Filter Vat Number