POST api/AdminOrder/SavePaymentTypeCountry
Request Information
URI Parameters
None.
Body Parameters
SavePaymentTypeCountry_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentTypeID | integer |
None. |
|
| CountryID | integer |
None. |
|
| PaymentTypeIDCRM | integer |
None. |
|
| PaymentTypeActiveCtry | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentTypeID": 1,
"CountryID": 1,
"PaymentTypeIDCRM": 1,
"PaymentTypeActiveCtry": true,
"UserUUIDCur": "5c379970-57af-4e2c-baad-d5c961bc594e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}