POST api/Installers

Request Information

URI Parameters

None.

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerContactXLicenseXProfileViewModel'.

Response Information

Resource Description

Installer
NameDescriptionTypeAdditional information
Id

integer

None.

Firstname

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "firstname": "sample string 2",
  "name": "sample string 3"
}