POST V2/RegNPay/Base64StringToImageURL

Request Information

URI Parameters

None.

Body Parameters

SignatureView
NameDescriptionTypeAdditional information
Base64str

string

None.

key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Base64str": "sample string 1",
  "key": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SignatureView'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}