Home / API / ASP.NET Web API Details

POST api/v1/Account/PostEPAAccount

Description

Create EPA ACCOUNT

Request Information

Parameters

NameDescriptionAdditional 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.

Request body formats

application/json, text/json

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

application/xml, text/xml

Sample:
<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>
</EPAAccountModel>

application/x-www-form-urlencoded

Sample:

Sample not available.