Skip to content

Sage 200 Online Customer Price Band XML

Customer price bands show which customers are linked to which price bands. One customer can have multiple limited price bands, and one price band can be linked to many customers. Further information can be found on the Sage 200 Online Customer Price Band API Documentation.

Tasks

Fields for Download Only

id

Read Only
Customer price band record Id.

Type Example XML
integer(int64) 69141 <id>69141</id>

customer_id

Read Only
Customer Id.

Type Example XML
customer_id 27825 <customer_id>27825</customer_id>

price_band_id

Read Only
Price band record Id.

Type Example XML
price_band_id 37418 <price_band_id>37418</price_band_id>

date_time_created

Read Only
The date and time this entity was created (UTC).

Type Example XML
datetime 2021-08-11T08:51:27.61Z <date_time_created>2021-08-11T08:51:27.61Z</date_time_created>

date_time_updated

Read Only
The date and time this entity was last updated (UTC).

Type Example XML
datetime 2021-02-28T14:23:46.01Z <date_time_updated>2021-02-28T14:23:46.01Z</date_time_updated>

Example XML

<?xml version="1.0" encoding="utf-8"?>
<CustomerPriceBands xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerPriceBand>
    <id>69141</id>
    <customer_id>27825</customer_id>
    <price_band_id>37418</price_band_id>
    <date_time_created>2021-08-11T08:51:27.61Z</date_time_created>
    <date_time_updated>2021-02-28T14:23:46.01Z</date_time_updated>
  </CustomerPriceBand>
  <CustomerPriceBand>
    <id>86159</id>
    <customer_id>27825</customer_id>
    <price_band_id>86118</price_band_id>
    <date_time_created>2026-05-06T13:17:56.483Z</date_time_created>
    <date_time_updated>2026-05-06T13:17:56.483Z</date_time_updated>
  </CustomerPriceBand>
</CustomerPriceBands>