Lấy thông tin chi tiết Journey Token

circle-info

Lưu ý:

GetJourney

post
Body
journey_idstring · int64Optional
oa_idstring · int64Optional
Responses
chevron-right
200

A successful response

application/json
created_atstring · date-timeOptional
error_codeintegerOptional
error_messagestringOptional
expired_atstring · date-timeOptional
idstring · int64Optional
is_chargedbooleanOptional
journey_idstring · int64Optional
journey_tokenstringOptional
phonestringOptional
statusstring · enumOptionalPossible values:
updated_atstring · date-timeOptional
post
$BASE_URL.Zalo/GetJourney
200

A successful response

Request:

Response:

Cấu trúc body của request

Tham số
Kiểu dữ liệu
Mô tả

oa_id

int64

ID của OA

journey_id

int64

ID của journey

Cấu trúc thuộc tính dữ liệu trả về

Tham số
Kiểu dữ liệu
Mô tả

id

int64

ID của journey trên hệ thống của eTelecom

journey_id

string

ID của journey

journey_token

string

Mã hành trình được kích hoạt

expires_at

string<date-time>

Thời gian hết hạn

phone

string

Số điện thoại người nhận

status

string

Trạng thái Z: Mới tạo P: Enable N: Disable

error_code

int

Mã lỗi

error_message

string

Thông tin lỗi

is_charged

bool

Tính phí hay không tính phí

updated_at

string<date-time>

Thời gian cập nhật

created_at

string<date-time>

Thời gian tạo

Last updated