{
"refNo": "string",
"deliveryMethod": "string",
"deliveryInfo": "string",
"password": "string",
"custom": {
"contractNo": "string",
"applyDate": "string"
}
}
curl --location --request POST 'https://api.gofive.co.th/etaxgo/Documents/Delivery/Resend' \
--header 'Authorization: Bearer token' \
--header 'Ocp-Apim-Subscription-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"refNo": "string",
"deliveryMethod": "string",
"deliveryInfo": "string",
"password": "string",
"custom": {
"contractNo": "string",
"applyDate": "string"
}
}'
{
"status": {
"code": "1000",
"description": "Documents queued for delivery",
"isSuccess": true
},
"data": {
"documents": [
{
"documentNo": "T01234",
"documentType": "388"
},
{
"documentNo": "R01234",
"documentType": "T01"
}
]
}
}