Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription

service

Servicetrue

startDate

stringtrue

endDate

date

quantity

int



JSON representation

Code Block
languagepowershell
themeDJango
{
	"service": {
		"id": 1,
		"name": "Service Name" 
	},
	"startDate": "2018-04-12",
	"endDate": "2018-08-12",
	"quantity": "1"
}