POST api/AdminOrder/SavePaymentTypeCountry

Request Information

URI Parameters

None.

Body Parameters

SavePaymentTypeCountry_Request
NameDescriptionTypeAdditional 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": "1439a248-0a89-46b1-b6e9-f355f5b77cf1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}