POST api/IndiaGSTInvoice/GenerateIRN

Request Information

URI Parameters

None.

Body Parameters

PostIndiaGst
NameDescriptionTypeAdditional information
IG_ID

integer

None.

IG_BIH_ID

integer

None.

IG_BIH_NUMBER

string

None.

IG_ACK_NO

string

None.

IG_ACK_DATE

date

None.

IG_IRN

string

None.

IG_SIGNED_INVOICE

string

None.

IG_SIGNED_QR_CODE

string

None.

IG_STATUS

string

None.

IG_INFO_CODE

string

None.

IG_INFO_DESC

string

None.

IG_CP_ID

integer

None.

IG_RESPONSE_STATUS

string

None.

IG_NOTES

string

None.

IG_PROGRAM_ID

string

None.

IG_CREATED_BY

integer

None.

IG_MODE

string

None.

IG_TYPE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IG_ID": 1,
  "IG_BIH_ID": 1,
  "IG_BIH_NUMBER": "sample string 1",
  "IG_ACK_NO": "sample string 2",
  "IG_ACK_DATE": "2024-05-19T17:36:34.7032421+05:30",
  "IG_IRN": "sample string 3",
  "IG_SIGNED_INVOICE": "sample string 4",
  "IG_SIGNED_QR_CODE": "sample string 5",
  "IG_STATUS": "sample string 6",
  "IG_INFO_CODE": "sample string 7",
  "IG_INFO_DESC": "sample string 8",
  "IG_CP_ID": 1,
  "IG_RESPONSE_STATUS": "sample string 9",
  "IG_NOTES": "sample string 10",
  "IG_PROGRAM_ID": "sample string 11",
  "IG_CREATED_BY": 1,
  "IG_MODE": "sample string 12",
  "IG_TYPE": "sample string 13"
}

application/xml, text/xml

Sample:
<PostIndiaGst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <IG_ACK_DATE>2024-05-19T17:36:34.7032421+05:30</IG_ACK_DATE>
  <IG_ACK_NO>sample string 2</IG_ACK_NO>
  <IG_BIH_ID>1</IG_BIH_ID>
  <IG_BIH_NUMBER>sample string 1</IG_BIH_NUMBER>
  <IG_CP_ID>1</IG_CP_ID>
  <IG_CREATED_BY>1</IG_CREATED_BY>
  <IG_ID>1</IG_ID>
  <IG_INFO_CODE>sample string 7</IG_INFO_CODE>
  <IG_INFO_DESC>sample string 8</IG_INFO_DESC>
  <IG_IRN>sample string 3</IG_IRN>
  <IG_MODE>sample string 12</IG_MODE>
  <IG_NOTES>sample string 10</IG_NOTES>
  <IG_PROGRAM_ID>sample string 11</IG_PROGRAM_ID>
  <IG_RESPONSE_STATUS>sample string 9</IG_RESPONSE_STATUS>
  <IG_SIGNED_INVOICE>sample string 4</IG_SIGNED_INVOICE>
  <IG_SIGNED_QR_CODE>sample string 5</IG_SIGNED_QR_CODE>
  <IG_STATUS>sample string 6</IG_STATUS>
  <IG_TYPE>sample string 13</IG_TYPE>
</PostIndiaGst>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.