POST services/api/v1/Get_ProductDetailsByBarcode

Request Information

URI Parameters

None.

Body Parameters

Id_Barcode_SellingPricelevel_Branch_Location
NameDescriptionTypeAdditional information
Id

integer

None.

Barcode

string

None.

SellingPrice

integer

None.

Branch

integer

None.

Location

integer

None.

RequestedList

BasicFilter

None.

ValidateItemControl

boolean

None.

ValidateForm

string

None.

LocationIn

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Barcode": "sample string 2",
  "SellingPrice": 3,
  "Branch": 4,
  "Location": 5,
  "RequestedList": {
    "Start": 1,
    "FiterText": "sample string 2",
    "Limit": 3,
    "ItemTypeId": 4,
    "CAType": 5
  },
  "ValidateItemControl": true,
  "ValidateForm": "sample string 7",
  "LocationIn": 8
}

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.