POST api/v1/ImportSaleDataSave
Request Information
URI Parameters
None.
Body Parameters
BevcoDataFromOutsideInput| Name | Description | Type | Additional information |
|---|---|---|---|
| JsonData | string |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JsonData": "sample string 1",
"CompID": 2,
"LocID": 3
}
application/xml, text/xml
Sample:
<BevcoDataFromOutsideInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <JsonData>sample string 1</JsonData> <LocID>3</LocID> </BevcoDataFromOutsideInput>
application/x-www-form-urlencoded
Sample:
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. |