Create a new item in the "Additional Report Fields" directory
POST
Creating a new item in the "Additional columns in reports" lookup
Errors:
-
WIDTH_MUST_MORE_ZERO_ERROR - Width value - Column width must be greater than 0
-
NO_VALUE_ERROR - Value value - The text for forming the column value cannot be empty
-
NOT_VALID_REPORT_NAME_ERROR - Specified report code, in report - Report class code, does not exist
Full description of Additional report columns - /documentation/page/614
Request Body
application/json
name
string
Column name
orderNo
integer
Serial number of the report
Format
"int32"report
string
Report class code
value
string
Text to form the value
width
integer
Column width
Format
"int32"Responses
OK
*/*
DefaultResponseOflong
object
data
integer
The identifier of the created item of the "Invoices" lookup
Format
"int64"status
string
If the element is successfully added to the directory, the status "ok" is returned. Otherwise, an error is returned
Valid values
"error""ok"timestamp
integer
Returns the date + time (kernel) in unix timestamp format in milliseconds
Format
"int64"