GET api/Customer/All/V2?clientId={clientId}&lastChanged={lastChanged}&maxRows={maxRows}&afterCustomerNo={afterCustomerNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
None. |
|
| lastChanged | date |
None. |
|
| maxRows | integer |
None. |
|
| afterCustomerNo | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerV2| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| customerNo | integer |
None. |
|
| name | string |
None. |
|
| address1 | string |
None. |
|
| postalNo | string |
None. |
|
| emailAddress | string |
None. |
|
| mobilePhone | string |
None. |
|
| customerPriceGroup1 | integer |
None. |
|
| customerPriceGroup2 | integer |
None. |
|
| customerPriceGroup3 | integer |
None. |
|
| creditLimit | decimal number |
None. |
|
| creditDenied | boolean |
None. |
|
| createdDateTime | date |
None. |
|
| createdByUser | string |
None. |
|
| changedDateTime | date |
None. |
|
| changedByUser | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"customerNo": 1,
"name": "sample string 2",
"address1": "sample string 3",
"postalNo": "sample string 4",
"emailAddress": "sample string 5",
"mobilePhone": "sample string 6",
"customerPriceGroup1": 1,
"customerPriceGroup2": 1,
"customerPriceGroup3": 1,
"creditLimit": 1.0,
"creditDenied": true,
"createdDateTime": "2025-11-29T15:10:06.4352793+01:00",
"createdByUser": "sample string 8",
"changedDateTime": "2025-11-29T15:10:06.4352793+01:00",
"changedByUser": "sample string 10"
},
{
"id": 1,
"customerNo": 1,
"name": "sample string 2",
"address1": "sample string 3",
"postalNo": "sample string 4",
"emailAddress": "sample string 5",
"mobilePhone": "sample string 6",
"customerPriceGroup1": 1,
"customerPriceGroup2": 1,
"customerPriceGroup3": 1,
"creditLimit": 1.0,
"creditDenied": true,
"createdDateTime": "2025-11-29T15:10:06.4352793+01:00",
"createdByUser": "sample string 8",
"changedDateTime": "2025-11-29T15:10:06.4352793+01:00",
"changedByUser": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CustomerV2>
<id>1</id>
<customerNo>1</customerNo>
<name>sample string 2</name>
<address1>sample string 3</address1>
<postalNo>sample string 4</postalNo>
<emailAddress>sample string 5</emailAddress>
<mobilePhone>sample string 6</mobilePhone>
<customerPriceGroup1>1</customerPriceGroup1>
<customerPriceGroup2>1</customerPriceGroup2>
<customerPriceGroup3>1</customerPriceGroup3>
<creditLimit>1</creditLimit>
<creditDenied>true</creditDenied>
<createdDateTime>2025-11-29T15:10:06.4352793+01:00</createdDateTime>
<createdByUser>sample string 8</createdByUser>
<changedDateTime>2025-11-29T15:10:06.4352793+01:00</changedDateTime>
<changedByUser>sample string 10</changedByUser>
</CustomerV2>
<CustomerV2>
<id>1</id>
<customerNo>1</customerNo>
<name>sample string 2</name>
<address1>sample string 3</address1>
<postalNo>sample string 4</postalNo>
<emailAddress>sample string 5</emailAddress>
<mobilePhone>sample string 6</mobilePhone>
<customerPriceGroup1>1</customerPriceGroup1>
<customerPriceGroup2>1</customerPriceGroup2>
<customerPriceGroup3>1</customerPriceGroup3>
<creditLimit>1</creditLimit>
<creditDenied>true</creditDenied>
<createdDateTime>2025-11-29T15:10:06.4352793+01:00</createdDateTime>
<createdByUser>sample string 8</createdByUser>
<changedDateTime>2025-11-29T15:10:06.4352793+01:00</changedDateTime>
<changedByUser>sample string 10</changedByUser>
</CustomerV2>
</ArrayOfCustomerV2>