Required role: | verwerker |
GET | /vooraanmelding-verwijderd |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Vooraanmeldingen | form | List<VooraanmeldingListDto> | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Transporteur | form | string | No | |
Referentie | form | string | No | |
Kenteken | form | string | No | |
Afvalstroom | form | string | No | |
Product | form | string | No | |
Container | form | string | No | |
Weegbon | form | string | No | |
Gewicht | form | decimal? | No | |
Status | form | VooraanmeldingStatusDto | No | |
OntvangenOp | form | DateTime | No | |
VoltooidOp | form | DateTime | No | |
Ontdoener | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /vooraanmelding-verwijderd HTTP/1.1 Host: ebaliteapi.pieterbas.nl Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Vooraanmeldingen: [ { Id: 0, Transporteur: String, Referentie: String, Kenteken: String, Afvalstroom: String, Product: String, Container: String, Weegbon: String, Gewicht: 0, Status: Actief, OntvangenOp: 0001-01-01, VoltooidOp: 0001-01-01, Ontdoener: String } ], ResponseStatus: { ErrorCode: String, Message: String, StackTrace: String, Errors: [ { ErrorCode: String, FieldName: String, Message: String, Meta: { String: String } } ], Meta: { String: String } } }