PUT id4/Customer

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional information
FullName

string

None.

Email

string

None.

FirstName

string

None.

LastName

string

None.

Language

byte

None.

CompanyName

string

None.

CountryId

string

None.

VAT

string

None.

Address

string

None.

ZipCode

string

None.

City

string

None.

State

string

None.

TaxCode

string

None.

IsCompany

boolean

None.

OAuth

boolean

None.

CountryPrefix

string

None.

Telephone

string

None.

IsOwner

boolean

None.

IsProfileCompleted

boolean

None.

IsOperator

boolean

None.

ElectronicInvoice

boolean

None.

SDI

string

None.

PecEmail

string

None.

ProfileCheckSum

unsigned integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fullName": "sample string 1",
  "email": "sample string 2",
  "firstName": "sample string 3",
  "lastName": "sample string 4",
  "language": 64,
  "companyName": "sample string 6",
  "countryId": "sample string 7",
  "vat": "sample string 8",
  "address": "sample string 9",
  "zipCode": "sample string 10",
  "city": "sample string 11",
  "state": "sample string 12",
  "taxCode": "sample string 13",
  "isCompany": true,
  "oAuth": true,
  "countryPrefix": "sample string 16",
  "telephone": "sample string 17",
  "isOwner": true,
  "isProfileCompleted": true,
  "isOperator": true,
  "electronicInvoice": true,
  "sdi": "sample string 22",
  "pecEmail": "sample string 23",
  "profileCheckSum": 24
}

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 'Customer'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"