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": "789493cd-337c-4f95-9fa6-138c7ae22ca2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}