POST services/api/rest/v1/Import_RestItemsFromItemManagement

Request Information

URI Parameters

None.

Body Parameters

Collection of ImportRestItems_Request
NameDescriptionTypeAdditional information
SlNo

integer

None.

Barcode

string

None.

ItemName

string

None.

SellingPrice

decimal number

None.

CostPrice

decimal number

None.

Category

string

None.

CourseType

string

None.

TaxPercentage

decimal number

None.

LocId

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "SlNo": 1,
    "Barcode": "sample string 2",
    "ItemName": "sample string 3",
    "SellingPrice": 4.0,
    "CostPrice": 5.0,
    "Category": "sample string 6",
    "CourseType": "sample string 7",
    "TaxPercentage": 8.0,
    "LocId": 9,
    "UserId": 10
  },
  {
    "SlNo": 1,
    "Barcode": "sample string 2",
    "ItemName": "sample string 3",
    "SellingPrice": 4.0,
    "CostPrice": 5.0,
    "Category": "sample string 6",
    "CourseType": "sample string 7",
    "TaxPercentage": 8.0,
    "LocId": 9,
    "UserId": 10
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ImportRestItems_Request
NameDescriptionTypeAdditional information
SlNo

integer

None.

Barcode

string

None.

ItemName

string

None.

SellingPrice

decimal number

None.

CostPrice

decimal number

None.

Category

string

None.

CourseType

string

None.

TaxPercentage

decimal number

None.

LocId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SlNo": 1,
    "Barcode": "sample string 2",
    "ItemName": "sample string 3",
    "SellingPrice": 4.0,
    "CostPrice": 5.0,
    "Category": "sample string 6",
    "CourseType": "sample string 7",
    "TaxPercentage": 8.0,
    "LocId": 9,
    "UserId": 10
  },
  {
    "SlNo": 1,
    "Barcode": "sample string 2",
    "ItemName": "sample string 3",
    "SellingPrice": 4.0,
    "CostPrice": 5.0,
    "Category": "sample string 6",
    "CourseType": "sample string 7",
    "TaxPercentage": 8.0,
    "LocId": 9,
    "UserId": 10
  }
]