Send Consulting message according to user information request form
Body
oa_idstring · int64Optional
zl_user_idstring · int64Optional
Responses
200
A successful response
application/json
post
$BASE_URL.Zalo/RequestUserInfoPOST $BASE_URL.Zalo/RequestUserInfo HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"oa_id": "text",
"zl_user_id": "text"
}200
A successful response
{
"updated": 1
}Request:
curl --location 'BASE_URL.Zalo/RequestUserInfo' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"oa_id": "string",
"zl_user_id": "string"
}'Response:
{
"updated": 0
}Request body structure
Parameters
Data type
Describe
id
string
OA ID
zl_user_id
string
Zalo User ID
Last updated