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": "5dddce6e-ecc6-4cca-922a-fd8b72097f2b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}