Zamówienia - Dodatkowe pola
Pobierz listę dodatkowych pól zamówień
lista dodatkowych pól
get/orders_fields
Response
success
Example response
[
{
"id": 1,
"name": "pole_tekstowe",
"type": "text"
},
{
"id": 2,
"max": 5.99,
"min": 0.01,
"name": "pole_numeryczne",
"type": "number"
},
{
"id": 3,
"name": "pole_wyboru",
"option_type": "one",
"type": "option",
"values": [
{
"title": "Tak"
},
{
"title": "Nie"
}
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.