POST api/Invoice/GETSingle_Invoice

Request Information

URI Parameters

None.

Body Parameters

Invoice
NameDescriptionTypeAdditional information
InvoiceId

string

None.

InvoiceDate

string

None.

InvoiceNo

string

None.

ModeOfPayment

string

None.

BuyerOrderNo

string

None.

BuyerOrderDate

string

None.

DispatchedThrough

string

None.

Destination

string

None.

SellerName

string

None.

SellerAddress

string

None.

SellerGSTIN

string

None.

SellerState

string

None.

SellerStateCode

string

None.

BuyerName

string

None.

BuyerAddress

string

None.

BuyerGSTIN

string

None.

BuyerState

string

None.

BuyerStateCode

string

None.

DescriptionOfGoods

string

None.

HSN_SAC

string

None.

Quantity

string

None.

Unit

string

None.

Rate

string

None.

Amount

string

None.

DeliveryNoteDate

string

None.

ReferenceNo

string

None.

DeliveryNote

string

None.

DispatchDocNo

string

None.

file

Collection of HttpPostedFile

None.

Uploadfile

Dictionary of string [key] and HttpPostedFile [value]

None.

CreatedByUser

integer

None.

Data

string

None.

ModifiedByUser

integer

None.

DeleteByUser

integer

None.

IsActive

string

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceId": "sample string 1",
  "InvoiceDate": "sample string 2",
  "InvoiceNo": "sample string 3",
  "ModeOfPayment": "sample string 4",
  "BuyerOrderNo": "sample string 5",
  "BuyerOrderDate": "sample string 6",
  "DispatchedThrough": "sample string 7",
  "Destination": "sample string 8",
  "SellerName": "sample string 9",
  "SellerAddress": "sample string 10",
  "SellerGSTIN": "sample string 11",
  "SellerState": "sample string 12",
  "SellerStateCode": "sample string 13",
  "BuyerName": "sample string 14",
  "BuyerAddress": "sample string 15",
  "BuyerGSTIN": "sample string 16",
  "BuyerState": "sample string 17",
  "BuyerStateCode": "sample string 18",
  "DescriptionOfGoods": "sample string 19",
  "HSN_SAC": "sample string 20",
  "Quantity": "sample string 21",
  "Unit": "sample string 22",
  "Rate": "sample string 23",
  "Amount": "sample string 24",
  "DeliveryNoteDate": "sample string 25",
  "ReferenceNo": "sample string 26",
  "DeliveryNote": "sample string 27",
  "DispatchDocNo": "sample string 28",
  "file": null,
  "Uploadfile": {
    "sample string 1": null,
    "sample string 2": null
  },
  "CreatedByUser": 29,
  "Data": "sample string 30",
  "ModifiedByUser": 31,
  "DeleteByUser": 32,
  "IsActive": "sample string 33",
  "Description": "sample string 34"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.