POST api/AppOrder/SaveCartComment

AppSaveCartComment

Request Information

URI Parameters

None.

Body Parameters

SaveCartComment_Response
NameDescriptionTypeAdditional information
CartCommentID

integer

None.

CommentScored

integer

None.

CartUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartCommentID": 1,
  "CommentScored": 1,
  "CartUUID": "d84ada27-f37d-45dc-ae79-c68fa11fd70d",
  "UserUUIDCur": "42d908ab-b345-4d8e-af35-684fb1b89592"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.