list_b2b_user_defined_fields
GET /list_b2b_user_defined_fields
To get a list of B2B user defined fields.
/list_b2b_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_01_value",
"field_type": "string",
"field_caption": "User Text Field 01",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_02_value",
"field_type": "string",
"field_caption": "User Text Field 02",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_03_value",
"field_type": "string",
"field_caption": "User Text Field 03",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_04_value",
"field_type": "string",
"field_caption": "User Text Field 04",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_05_value",
"field_type": "string",
"field_caption": "User Text Field 05",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_06_value",
"field_type": "string",
"field_caption": "User Text Field 06",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_07_value",
"field_type": "string",
"field_caption": "User Text Field 07",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_08_value",
"field_type": "string",
"field_caption": "User Text Field 08",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_09_value",
"field_type": "string",
"field_caption": "User Text Field 09",
"field_applied_to": "customers"
},
{
"api_field_code": "text_field_10_value",
"field_type": "string",
"field_caption": "User Text Field 10",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_01_value",
"field_type": "decimal",
"field_caption": "User Number Field 01",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_02_value",
"field_type": "decimal",
"field_caption": "User Number Field 02",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_03_value",
"field_type": "decimal",
"field_caption": "User Number Field 03",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_04_value",
"field_type": "decimal",
"field_caption": "User Number Field 04",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_05_value",
"field_type": "decimal",
"field_caption": "User Number Field 05",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_06_value",
"field_type": "decimal",
"field_caption": "User Number Field 06",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_07_value",
"field_type": "decimal",
"field_caption": "User Number Field 07",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_08_value",
"field_type": "decimal",
"field_caption": "User Number Field 08",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_09_value",
"field_type": "decimal",
"field_caption": "User Number Field 09",
"field_applied_to": "customers"
},
{
"api_field_code": "number_field_10_value",
"field_type": "decimal",
"field_caption": "User Number Field 10",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_01_value",
"field_type": "boolean",
"field_caption": "New",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_02_value",
"field_type": "boolean",
"field_caption": "Processed",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_03_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 03",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_04_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 04",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_05_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 05",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_06_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 06",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_07_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 07",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_08_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 08",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_09_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 09",
"field_applied_to": "customers"
},
{
"api_field_code": "boolean_field_10_value",
"field_type": "boolean",
"field_caption": "User Boolean Field 10",
"field_applied_to": "customers"
},
{
"api_field_code": "date_field_01_value",
"field_type": "date",
"field_caption": "User Date Field 01",
"field_applied_to": "customers"
},
{
"api_field_code": "date_field_02_value",
"field_type": "date",
"field_caption": "User Date Field 02",
"field_applied_to": "customers"
},
{
"api_field_code": "date_field_03_value",
"field_type": "date",
"field_caption": "User Date Field 03",
"field_applied_to": "customers"
},
{
"api_field_code": "date_field_04_value",
"field_type": "date",
"field_caption": "User Date Field 04",
"field_applied_to": "customers"
},
{
"api_field_code": "date_field_05_value",
"field_type": "date",
"field_caption": "User Date Field 05",
"field_applied_to": "customers"
}
]
}