| Required role: | verwerker |
| GET | /vooraanmelding/{Id} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Vooraanmelding | form | VooraanmeldingDto | 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 | |
| Status | form | VooraanmeldingStatusDto | No | |
| OntvangenOp | form | DateTime | No | |
| Ontdoener | form | string | No | |
| IsGearchiveerd | form | bool | No | |
| ExterneReferentie | form | string | No | |
| VrachtVerwijderd | form | bool | 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/{Id} HTTP/1.1
Host: ebaliteapi.pieterbas.nl
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Vooraanmelding:
{
Id: 0,
Transporteur: String,
Referentie: String,
Kenteken: String,
Afvalstroom: String,
Product: String,
Container: String,
Status: Actief,
OntvangenOp: 0001-01-01,
Ontdoener: String,
IsGearchiveerd: False,
ExterneReferentie: String,
VrachtVerwijderd: False
},
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
}
}