GET V2/RegNPay/GetAddedServices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AddedService
NameDescriptionTypeAdditional information
Type

ServicesType

None.

Name

string

None.

Description

string

None.

PriceLis

Collection of UnitsWithPrice

None.

Response 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
      }
    ]
  }
]