PUT api/Installers?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

CustomerContactXLicenseXProfileViewModel
NameDescriptionTypeAdditional information
CustomerContactId

integer

None.

Email

string

None.

Firstname

string

None.

Name

string

None.

Id

integer

None.

LicenseXProfileId

integer

None.

CustomerId

integer

None.

Login

string

None.

Mobile

string

None.

ProfileId

integer

None.

Key

string

None.

IHubApplicationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "customerContactId": 1,
  "email": "sample string 2",
  "firstname": "sample string 3",
  "name": "sample string 4",
  "id": 5,
  "licenseXProfileId": 6,
  "customerId": 7,
  "login": "sample string 8",
  "mobile": "sample string 9",
  "profileId": 1,
  "key": "sample string 10",
  "iHubApplicationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.