| GET | /v1/vehicleswap/resolve/audit | Get mismatched vehicle swap audits | Get mismatched vehicle swap audits |
|---|
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Mercedes.Agency.Orchestration.API.ServiceModel.VehicleSwapResolve
Imports Mercedes.Agency.API.Shared.POCO.VehicleSwapResolve
Imports Mercedes.Agency.API.Shared.POCO
Namespace Global
Namespace Mercedes.Agency.API.Shared.POCO
Public Partial Class DisplayVehicleSwapResolveAudit
Public Overridable Property Id As Integer
Public Overridable Property Action As String
Public Overridable Property Created As Date
Public Overridable Property Guid As Guid
Public Overridable Property User As String
End Class
End Namespace
Namespace Mercedes.Agency.API.Shared.POCO.VehicleSwapResolve
Public Partial Class VehicleSwapResolveAuditResponse
Public Overridable Property Audits As List(Of DisplayVehicleSwapResolveAudit) = New List(Of DisplayVehicleSwapResolveAudit)
End Class
End Namespace
Namespace Mercedes.Agency.Orchestration.API.ServiceModel.VehicleSwapResolve
Public Partial Class VehicleSwapResolveAuditRequest
End Class
End Namespace
End Namespace
VB.NET VehicleSwapResolveAuditRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/vehicleswap/resolve/audit HTTP/1.1 Host: prod-api-agency-orch-mb-dhc.rapp-customers.co.uk Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"Audits":[{"Id":0,"Action":"String","Created":"\/Date(-62135596800000-0000)\/","Guid":"00000000000000000000000000000000","User":"String"}]}