PUT /comments/create
Creates a comments record for the given comment data.
Roles that can access this endpoint are Users, Drivers, Carriers, Carrier Drivers.
Parameters
name |
description |
type |
default |
type |
comment |
the data to use when updating the existing comment record |
body of type: application/xml application/json
|
|
RowComments
|
Result
RowComments
of type:
application/xml
application/json
the created RowComments record
Additional attributes:
__commentTypeDescr
This value represents the description of the comment type, found in the comments.comment_type_id
field.
Child Elements:
RowUsers
This element represents the entered by user associated with the comments.entered_user_id
field. This element contains a __name
attribute with the value enteredByUser
.
Try It Out
Request