GET app_askquestion_byseller?senderid={senderid}&strprodid={strprodid}&strrmsg={strrmsg}&reciverid={reciverid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
senderid

string

Required

strprodid

string

Required

strrmsg

string

Required

reciverid

string

Required

Body Parameters

None.

Response Information

Resource Description

bresult
NameDescriptionTypeAdditional information
id

integer

None.

message

string

None.

title

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "id": 1,
  "message": "sample string 2",
  "title": "sample string 3"
}