GET POS/Customers/{id}/PaymentModeBillingInformation Try Now
Gets the payment mode billing information.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Customer identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
Customer's payment mode billing information.
Collection of PaymentModeBillingInformation
Name | Description | Type | Additional information |
---|---|---|---|
AddressId |
The card holder's address identifier.
|
string |
None.
|
Name |
The name of card holder.
|
string |
None.
|
DisplayName |
The name displayed on card.
|
string |
None.
|
Company |
The company name of card holder.
|
string |
None.
|
The email address of card holder.
|
string |
None.
|
|
Phone |
The phone of card holder.
|
string |
None.
|
Address1 |
The address line 1 of card holder.
|
string |
None.
|
Address2 |
The address line 2 of card holder.
|
string |
None.
|
Zip |
The zip code.
|
string |
None.
|
CountryId |
The country identifier.
|
string |
None.
|
Country |
The country name.
|
string |
None.
|
StateId |
The state identifier.
|
string |
None.
|
State |
The state name.
|
string |
None.
|
City |
The city name.
|
string |
None.
|
CCNumber |
The credit card number.
|
string |
None.
|
CCType |
The type of the credit card type viz.:Visa, Master Card etc.
|
CardType |
None.
|
CCExpirationMonth |
The credit card expiration month.
|
integer |
None.
|
CCExpirationYear |
The credit card expiration year.
|
integer |
None.
|
CCName |
The name on credit card.
|
string |
None.
|
Response Formats
application/json, text/json
Sample:
[ { "AddressId": "", "Name": "", "DisplayName": "", "Company": "", "Email": "", "Phone": "", "Address1": "", "Address2": "", "Zip": "", "CountryId": "", "Country": "", "StateId": "", "State": "", "City": "", "CCNumber": "", "CCType": "None", "CCExpirationMonth": 16, "CCExpirationYear": 17, "CCName": "" } ]