GET api/v1/StatusUpdate
Dummy controller tbv documentatie
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Deze controler geeft geen data terug
StatusUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerReference |
Opdrachtgeverreferentie: Dit is de referentie waaraan het dossier herkenbaar is voor de opdrachtgever. Dit is meestal het interne dossiernummer van de klant |
string |
Required Max length: 50 |
| Date | date |
Required |
|
| FlanderijnCaseNumber | integer |
Required |
|
| StatusCode | EnumAllianderStatusUpdateCodes |
Required |
|
| StatusDescription | string |
Max length: 255 |
Response Formats
application/json, text/json
Sample:
{
"CustomerReference": "sample string 1",
"Date": "2025-12-26T16:32:56.6105587+01:00",
"FlanderijnCaseNumber": 3,
"StatusCode": 1010,
"StatusDescription": "sample string 4"
}
application/xml, text/xml
Sample:
<StatusUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CustomerReference>sample string 1</CustomerReference> <Date>2025-12-26T16:32:56.6105587+01:00</Date> <FlanderijnCaseNumber>3</FlanderijnCaseNumber> <StatusCode>Inhuizing</StatusCode> <StatusDescription>sample string 4</StatusDescription> </StatusUpdate>