PUT api/Customer
Request Information
URI Parameters
None.
Body Parameters
CustomerPUT| Name | Description | Type | Additional 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 |
|
| 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": "2025-12-09T07:13:12.2121303+01: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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.