EMUN1 ASP.NET

<back to all web services

ImportSalesGoals

The following routes are available for this service:
All Verbs/service/ImportSalesGoals
ImportSalesGoals Parameters:
NameParameterData TypeRequiredDescription
itemsqueryList<SalesGoalImport>No
SalesGoalImport Parameters:
NameParameterData TypeRequiredDescription
repformstringNo
vendorformstringNo
categoryformstringNo
goalTypeformstringNo
yearformintNo
janformdecimalNo
febformdecimalNo
marformdecimalNo
aprformdecimalNo
mayformdecimalNo
junformdecimalNo
julformdecimalNo
augformdecimalNo
sepformdecimalNo
octformdecimalNo
novformdecimalNo
decformdecimalNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/ImportSalesGoals HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	items: 
	[
		{
			rep: String,
			vendor: String,
			category: String,
			goalType: String,
			year: 0,
			jan: 0,
			feb: 0,
			mar: 0,
			apr: 0,
			may: 0,
			jun: 0,
			jul: 0,
			aug: 0,
			sep: 0,
			oct: 0,
			nov: 0,
			dec: 0
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	
}