Allotment
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Id of the Allotment |
code | String | true | Code of the Allotment |
name | String | true | Name of the Allotment |
startDate | LocalDate | false | Start Date of the Allotment |
endDate | LocalDate | false | End Date of the Allotment |
startSellDate | LocalDate | false | Start Sell Date of the Allotment |
endSellDate | LocalDate | false | End Sell Date of the Allotment |
releaseDay | Integer | false | releaseDay of the Allotment |
deadlineDay | Integer | false | deadlineDay of the Allotment |
JSON representation
{ "id": 1, "code": "A1", "name": "Allotment1", "startDate": "2025-05-24", "endDate": "2025-06-24", "startSellDate": "2025-05-24", "endSellDate": "2025-06-24", "releaseDay" : 1, "deadlineDay" : 2, }