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.

application/json, text/json

Sample Request:
                        {
  "AccountId": 1,
  "CreatedBy": "sample string 2",
  "Token": "sample string 3"
};