<back to all web services
StoreCustomerCustomFields
Add or Update a custom field.
Requires Authentication
Required permission: | all |
The following routes are available for this service:PUT | /customer/{CustomerId}/CustomFields/ | | |
---|
StoreCustomerCustomFields Parameters:Name | Parameter | Data Type | Required | Description |
---|
CustomerId | path | string | Yes | |
Values | body | CustomFieldNumberValue[] | Yes | |
CustomFieldNumberValue Parameters:Name | Parameter | Data Type | Required | Description |
---|
Number | form | int | Yes | |
Value | form | Object | No | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
PUT /customer/{CustomerId}/CustomFields/ HTTP/1.1
Host: bestellforum.api.mauve.de
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<StoreCustomerCustomFields xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mauve.Bestellforum.ServiceModel">
<CustomerId>String</CustomerId>
<Values xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mauve.Bestellforum.ServiceModel.Types">
<d2p1:CustomFieldNumberValue>
<d2p1:Number>0</d2p1:Number>
<d2p1:Value />
</d2p1:CustomFieldNumberValue>
</Values>
</StoreCustomerCustomFields>