POST api/Item/PostItemExcelsheet
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Itms | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ItemName": "sample string 1",
"ItemNameE": "sample string 2",
"ItemBarCode": "sample string 3",
"ItemSalePrice": 1.1,
"UnitId": 4,
"GroupId": 5,
"TaxTypeCode1": "sample string 6",
"ItmTaxRatio1": 1.1,
"TaxTypeCode2": "sample string 7",
"ItmTaxRatio2": 1.1,
"TaxTypeCode3": "sample string 8",
"ItmTaxRatio3": 1.1,
"EGSCode": "sample string 9",
"GS1Code": "sample string 10"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ItemName": "sample string 1",
"ItemNameE": "sample string 2",
"ItemBarCode": "sample string 3",
"ItemSalePrice": 1.1,
"UnitId": 4,
"GroupId": 5,
"TaxTypeCode1": "sample string 6",
"ItmTaxRatio1": 1.1,
"TaxTypeCode2": "sample string 7",
"ItmTaxRatio2": 1.1,
"TaxTypeCode3": "sample string 8",
"ItmTaxRatio3": 1.1,
"EGSCode": "sample string 9",
"GS1Code": "sample string 10"
}