POST Api/Pdd/GetPddImagePoint
Request Information
URI Parameters
None.
Body Parameters
RequestImgPoint| Name | Description | Type | Additional information |
|---|---|---|---|
| Image | string |
None. |
|
| Type | RequestPddTypeEnum |
None. |
|
| Question | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Image": "sample string 1",
"Type": 0,
"Question": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBaseResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": "sample string 2"
}