PUT api/ARCustomerCreditCardSetup

Request Information

URI Parameters

None.

Body Parameters

ARCustomerCreditCardSetup
NameDescriptionTypeAdditional information
Id

integer

None.

ARCustomerMasterId

string

None.

CardNumber

string

None.

CardType

string

None.

CardExpiryMonth

string

None.

CardExpiryYear

string

None.

CardCompanyName

string

None.

LocationMasterId

integer

None.

AddressLine1

string

None.

ZipCode

string

None.

CardCVV

string

None.

CardHolderName

string

None.

EmailAddressToSendReceipt

string

None.

CardLabel

string

None.

Notes

string

None.

Last4Digits

string

None.

SaveCardInfoForFutureUse

boolean

None.

HostedPaymentsAccountId

string

None.

SelectedPaymentGateway

string

None.

EncryptedEmvTerminalCardData

string

None.

PaymentSourceType

string

None.

Type

string

None.

TypeId

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ARCustomerMasterId": "sample string 1",
  "CardNumber": "sample string 2",
  "CardType": "sample string 3",
  "CardExpiryMonth": "sample string 4",
  "CardExpiryYear": "sample string 5",
  "CardCompanyName": "sample string 6",
  "LocationMasterId": 1,
  "AddressLine1": "sample string 7",
  "ZipCode": "sample string 8",
  "CardCVV": "sample string 9",
  "CardHolderName": "sample string 10",
  "EmailAddressToSendReceipt": "sample string 11",
  "CardLabel": "sample string 12",
  "Notes": "sample string 13",
  "Last4Digits": "sample string 14",
  "SaveCardInfoForFutureUse": true,
  "HostedPaymentsAccountId": "sample string 16",
  "SelectedPaymentGateway": "sample string 17",
  "EncryptedEmvTerminalCardData": "sample string 18",
  "PaymentSourceType": "sample string 19",
  "Type": "sample string 20",
  "TypeId": "sample string 21",
  "AccountId": 22,
  "CompanyId": "sample string 23",
  "CreatedBy": "sample string 24",
  "CreatedOn": "2025-12-16T09:39:13.3053235+00:00"
}

application/xml, text/xml

Sample:
<ARCustomerCreditCardSetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.AR">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">22</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 23</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 24</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T09:39:13.3053235+00:00</CreatedOn>
  <ARCustomerMasterId>sample string 1</ARCustomerMasterId>
  <AddressLine1>sample string 7</AddressLine1>
  <CardCVV>sample string 9</CardCVV>
  <CardCompanyName>sample string 6</CardCompanyName>
  <CardExpiryMonth>sample string 4</CardExpiryMonth>
  <CardExpiryYear>sample string 5</CardExpiryYear>
  <CardHolderName>sample string 10</CardHolderName>
  <CardLabel>sample string 12</CardLabel>
  <CardNumber>sample string 2</CardNumber>
  <CardType>sample string 3</CardType>
  <EmailAddressToSendReceipt>sample string 11</EmailAddressToSendReceipt>
  <EncryptedEmvTerminalCardData>sample string 18</EncryptedEmvTerminalCardData>
  <HostedPaymentsAccountId>sample string 16</HostedPaymentsAccountId>
  <Id>1</Id>
  <Last4Digits>sample string 14</Last4Digits>
  <LocationMasterId>1</LocationMasterId>
  <Notes>sample string 13</Notes>
  <PaymentSourceType>sample string 19</PaymentSourceType>
  <SaveCardInfoForFutureUse>true</SaveCardInfoForFutureUse>
  <SelectedPaymentGateway>sample string 17</SelectedPaymentGateway>
  <Type>sample string 20</Type>
  <TypeId>sample string 21</TypeId>
  <ZipCode>sample string 8</ZipCode>
</ARCustomerCreditCardSetup>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.