Amazon Refrigeration

<back to all web services

PostDailyTimesheet

The following routes are available for this service:
POST/PostDailyTimesheet
PostDailyTimesheet Parameters:
NameParameterData TypeRequiredDescription
StaffIdbodyintNo
DatebodyDateTimeNo
NormalTimebodydecimal?No
DoubleTimebodydecimal?No
Overtimebodydecimal?No
MileagebodyintNo

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 /PostDailyTimesheet HTTP/1.1 
Host: amazon-api.squareonesystems.co.uk 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	StaffId: 0,
	Date: 0001-01-01,
	NormalTime: 0,
	DoubleTime: 0,
	Overtime: 0,
	Mileage: 0
}