POST api/Customer/PostCustomerLog

Request Information

URI Parameters

None.

Body Parameters

CustomerLog
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CustomerId

globally unique identifier

None.

OutletId

globally unique identifier

None.

CardNumber

string

Max length: 100

CheckIn

date

None.

VehicleId

integer

None.

Synced

boolean

None.

CustomerName

string

None.

OrgNo

string

None.

VehicleName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "0c6b5424-2484-42cc-a52b-eea41cefa4ba",
  "CustomerId": "e82a7754-a352-40fa-9f46-03bf9ee97ebf",
  "OutletId": "f3744f10-6559-46dc-83be-357998029fdd",
  "CardNumber": "sample string 4",
  "CheckIn": "2026-06-21T22:50:03.8602292+02:00",
  "VehicleId": 6,
  "Synced": true,
  "CustomerName": "sample string 8",
  "OrgNo": "sample string 9",
  "VehicleName": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.