Send Email Notification when completed
TestingGET
/api/v1/criminal-checker/statusRequest
Query Params
criminalCheckStatus
string
optional
ปัจจุบันมีแค่ส่งเมลสถานะ completed
Example:
completed
proprietorId
string
optional
proprietorId
Example:
5b0b77bc-2417-4e49-88f7-a79522f9da76
Request samples
Responses
OK(200)
Bad Request(400)
No Content(204)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"result": true,
"message": "Sent successfully!"
}
}
Last modified: a year ago