b2b_user_defined_field
GET /b2b_user_defined_field
To get a specific B2B user defined field.
/b2b_user_defined_field?token=XXXX&api_field_code_365=text_field_02_value
PUT /b2b_user_defined_field
To modify the caption of an existing B2B user defined field.
{
"api_credentials": {
"token": "XXXXX"
},
"user_defined_field": {
"api_field_code":"boolean_field_01_value",
"field_caption":"Processed"
}
}
| field |
type |
description |
|
api_credentials
|
| token |
string |
Credentials provided by Powersoft that allow access to the API |
|
user_defined_field
|
| api_field_code |
string |
The API field_code as provided in the list of B2B user defined fields. |
| field_caption |
string |
The caption value of the B2B user defined field. |
Returns
The standard api_response object.