POST Api/Pdd/GetImgPoint
Request Information
URI Parameters
None.
Body Parameters
RequestImgPointName | 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
ApiBaseResponseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
StateCode | StateCodeEnum |
None. |
|
Message | string |
None. |
|
Data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "StateCode": 0, "Message": "sample string 1", "Data": 2 }