POST api/AdminSettingsSystem/GetPaymentType
AdmGetPaymentType
Request Information
URI Parameters
None.
Body Parameters
GetPaymentType| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentTypeID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| PaymentTypeActive | boolean |
None. |
|
| PaymentTypeActiveLng | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentTypeID": 1,
"LanguageID": 1,
"PaymentTypeActive": true,
"PaymentTypeActiveLng": true,
"UserUUIDCur": "ae143340-994c-44a8-8e00-442ec6b47bf0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]