/
Allotment
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 |
Source | source | false | Source |
Segment | segment | false | Segment |
AllotmentGuaranteeType | allotmentGuaranteeType | false | AllotmentGuaranteeType |
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, "source": { "id": 9, "code": "COM", "name": "Company" }, "segment": { "id": 24, "code": "DUSE", "name": "Day Use" }, "allotmentGuaranteeType": { "id": 1, "code": "GUA", "name": "Guaranteed" } }
, multiple selections available,
Related content
AllotmentDailyQuantity
AllotmentDailyQuantity
More like this
Expenses
Expenses
More like this
Reservation
Reservation
More like this
Proforma
Proforma
More like this
Revenue
Revenue
More like this
Production Summar
Production Summar
More like this