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. |
{ "AccountId": 1, "CreatedBy": "sample string 2", "Token": "sample string 3" }
<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>
Sample not available.