GET api/v1/ws/{webshopId}/customersCrmFields/{customerNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| webshopId | integer |
Required |
|
| customerNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VWebshopCustomerCrmField| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | string |
None. |
|
| CustomerNo | string |
None. |
|
| CRMFieldId | integer |
None. |
|
| StringValue | string |
None. |
|
| DateValue | date |
None. |
|
| DecimalValue | decimal number |
None. |
|
| Label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StoreID": "sample string 1",
"CustomerNo": "sample string 2",
"CRMFieldId": 3,
"StringValue": "sample string 4",
"DateValue": "2025-12-06T05:44:30.4054873+01:00",
"DecimalValue": 1.0,
"Label": "sample string 5"
},
{
"StoreID": "sample string 1",
"CustomerNo": "sample string 2",
"CRMFieldId": 3,
"StringValue": "sample string 4",
"DateValue": "2025-12-06T05:44:30.4054873+01:00",
"DecimalValue": 1.0,
"Label": "sample string 5"
}
]
text/html
Sample:
[{"StoreID":"sample string 1","CustomerNo":"sample string 2","CRMFieldId":3,"StringValue":"sample string 4","DateValue":"2025-12-06T05:44:30.4054873+01:00","DecimalValue":1.0,"Label":"sample string 5"},{"StoreID":"sample string 1","CustomerNo":"sample string 2","CRMFieldId":3,"StringValue":"sample string 4","DateValue":"2025-12-06T05:44:30.4054873+01:00","DecimalValue":1.0,"Label":"sample string 5"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<StoreID>sample string 1</StoreID>
<CustomerNo>sample string 2</CustomerNo>
<CRMFieldId>3</CRMFieldId>
<StringValue>sample string 4</StringValue>
<DateValue>2025-12-06T05:44:30.4054873+01:00</DateValue>
<DecimalValue>1</DecimalValue>
<Label>sample string 5</Label>
</Data>
<Data>
<StoreID>sample string 1</StoreID>
<CustomerNo>sample string 2</CustomerNo>
<CRMFieldId>3</CRMFieldId>
<StringValue>sample string 4</StringValue>
<DateValue>2025-12-06T05:44:30.4054873+01:00</DateValue>
<DecimalValue>1</DecimalValue>
<Label>sample string 5</Label>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.