POST api/auth/token

Request Information

URI Parameters

None.

Body Parameters

EInvTokenPayLoad
NameDescriptionTypeAdditional information
EI_app_key

string

None.

EI_gstin

string

None.

EI_username

string

None.

EI_password

string

None.

EI_Token

boolean

None.

EI_Data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EI_app_key": "sample string 1",
  "EI_gstin": "sample string 2",
  "EI_username": "sample string 3",
  "EI_password": "sample string 4",
  "EI_Token": true,
  "EI_Data": "sample string 6"
}

application/xml, text/xml

Sample:
<EInvTokenPayLoad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eInvoiceFun.Models">
  <EI_Data>sample string 6</EI_Data>
  <EI_Token>true</EI_Token>
  <EI_app_key>sample string 1</EI_app_key>
  <EI_gstin>sample string 2</EI_gstin>
  <EI_password>sample string 4</EI_password>
  <EI_username>sample string 3</EI_username>
</EInvTokenPayLoad>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.