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": "549c01f2-b059-43f2-8761-1278962274d4",
  "CustomerId": "f37f5162-a392-49f3-911f-c10e7be32cd8",
  "OutletId": "429e6931-855e-4604-9489-2b179e6ad89d",
  "CardNumber": "sample string 4",
  "CheckIn": "2024-05-16T00:05:55.8520465+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.