POST api/Product/ReplyQuestoin
回复客诉
Request Information
URI Parameters
None.
Body Parameters
ReplyQuestoinRequestName | Description | Type | Additional information |
---|---|---|---|
Createname | string |
None. |
|
PCBFileName |
状态 |
string |
None. |
PCBFilePath | string |
None. |
|
Pic | string |
None. |
|
ProNo | string |
None. |
|
ClassName | string |
None. |
|
Note | string |
None. |
|
Protype | byte |
None. |
|
ParentCreateName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Createname": "sample string 1", "PCBFileName": "sample string 2", "PCBFilePath": "sample string 3", "Pic": "sample string 4", "ProNo": "sample string 5", "ClassName": "sample string 6", "Note": "sample string 7", "Protype": 64, "ParentCreateName": "sample string 9" }
Response Information
Resource Description
BaseResponseModelName | Description | Type | Additional information |
---|---|---|---|
Status |
Request processing results ('ok' or 'error') |
string |
None. |
ErrorText |
Error Description ( Empty when request processing successfully ) |
string |
None. |
Code |
状态码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "ErrorText": "sample string 2", "Code": 3 }