Authorization: Bearer ********************
{
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"documentTypes": [
"string"
]
}
curl --location --request POST 'https://api.gofive.co.th/etaxgo/Documents/Download' \
--header 'Ocp-Apim-Subscription-Key;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"documentTypes": [
"string"
]
}'
{
"fileStream": "afewriewo15e6fdsfder6648xvaa",
"fileType": "PDF",
"status": "Success",
"errorMessage": "Not found",
"statusCode": 1000,
"httpStatusCode": 200
}