POST api/Customers/AddCustomerCustomProperties

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/xml, text/xml

Sample:
<CustomerCustomProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <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-25T18:31:09.3570228+02:00</InsUpdDate>
</CustomerCustomProperties>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CreateResult
NameDescriptionTypeAdditional information
Keys

Collection of EntityKeyField

None.

ResultCode

ExternalResultCode

None.

Errors

Collection of Error

None.

Response Formats

application/xml, text/xml

Sample:
<CreateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Keys>
    <Key>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </Key>
    <Key>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </Key>
  </Keys>
  <ResultCode>None</ResultCode>
  <Errors>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
  </Errors>
</CreateResult>