GET api/ORCodeAI/QRcodeProportion?ImgHigh={ImgHigh}&ImgWide={ImgWide}&UpperLeftY={UpperLeftY}&UpperRightX={UpperRightX}&BottomLeftX={BottomLeftX}&BottomLeftY={BottomLeftY}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ImgHigh

decimal number

Required

ImgWide

decimal number

Required

UpperLeftY

decimal number

Required

UpperRightX

decimal number

Required

BottomLeftX

decimal number

Required

BottomLeftY

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

JsonRtnOfObject
NameDescriptionTypeAdditional information
state

RtnState

None.

message

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 200,
  "message": "sample string 1",
  "data": {}
}

text/html

Sample:
{"state":200,"message":"sample string 1","data":{}}

application/xml, text/xml

Sample:
<JsonRtnOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YLS.Common">
  <data />
  <message>sample string 1</message>
  <state>sucess</state>
</JsonRtnOfanyType>