Lấy dữ liệu mẫu của template
curl
-X GET
-H "Content-Type: application/json"
"https://zns.api.gobysend.com/api/template/sample-data?template_id=12345"{
"message": "Success",
"data": {
"balance_debt": 2000,
"due_date": "01/01/1970",
"number_debt": 2000,
"customer_name": "customer_name_sample"
},
"error": 0
}Last updated