POST V2/RegNPay/SaveSubmit
Request Information
URI Parameters
None.
Body Parameters
RnpSubmitName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
FormId | globally unique identifier |
None. |
|
PrevSubmitId | globally unique identifier |
None. |
|
FormNo | string |
None. |
|
Discount | decimal number |
None. |
|
TotalAmount | decimal number |
None. |
|
TotalScore | decimal number |
None. |
|
IsPayed | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
GatewayResponse | string |
None. |
|
CreateBy | string |
None. |
|
UpdatePayedBy | string |
None. |
|
Signature | string |
None. |
|
Paymentmethod | integer |
None. |
|
PaymentMethodDesc | string |
None. |
|
PaymentKey | globally unique identifier |
None. |
|
QrCode | string |
None. |
|
PrevFormNo | string |
None. |
|
RnpSubmitDatas | Collection of RnpSubmitData |
None. |
|
RnpQuestions | Collection of RnpQuestion |
None. |
|
Currency | Currency |
None. |
|
CreateTime | date |
None. |
|
PaymentType | Collection of PaymentType |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResultName | Description | Type | Additional 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 }