POST api/{language}/SmartData/PreAuth

Documentazione di 'PreAuth'.

Request Information

Parameters

NameDescriptionAdditional information
language
Documentazione di 'language'.

Define this parameter in the request URI.

data
Documentazione di 'data'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Network": "0d220ccd-1324-4486-91f5-518c9e44f058",
  "App": "f9d81ff0-c7fc-4855-886b-3804e00c104f",
  "User": "sample string 3",
  "Service": "sample string 4",
  "RedirectUrl": "sample string 5",
  "Params": [
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    }
  ],
  "Data": {
    "Name": "sample string 1",
    "Country": "sample string 2",
    "Region": "sample string 3",
    "District": "sample string 4",
    "City": "sample string 5",
    "Address": "sample string 6",
    "VatNumber": "sample string 7",
    "FiscalCode": "sample string 8",
    "Email": "sample string 9",
    "Phone": "sample string 10",
    "Mobile": "sample string 11"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "IdVehicleTekne": 1.0,
    "EngineCode": "sample string 2"
  },
  {
    "IdVehicleTekne": 1.0,
    "EngineCode": "sample string 2"
  },
  {
    "IdVehicleTekne": 1.0,
    "EngineCode": "sample string 2"
  }
]