POST V2/RegNPay/SaveAddedServices

Request Information

URI Parameters

None.

Body Parameters

Collection of AddedService
NameDescriptionTypeAdditional information
Type

ServicesType

None.

Name

string

None.

Description

string

None.

PriceLis

Collection of UnitsWithPrice

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Type": 801,
    "Name": "sample string 1",
    "Description": "sample string 2",
    "PriceLis": [
      {
        "Units": 0,
        "Qty": 1,
        "Price": 2.0,
        "IsChecked": true,
        "Num": 4
      },
      {
        "Units": 0,
        "Qty": 1,
        "Price": 2.0,
        "IsChecked": true,
        "Num": 4
      }
    ]
  },
  {
    "Type": 801,
    "Name": "sample string 1",
    "Description": "sample string 2",
    "PriceLis": [
      {
        "Units": 0,
        "Qty": 1,
        "Price": 2.0,
        "IsChecked": true,
        "Num": 4
      },
      {
        "Units": 0,
        "Qty": 1,
        "Price": 2.0,
        "IsChecked": true,
        "Num": 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 'List`1'.

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
}