PUT api/Customer

Request Information

URI Parameters

None.

Body Parameters

CustomerPUT
NameDescriptionTypeAdditional information
CustomerId

string

None.

Guid

string

None.

Fname

string

Max length: 75

Lname

string

Max length: 75

Address

string

Max length: 100

Zipcode

string

Max length: 10

City

string

Max length: 100

Email

string

Max length: 250

Mobile

string

Max length: 15

DepartmentId

string

None.

Birth

date

Data type: Date

Country

string

Max length: 50

Gender

string

Max length: 10

AcceptEmail

string

Max length: 1

AcceptMobile

string

Max length: 1

AcceptTerms

string

Max length: 1

SchemaId

integer

Required

Src

string

Required

Max length: 20

CustomerGroup

string

Max length: 50

SSN

string

Max length: 20

KeyVal

Dictionary of string [key] and string [value]

None.

ExtendedConsents

Dictionary of string [key] and boolean [value]

None.

ExtendedJsonFields

Dictionary of string [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "Guid": "sample string 2",
  "Fname": "sample string 3",
  "Lname": "sample string 4",
  "Address": "sample string 5",
  "Zipcode": "sample string 6",
  "City": "sample string 7",
  "Email": "sample string 8",
  "Mobile": "sample string 9",
  "DepartmentId": "sample string 10",
  "Birth": "2024-09-19T05:24:26.2180402+02:00",
  "Country": "sample string 11",
  "Gender": "sample string 12",
  "AcceptEmail": "sample string 13",
  "AcceptMobile": "sample string 14",
  "AcceptTerms": "sample string 15",
  "SchemaId": 16,
  "Src": "sample string 17",
  "CustomerGroup": "sample string 18",
  "SSN": "sample string 19",
  "KeyVal": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "ExtendedConsents": {
    "sample string 1": true,
    "sample string 2": true
  },
  "ExtendedJsonFields": {
    "sample string 1": {},
    "sample string 3": {}
  }
}

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.