Skip to main content
GET
/
merchant
/
vat
/
us_vat_upload_history_list
Get US VAT Upload History List
curl --request GET \
  --url https://api.unibee.dev/merchant/vat/us_vat_upload_history_list \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "data": {
    "historyList": [
      {
        "createTime": 123,
        "gatewayName": "<string>",
        "id": 123,
        "invoiceId": "<string>",
        "mark": "<string>",
        "request": "<string>",
        "requestId": "<string>",
        "response": "<string>",
        "userId": 123
      }
    ],
    "total": 123
  },
  "merchantId": 123,
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

invoiceId
string<string>

Invoice Id

gatewayName
string<string>

GatewayName, em. TaxJar

uploadType
string<string>[]

UploadType, PaymentUpload or RefundUpload, default both

page
integer<int>

Page, Start With 0

count
integer<int>

Count Of Page

Response

200 - application/json
code
integer<int>
data
object
merchantId
integer<int64>
message
string<string>
redirect
string<string>
requestId
string<string>