POST Api/Dy/GetDyImagePoint
Request Information
URI Parameters
None.
Body Parameters
DyImgPointRequestName | Description | Type | Additional information |
---|---|---|---|
BigImage | string |
None. |
|
SmallImage | string |
None. |
|
YPoint | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "BigImage": "sample string 1", "SmallImage": "sample string 2", "YPoint": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBaseResponseOfStringName | 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" }