CreditCard Create

Create a credit card.

Parameters

Name Type Required Description
model CreditCardModel The Credit card details
resortID String The id of resort
merchantType Int32 The merchant type Valid values: Owner/Exchange Reservations = 1, Walk-In Reservations = 2, Maintenance Dues = 3, Loans = 4

Returns

Type:
int
Description:
The Id of the credit card.
Http Method:
POST
Url:
api/CreditCard/{resortID}/{merchantType}