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": "ba6fe20c-49b5-4677-9087-92baca9a7412",
  "UserUUIDCur": "cbcae777-e51a-4be0-ae30-139237ec9348"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.