| GET | /gewichten |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Gewichten | form | List<EbaLiteWegingDto> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Code | form | string | No | |
| Weight | form | decimal | No | |
| Vooraanmelding | form | EbaLiteVooraanmeldingDto | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ExtId | form | string | No | |
| Referentie | form | string | No | |
| Kenteken | form | string | No | |
| HerkomstNaam | form | string | No | |
| HerkomstLocatie | form | string | No | |
| AfvalstroomNummer | form | string | No | |
| Status | form | VooraanmeldingStatusDto | No | |
| Product | form | string | No | |
| Container | 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 /gewichten HTTP/1.1 Host: ebaliteapi.pieterbas.nl Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Gewichten:
[
{
Id: 0,
Code: String,
Weight: 0,
Vooraanmelding:
{
ExtId: String,
Referentie: String,
Kenteken: String,
HerkomstNaam: String,
HerkomstLocatie: String,
AfvalstroomNummer: String,
Status: Actief,
Product: String,
Container: String
}
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
}
}