POST api/AdminOrder/GetPaymentTypeCountry

Request Information

URI Parameters

None.

Body Parameters

GetPaymentTypeCountry_Request
NameDescriptionTypeAdditional information
PaymentTypeID

integer

None.

CountryID

integer

None.

LanguageID

integer

None.

PaymentTypeActiveCtry

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentTypeID": 1,
  "CountryID": 1,
  "LanguageID": 1,
  "PaymentTypeActiveCtry": true,
  "UserUUIDCur": "49511da3-0f70-40f6-b900-36d7d0d209c3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]