POST services/api/v1/Itemsfromexcel
Request Information
URI Parameters
None.
Body Parameters
Id_Barcode_SellingPricelevel_Branch_Location_excelitems| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Barcode | string |
None. |
|
| SellingPrice | integer |
None. |
|
| Branch | integer |
None. |
|
| Location | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
|
| excelitems | Collection of excelitems |
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
},
"excelitems": [
{
"Barcode": "sample string 1",
"Qty": 2.0,
"Cost": 3.0,
"Sellingprice": 4.0
},
{
"Barcode": "sample string 1",
"Qty": 2.0,
"Cost": 3.0,
"Sellingprice": 4.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |