POST api/AdminOrder/GetPaymentTypeCountry
Request Information
URI Parameters
None.
Body Parameters
GetPaymentTypeCountry_Request| Name | 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": "204f5196-89c2-48ff-aeae-e4a5e290d92f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]