Structure
Field | Type | Required | Description |
---|---|---|---|
service | Service | true | |
startDate | string | true | |
endDate | date | ||
quantity | int |
JSON representation
{ "service": { "id": 1, "name": "Service Name" }, "startDate": "2018-04-12", "endDate": "2018-08-12", "quantity": "1" }