Name | Description | Additional information |
---|---|---|
AccountId | No documentation available. |
Define this parameter in the request body. |
CreatedBy | No documentation available. |
Define this parameter in the request body. |
Token | No documentation available. |
Define this parameter in the request body. |
lastFour | No documentation available. |
Define this parameter in the request body. |
expMonth | No documentation available. |
Define this parameter in the request body. |
expYear | No documentation available. |
Define this parameter in the request body. |
{ "AccountId": 1, "CreatedBy": "sample string 2", "Token": "sample string 3", "lastFour": "sample string 4", "expMonth": 5, "expYear": 6 }
<EPAAccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <AccountId>1</AccountId> <CreatedBy>sample string 2</CreatedBy> <Token>sample string 3</Token> <expMonth>5</expMonth> <expYear>6</expYear> <lastFour>sample string 4</lastFour> </EPAAccountModel>
Sample not available.