POST api/VanAccount/VanAccountCreatenew

Request Information

URI Parameters

None.

Body Parameters

VanRequest
NameDescriptionTypeAdditional information
AccountholderName

AccountholderName

string

None.

Mobileno

Mobileno

string

None.

CustomAccount

CustomAccount

string

None.

agentID

agentID

string

None.

AgentTransactionID

AgentTransactionID

string

None.

aadharnumber

aadharnumber

string

None.

PanNumber

PanNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountholderName": "sample string 1",
  "Mobileno": "sample string 2",
  "CustomAccount": "sample string 3",
  "agentID": "sample string 4",
  "AgentTransactionID": "sample string 5",
  "aadharnumber": "sample string 6",
  "PanNumber": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VanRequest'.

Response Information

Resource Description

ResponceMaster
NameDescriptionTypeAdditional information
Error

Error in True and false

string

None.

Message

Responace Error Message

string

None.

Data

Responce Data in object or List

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": "sample string 1",
  "Message": "sample string 2",
  "Data": {}
}