GET api/Customers/GetCustomerCustomProperties?CustomerID={CustomerID}&PropertyName={PropertyName}&PropertyType={PropertyType}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 CustomerCustomProperties
NameDescriptionTypeAdditional 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>2024-04-26T22:51:43.6580335+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>2024-04-26T22:51:43.6580335+02:00</InsUpdDate>
  </CustomerCustomProperties>
</ArrayOfCustomerCustomProperties>