POST api/Customer
Request Information
URI Parameters
None.
Body Parameters
CustomerPOSTName | Description | Type | Additional information |
---|---|---|---|
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: 200 |
||
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:
{ "Fname": "sample string 1", "Lname": "sample string 2", "Address": "sample string 3", "Zipcode": "sample string 4", "City": "sample string 5", "Email": "sample string 6", "Mobile": "sample string 7", "DepartmentId": "sample string 8", "Birth": "2025-04-02T21:00:12.6074153+02:00", "Country": "sample string 9", "Gender": "sample string 10", "AcceptEmail": "sample string 11", "AcceptMobile": "sample string 12", "AcceptTerms": "sample string 13", "SchemaId": 14, "Src": "sample string 15", "CustomerGroup": "sample string 16", "SSN": "sample string 17", "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.