POST services/api/v1/Get_PurchaseByVoucherNo

Request Information

URI Parameters

None.

Body Parameters

ItemTypeId_VoucherNo_LocationId_sellingpricelevelid
NameDescriptionTypeAdditional information
ItemTypeId

integer

None.

VoucherNo

string

None.

LocationId

integer

None.

sellingpricelevelid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemTypeId": 1,
  "VoucherNo": "sample string 2",
  "LocationId": 3,
  "sellingpricelevelid": 4
}

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.