list_user_defined_fields
GET /list_user_defined_fields
To get a list of user defined fields.
/list_user_defined_fields?token=XXXXX
| field |
description |
| token |
Credentials provided by Powersoft that allow access to the API |
Returns
{
"api_response": {
"response_code": "1",
"response_msg": "OK",
"response_id": ""
},
"list_user_defined_fields": [
{
"api_field_code": "text_field_1_value",
"field_type": "string",
"field_caption": "User Text Field 1",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_1_value",
"field_type": "decimal",
"field_caption": "User Number Field 1 ",
"field_applied_to": "customers"
},
{
"api_field_code": "date_field_1_value",
"field_type": "date",
"field_caption": "User Date Field 1 ",
"field_applied_to": "customers"
}
]
}