POST V2/RegNPay/Get

Request Information

URI Parameters

None.

Body Parameters

RnpFormParam
NameDescriptionTypeAdditional information
Key

string

None.

Lang

string

None.

IsMobile

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Lang": "sample string 2",
  "IsMobile": true
}

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 'RnpFormParam'.

Response Information

Resource Description

RnpForm
NameDescriptionTypeAdditional information
HasCustomPaymentMethod

boolean

None.

Id

globally unique identifier

None.

Title

string

None.

DescTop

string

None.

DescBottom

string

None.

MobileDescTop

string

None.

MobileDescBottom

string

None.

IsPayment

boolean

None.

CurrencyId

integer

None.

CurrencyStr

string

None.

IsLimit

boolean

None.

Limit

integer

None.

IsNotice

boolean

None.

NoticeEmail

string

None.

IsSign

boolean

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

CopyFormId

globally unique identifier

None.

RootFormId

globally unique identifier

None.

HasTotalPrice

boolean

None.

Price

decimal number

None.

HasQty

boolean

None.

IsLogin

boolean

None.

HasScore

boolean

None.

Lang

string

None.

Key

string

None.

HasNextStep

boolean

None.

NextFormKey

string

None.

SubmitBottomDisplay

string

None.

ResultPageTips

string

None.

IsPercentage

boolean

None.

MeetAmount

decimal number

None.

Rebate

decimal number

None.

NoLimit

boolean

None.

CusQRCode

boolean

None.

DiscountRemark

string

None.

PaymentIds

Collection of string

None.

RnpPayments

Collection of RnpPayment

None.

RnpQuestions

Collection of RnpQuestion

None.

History

Collection of History

None.

ResultNum

integer

None.

Users

Collection of string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'WS.Model.RegNPay.RnpAnswer'. Path 'RnpQuestions[0].RnpAnswers[0].SubOptionList'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'WS.Model.RegNPay.RnpAnswer'. Path 'RnpQuestions[0].RnpAnswers[0].SubOptionList'.