Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Structure

FieldTypeRequiredDescription

service

Servicetrue

startDate

stringtrue

endDate

date

quantity

int

JSON representation

{
	"service": {
		"id": 1,
		"name": "Service Name" 
	},
	"startDate": "2018-04-12",
	"endDate": "2018-08-12",
	"quantity": "1"
}
  • No labels