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": "34f5a196-a1f8-4ed2-b49c-d7497e8f813f",
  "UserUUIDCur": "865a154a-f0a4-4850-975d-9f0e3c30d889"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.