Định nghĩa dữ liệu
Các trường dữ liệu thêm dành cho module đơn hàng
HTTP Request
GET /api/v3/orders/custom_fields
Response
Field | Type | Description |
---|---|---|
field_id | int | Id của trường dữ liệu được định nghĩa |
field_htmltype | tring | Loại dữ liệu (input, textarea, select, checkbox, href) |
field_name | string | Mã của trường định nghĩa, mã này là duy nhất |
field_description | tring | Mô tả |
options | array | Các options trả về trong trường hợp dạng dữ liệu là select |
[
{
"field_id": "189",
"field_htmltype": "textarea",
"field_name": "thuoc_tinh_textarea",
"field_description": "Thuộc tính ĐH (Textarea)",
"options": []
}
]