GET api/Customers/GetCustomerCustomProperties?CustomerID={CustomerID}&PropertyName={PropertyName}&PropertyType={PropertyType}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerID | string |
None. |
|
PropertyName | string |
None. |
|
PropertyType | string |
None. |
|
RequestType | sqRequestType |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
RecordDtModifiedFrom | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerCustomPropertiesName | Description | Type | Additional information |
---|---|---|---|
CustomerID | string |
None. |
|
PropertyName | string |
None. |
|
PropertyValue | string |
None. |
|
PropertyNote | string |
None. |
|
PropertyType | string |
None. |
|
PropertyContactTypeID | string |
None. |
|
PropertyContactInTypeID | integer |
None. |
|
PropertyNote2 | string |
None. |
|
PropertSetOfValues | string |
None. |
|
InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfCustomerCustomProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerCustomProperties> <CustomerID>sample string 1</CustomerID> <PropertyName>sample string 2</PropertyName> <PropertyValue>sample string 3</PropertyValue> <PropertyNote>sample string 4</PropertyNote> <PropertyType>sample string 5</PropertyType> <PropertyContactTypeID>sample string 6</PropertyContactTypeID> <PropertyContactInTypeID>1</PropertyContactInTypeID> <PropertyNote2>sample string 7</PropertyNote2> <PropertSetOfValues>sample string 8</PropertSetOfValues> <InsUpdDate>2023-06-06T22:30:40.9349446+02:00</InsUpdDate> </CustomerCustomProperties> <CustomerCustomProperties> <CustomerID>sample string 1</CustomerID> <PropertyName>sample string 2</PropertyName> <PropertyValue>sample string 3</PropertyValue> <PropertyNote>sample string 4</PropertyNote> <PropertyType>sample string 5</PropertyType> <PropertyContactTypeID>sample string 6</PropertyContactTypeID> <PropertyContactInTypeID>1</PropertyContactInTypeID> <PropertyNote2>sample string 7</PropertyNote2> <PropertSetOfValues>sample string 8</PropertSetOfValues> <InsUpdDate>2023-06-06T22:30:40.9349446+02:00</InsUpdDate> </CustomerCustomProperties> </ArrayOfCustomerCustomProperties>