POST api/Purchase

Request Information

URI Parameters

None.

Body Parameters

PharmacyStockIn
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AccountId

globally unique identifier

None.

PurchaseNo

string

None.

PurchaseDate

date

None.

Note

string

None.

StatusId

integer

None.

InvoiceNo

string

None.

InvoiceDate

date

None.

InvoiceAmount

decimal number

None.

GSTAmount

decimal number

None.

Discount

decimal number

None.

TypeId

integer

None.

NetAmount

decimal number

None.

SDAmount

decimal number

None.

AdjAmount

decimal number

None.

Account

Account

None.

Status

Status

None.

Drug

Drug

None.

IsPOVia

boolean

None.

PharmacyStockInDetails

Collection of PharmacyStockInDetail

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

Modified

Member

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.