Create Personal Fields with relation to the list
| Method | POST |
|---|---|
| URL | http://api.responder.co.il/v1.0/lists/{list_id}/personal_fields |
|
personal_fields
required |
Array of JSON object of Personal Field Example Value:
[
{
"NAME" : "City",
"DEFAULT_VALUE" : "Tel Aviv",
"DIR" : "rtl",
"TYPE" : 0,
},
{
"NAME" : "Date of birth",
"TYPE" : 1
}
]
|
{
"LIST_ID" : 123456,
"CREATED_PERSONAL_FIELDS" : [
{4567 : "City"}
],
"EXISTING_PERSONAL_FIELD_NAMES" : [
{123 : "Date of birth"}
],
}