POST api/AdminOrder/GetPaymentTypeCountry
Request Information
URI Parameters
None.
Body Parameters
GetPaymentTypeCountry_RequestName | Description | Type | Additional 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": "e2606e06-28a6-478a-8ccb-729b1deca375" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]