POST api/POS/Data/InsightElement
Request Information
URI Parameters
None.
Body Parameters
FBBPBM| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemID | integer |
None. |
|
| BPID | integer |
None. |
|
| AccountingType | integer |
None. |
|
| Whse | string |
None. |
|
| Salesperson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemID": 1,
"BPID": 2,
"AccountingType": 3,
"Whse": "sample string 4",
"Salesperson": "sample string 5"
}
application/xml, text/xml
Sample:
<FBBPBM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs"> <AccountingType>3</AccountingType> <BPID>2</BPID> <ItemID>1</ItemID> <Salesperson>sample string 5</Salesperson> <Whse>sample string 4</Whse> </FBBPBM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />