POST api/AdminSettingsSystem/GetPaymentType

AdmGetPaymentType

Request Information

URI Parameters

None.

Body Parameters

GetPaymentType
NameDescriptionTypeAdditional 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": "be8539ba-26ff-4c46-bcbd-df0665cb2bcf"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]