Skip to content

Create a comment in the client

POST

The method saves comments on the client

Parameters

Path Parameters

clientId*

The identifier of the client to which the comment is added. This parameter is an address bar parameter

Type
integer
Required
Format
"int64"

Request Body

application/json
object

Comment. This field is optional. But to avoid empty comments in the client, you should pass this field with a non-empty value

Responses

OK

*/*
object

The identifier of the created item of the "Invoices" lookup

Format"int64"

If the element is successfully added to the directory, the status "ok" is returned. Otherwise, an error is returned

Valid values"error""ok"

Returns the date + time (kernel) in unix timestamp format in milliseconds

Format"int64"