Authorization: Bearer ********************{
"WasteStreamRequest": {
"Producer": {
"CompanyRegistry": "12345678",
"Name": "WasteProducer Ltd",
"Address": {
"Street": "Example Street 1",
"PostalCode": "2511 AB",
"City": "The Hague",
"Country": "NL"
},
"Contact": {
"Email": "info@wasteproducer.com",
"Phone": "+31 70 1234567"
}
},
"Processor": {
"CompanyRegistry": "87654321",
"Name": "WasteProcessor Ltd",
"Address": {
"Street": "Processing Road 10",
"PostalCode": "1234 CD",
"City": "Rotterdam",
"Country": "NL"
},
"Contact": {
"Email": "info@wasteprocessor.com",
"Phone": "+31 10 9876543"
}
},
"WasteDetails": {
"WasteCode": "17 01 01",
"Description": "Construction and demolition waste",
"Quantity": {
"Value": 1000,
"Unit": "KG"
},
"Hazardous": false
},
"AdditionalInformation": {
"ProducerPermit": "EnvironmentalPermit-123",
"TransportRestrictions": "None"
}
}
}
{
"message": "Waste stream request created",
"data": {
"WasteStreamRequest": {
"Producer": {
"CompanyRegistry": "12345678",
"Name": "WasteProducer Ltd",
"Address": {
"Street": "Example Street 1",
"PostalCode": "2511 AB",
"City": "The Hague",
"Country": "NL"
},
"Contact": {
"Email": "info@wasteproducer.com",
"Phone": "+31 70 1234567"
}
},
"Processor": {
"CompanyRegistry": "87654321",
"Name": "WasteProcessor Ltd",
"Address": {
"Street": "Processing Road 10",
"PostalCode": "1234 CD",
"City": "Rotterdam",
"Country": "NL"
},
"Contact": {
"Email": "info@wasteprocessor.com",
"Phone": "+31 10 9876543"
}
},
"WasteDetails": {
"WasteCode": "17 01 01",
"Description": "Construction and demolition waste",
"Quantity": {
"Value": 1000,
"Unit": "KG"
},
"Hazardous": false
},
"AdditionalInformation": {
"ProducerPermit": "EnvironmentalPermit-123",
"TransportRestrictions": "None"
}
}
}
}