POST V2/RegNPay/SaveAddedServices
Request Information
URI Parameters
None.
Body Parameters
Collection of AddedService| Name | Description | Type | Additional 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:
Response Information
Resource Description
SystemResult| Name | 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
}