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": "1e76ae3e-4d5a-4f27-8d09-e43c20191581"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}