POST api/IRN
Request Information
URI Parameters
None.
Body Parameters
IRNDetailsF1| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| IRN | string |
None. |
|
| QRCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InvoiceNumber": "sample string 2",
"IRN": "sample string 3",
"QRCode": "sample string 4"
}
application/xml, text/xml
Sample:
<IRNDetailsF1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1"> <IRN>sample string 3</IRN> <Id>1</Id> <InvoiceNumber>sample string 2</InvoiceNumber> <QRCode>sample string 4</QRCode> </IRNDetailsF1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.