All Verbs | /service/HangTag |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | query | string | No | |
ReportName | query | string | No | |
Name | query | string | No | |
Description | query | string | No | |
ItemsPerPage | query | int | No | |
HidePrice | query | bool | No | |
IncludeBarcode | query | bool | No | |
ExportName | query | string | No | |
TagCriteria | query | Dictionary<string, HashSet<String>> | No | |
Skip | query | int? | No | |
Take | query | int? | No | |
OrderBy | query | string | No | |
OrderByDesc | query | string | No | |
Include | query | string | No | |
Fields | query | string | No | |
Meta | query | Dictionary<string, string> | No | |
Search | query | string | No | |
Scan | query | string | No | |
IncludePricing | query | bool | No | |
IncludeNonSellable | query | bool | No | |
IncludeInactive | query | bool | No | |
IncludeMedia | query | bool | No | |
RetailerId | query | string | No | |
CartId | query | string | No | |
ListId | query | string | No | |
PriceListId | query | string | No | |
KitId | query | string | No | |
Active | query | bool? | No | |
IsNew | query | bool? | No | |
Recompile | query | bool? | No | |
Recent | query | double? | No | |
Status | query | string | No | |
PriceList | query | string | No | |
Grade | query | string | No | |
onlyCartItems | query | string | No | |
PriceLists | query | string | No | |
IdIn | query | string[] | No | |
ManufacturerNumberIn | query | string[] | No | |
UpcCodeIn | query | string[] | No | |
StockListId | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ReportName | form | string | No | |
Attachment | form | bool | No | |
OutputType | form | ExportFormatType | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Options | form | IDictionary<string, string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/HangTag HTTP/1.1
Host: www.bernhardthospitality.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
id: String,
reportName: String,
name: String,
description: String,
itemsPerPage: 0,
hidePrice: False,
includeBarcode: False,
exportName: String,
tagCriteria:
{
String:
[
String
]
},
skip: 0,
take: 0,
orderBy: String,
orderByDesc: String,
include: String,
fields: String,
meta:
{
String: String
},
search: String,
scan: String,
includePricing: False,
includeNonSellable: False,
includeInactive: False,
includeMedia: False,
retailerId: String,
cartId: String,
listId: String,
priceListId: String,
kitId: String,
active: False,
isNew: False,
recompile: False,
recent: 0,
status: String,
priceList: String,
grade: String,
onlyCartItems: String,
priceLists: String,
idIn:
[
String
],
manufacturerNumberIn:
[
String
],
upcCodeIn:
[
String
],
stockListId: String,
attachment: False,
outputType: NoFormat
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { }