POST V2/RegNPay/GetSubmitByShopper

Request Information

URI Parameters

None.

Body Parameters

SubmitCond
NameDescriptionTypeAdditional information
type

integer

None.

Key

string

None.

page

PageInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "type": 1,
  "Key": "sample string 2",
  "page": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  }
}

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

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
}