POST account/billing/credit-cards
Add a credit cardRequest
URL ( requires authentication )
https://api-lease.crexi.com/account/billing/credit-cardsBody Parameters
Citystring |
Optional Max length: 1000 |
Countrystring |
Optional Max length: 1000 |
Namestring |
Required Max length: 1000 |
Statestring |
Optional Max length: 1000 |
StreetAddressstring |
Optional Max length: 1000 |
Tokenstring |
Required Max length: 1000 |
Example
JSON
{ "City": "Moscow", "Country": "USA", "Name": "L. K.", "State": "Idaho", "StreetAddress": "green street #12345", "Token": "amx_token" }
Response
Details
Returns an HTTP 200 OK if operation was successful. Returns 400 Bad Request and an error message otherwise.