Home / API Documentation

Create EPA ACCOUNT

Method: POST api/v1/Account/PostEPAAccount

Response Format:

application/json

Required Parameters 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.

application/json, text/json

Sample Request:
                        {
  "AccountId": 1,
  "CreatedBy": "sample string 2",
  "Token": "sample string 3",
  "lastFour": "sample string 4",
  "expMonth": 5,
  "expYear": 6
};