POST api/AdminSettingsSystem/SavePaymentTypeCountry
AdmSavePaymentTypeCountry
Request Information
URI Parameters
None.
Body Parameters
SavePaymentTypeCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentTypeID | integer |
None. |
|
| CountryID | integer |
None. |
|
| PaymentTypeActiveCtry | boolean |
None. |
|
| PaymentTypeIDCRM | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentTypeID": 1,
"CountryID": 1,
"PaymentTypeActiveCtry": true,
"PaymentTypeIDCRM": 1,
"UserUUIDCur": "497117d2-4a0a-4633-877b-5f529a846bfb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}