Trendsic Platform Service

<back to all web services

LaborSalesSummaryRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/laborsales/summary
LaborSalesSummaryRequest Parameters:
NameParameterData TypeRequiredDescription
FromDatequerystringNo
ToDatequerystringNo
LaborSalesSummaryResponse Parameters:
NameParameterData TypeRequiredDescription
SummaryformSummaryViewNo
FromDateformstringNo
ToDateformstringNo
ResponseStatusformResponseStatusNo
SummaryView Parameters:
NameParameterData TypeRequiredDescription
ConfiguredformboolNo
ConnectedformboolNo
NeedsReconnectformboolNo
CurrencyformstringNo
DaysformList<DayView>No
LocationsformList<LocationView>No
TotalsformTotalsViewNo
PriorTotalsformTotalsViewNo
AttributionNoteformstringNo
DayView Parameters:
NameParameterData TypeRequiredDescription
DateIsoformstringNo
GrossSalesformdecimalNo
TransactionCountformintNo
LaborHoursformdecimalNo
CostedHoursformdecimalNo
LaborCostformdecimalNo
WorkerCountformintNo
LaborPctformdecimal?No
Splhformdecimal?No
LocationView Parameters:
NameParameterData TypeRequiredDescription
LocationIdformstringNo
LocationNameformstringNo
GrossSalesformdecimalNo
TransactionCountformintNo
SharePctformdecimal?No
BranchIdformstringNo
BranchNameformstringNo
LaborHoursformdecimal?No
CostedHoursformdecimal?No
LaborCostformdecimal?No
LaborPctformdecimal?No
Splhformdecimal?No
TotalsView Parameters:
NameParameterData TypeRequiredDescription
GrossSalesformdecimalNo
TransactionCountformintNo
LaborHoursformdecimalNo
CostedHoursformdecimalNo
LaborCostformdecimalNo
LaborPctformdecimal?No
Splhformdecimal?No
DaysWithSalesformintNo
DaysWithLaborformintNo

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.

GET /v1/laborsales/summary HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Summary: 
	{
		Configured: False,
		Connected: False,
		NeedsReconnect: False,
		Currency: String,
		Days: 
		[
			{
				DateIso: String,
				GrossSales: 0,
				TransactionCount: 0,
				LaborHours: 0,
				CostedHours: 0,
				LaborCost: 0,
				WorkerCount: 0,
				LaborPct: 0,
				Splh: 0
			}
		],
		Locations: 
		[
			{
				LocationId: String,
				LocationName: String,
				GrossSales: 0,
				TransactionCount: 0,
				SharePct: 0,
				BranchId: String,
				BranchName: String,
				LaborHours: 0,
				CostedHours: 0,
				LaborCost: 0,
				LaborPct: 0,
				Splh: 0
			}
		],
		Totals: 
		{
			GrossSales: 0,
			TransactionCount: 0,
			LaborHours: 0,
			CostedHours: 0,
			LaborCost: 0,
			LaborPct: 0,
			Splh: 0,
			DaysWithSales: 0,
			DaysWithLabor: 0
		},
		PriorTotals: 
		{
			GrossSales: 0,
			TransactionCount: 0,
			LaborHours: 0,
			CostedHours: 0,
			LaborCost: 0,
			LaborPct: 0,
			Splh: 0,
			DaysWithSales: 0,
			DaysWithLabor: 0
		},
		AttributionNote: String
	},
	FromDate: String,
	ToDate: String,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}