POST api/AdminSettingsSystem/SavePaymentTypeCountry

AdmSavePaymentTypeCountry

Request Information

URI Parameters

None.

Body Parameters

SavePaymentTypeCountry
NameDescriptionTypeAdditional 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": "1976e24a-e011-48ab-bd0c-a65a340f0282"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}