All datetime fields included in the body parameters need to be specified as ISO8601-formatted date strings. Datetime fields should follow a “YYYY-MM-DDThh:mm:ss” format. Below is our standard data structure for a review:
review_id
string
default:"none"
The ID of the review to be created.
rating
string
default:"none"
The rating for the review to be created.
display_name
string
default:"none"
The name of the person that has left the review to be created.
is_anonymous
string
default:"none"
Whether the person that has left the review to be created was anonymous or not.
created_datetime
datetime
default:"none"
The date and time that the review was posted. Example: 2023-01-01T00:00:00
updated_datetime
datetime
default:"none"
The date and time that the review was updated. Example: 2023-01-01T00:00:00
comment
string
default:"none"
The comment left for the review to be created.