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": "bed67de9-f03c-4e5e-9f58-f37bb34d992f",
  "CustomerId": "aef59834-5164-46dc-8327-a6d9f18761f8",
  "OutletId": "4432931b-7401-4941-a7c5-232496242225",
  "CardNumber": "sample string 4",
  "CheckIn": "2026-09-20T13:18:41.0786994+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.