Files content
Header
Data structure
| Field | Column | Data type | Required | Business rules | 
|---|---|---|---|---|
| Start date | startDate | String (ISO-8601) | X | YYYY-MM-DDTHH:MM:SSZ | 
| End date | endDate | String (ISO-8601) | X | YYYY-MM-DDTHH:MM:SSZ | 
| Item group code | itemGroupCode | String | 10 characters max | |
| Item group level | itemGroupLevel | Integer | ||
| Item group value code | itemGroupValueCode | String | 20 characters max | |
| Item code | itemCode | String | 20 characters max | |
| Customer group code | customerGroupCode | String | 10 characters max | |
| Customer group level | customerGroupLevel | Integer | ||
| Customer group value code | customerGroupValueCode | String | 20 characters max | |
| Customer code | customerCode | String | 10 characters max | |
| Value | value | Double | X | |
| Value type | valueType | String | X | Within (QTY, MUL, PER) : QTY = Quantity | 
| Unit code | unitCode | String | if valueType = QTY | 5 characters max | 
| Pollution type | pollutionType | String | Within (DIV, PRM, SPR, HOL, WEA) : DIV = Miscellaneous event | |
| Comment | comment | String | 1000 characters max | 
Rules
- 
No item selection is not authorized. 
- 
Item code and item group code/level/value code are not authorized both. 
- 
No customer selection is authorized only if MUL ou PER value type. 
- 
Customer code and customer group code/level/value code are not authorized both.