POST api/configuration/getB2BFavourites_v2
Request Information
URI Parameters
None.
Body Parameters
B2BFavouritesDom| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| PersonID | integer |
None. |
|
| StockCode | string |
None. |
|
| StyleCode | string |
None. |
|
| BrandName | string |
None. |
|
| DepartmentName | string |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| SubDeptName | string |
None. |
|
| Title | string |
None. |
|
| ImageSource | string |
None. |
|
| AddedOnUTC | string |
None. |
|
| RetailPrice | decimal number |
None. |
|
| SalePrice | decimal number |
None. |
|
| StockInHand | decimal number |
None. |
|
| Tags | string |
None. |
|
| IsNewProduct | boolean |
None. |
|
| VATPercentage | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"PersonID": 2,
"StockCode": "sample string 3",
"StyleCode": "sample string 4",
"BrandName": "sample string 5",
"DepartmentName": "sample string 6",
"Category": "sample string 7",
"SubCategory": "sample string 8",
"SubDeptName": "sample string 9",
"Title": "sample string 10",
"ImageSource": "sample string 11",
"AddedOnUTC": "sample string 12",
"RetailPrice": 13.0,
"SalePrice": 14.0,
"StockInHand": 1.1,
"Tags": "sample string 15",
"IsNewProduct": true,
"VATPercentage": 1.1
}
application/xml, text/xml
Sample:
<B2BFavouritesDom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <AddedOnUTC>sample string 12</AddedOnUTC> <BrandName>sample string 5</BrandName> <Category>sample string 7</Category> <ClientID>1</ClientID> <DepartmentName>sample string 6</DepartmentName> <ImageSource>sample string 11</ImageSource> <IsNewProduct>true</IsNewProduct> <PersonID>2</PersonID> <RetailPrice>13</RetailPrice> <SalePrice>14</SalePrice> <StockCode>sample string 3</StockCode> <StockInHand>1.1</StockInHand> <StyleCode>sample string 4</StyleCode> <SubCategory>sample string 8</SubCategory> <SubDeptName>sample string 9</SubDeptName> <Tags>sample string 15</Tags> <Title>sample string 10</Title> <VATPercentage>1.1</VATPercentage> </B2BFavouritesDom>
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. |