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": "f6df119c-ac9d-4bf9-b019-9fb1582ffbf5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]