POST api/stock/saveChanges

Request Information

URI Parameters

None.

Body Parameters

StockVoucherModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

StockId

integer

None.

VoucherNumber

string

None.

VoucherTypeId

integer

None.

ItemId

integer

None.

ProductionPlanId

globally unique identifier

None.

EmpId

integer

None.

EmpId2

integer

None.

Qty

integer

None.

IssueDate

date

None.

Inactive

boolean

None.

CreatedDate

date

None.

CreatedBy

string

None.

ModifiedDate

date

None.

ModifiedBy

string

None.

IsStockOut

boolean

None.

IsManually

boolean

None.

StockVoucherDetailList

Collection of StockVoucherDetailModel

None.

ItemNumber

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

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.