POST api/AdminSettingsSystem/GetPaymentType
AdmGetPaymentType
Request Information
URI Parameters
None.
Body Parameters
GetPaymentTypeName | 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": "535c3b85-5db8-4094-a317-d9650d150b1d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]