GET api/v2/Customers?token={token}&Sequence_id={Sequence_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| Sequence_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Customers| Name | Description | Type | Additional information |
|---|---|---|---|
| UserLogin | string |
None. |
|
| CUSTNMBR | string |
None. |
|
| TXRGNNUM | string |
None. |
|
| CUSTNAME | string |
None. |
|
| ADDRESS | string |
None. |
|
| PHONE1 | string |
None. |
|
| PHONE2 | string |
None. |
|
| SALESTERR | string |
None. |
|
| INACTIVE | boolean |
None. |
|
| IsNew | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| GROUPTAG | string |
None. |
|
| string |
None. |
||
| PYMTRMID | string |
None. |
|
| CRLMTAMT | decimal number |
None. |
|
| Deallocated | boolean |
None. |
|
| SaldoAcumulado | decimal number |
None. |
|
| SaldoTestigo | decimal number |
None. |
|
| PRCLEVEL | string |
None. |
|
| sequence_id | integer |
None. |
|
| avatar_id | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserLogin": "sample string 1",
"CUSTNMBR": "sample string 2",
"TXRGNNUM": "sample string 3",
"CUSTNAME": "sample string 4",
"ADDRESS": "sample string 5",
"PHONE1": "sample string 6",
"PHONE2": "sample string 7",
"SALESTERR": "sample string 8",
"INACTIVE": true,
"IsNew": true,
"CreatedDate": "2025-12-05T23:43:00.4885948-04:00",
"ModifiedDate": "2025-12-05T23:43:00.4885948-04:00",
"GROUPTAG": "sample string 9",
"EMAIL": "sample string 10",
"PYMTRMID": "sample string 11",
"CRLMTAMT": 1.0,
"Deallocated": true,
"SaldoAcumulado": 1.0,
"SaldoTestigo": 1.0,
"PRCLEVEL": "sample string 12",
"sequence_id": 1,
"avatar_id": "sample string 13"
},
{
"UserLogin": "sample string 1",
"CUSTNMBR": "sample string 2",
"TXRGNNUM": "sample string 3",
"CUSTNAME": "sample string 4",
"ADDRESS": "sample string 5",
"PHONE1": "sample string 6",
"PHONE2": "sample string 7",
"SALESTERR": "sample string 8",
"INACTIVE": true,
"IsNew": true,
"CreatedDate": "2025-12-05T23:43:00.4885948-04:00",
"ModifiedDate": "2025-12-05T23:43:00.4885948-04:00",
"GROUPTAG": "sample string 9",
"EMAIL": "sample string 10",
"PYMTRMID": "sample string 11",
"CRLMTAMT": 1.0,
"Deallocated": true,
"SaldoAcumulado": 1.0,
"SaldoTestigo": 1.0,
"PRCLEVEL": "sample string 12",
"sequence_id": 1,
"avatar_id": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models">
<Customers>
<ADDRESS>sample string 5</ADDRESS>
<CRLMTAMT>1</CRLMTAMT>
<CUSTNAME>sample string 4</CUSTNAME>
<CUSTNMBR>sample string 2</CUSTNMBR>
<CreatedDate>2025-12-05T23:43:00.4885948-04:00</CreatedDate>
<Deallocated>true</Deallocated>
<EMAIL>sample string 10</EMAIL>
<GROUPTAG>sample string 9</GROUPTAG>
<INACTIVE>true</INACTIVE>
<IsNew>true</IsNew>
<ModifiedDate>2025-12-05T23:43:00.4885948-04:00</ModifiedDate>
<PHONE1>sample string 6</PHONE1>
<PHONE2>sample string 7</PHONE2>
<PRCLEVEL>sample string 12</PRCLEVEL>
<PYMTRMID>sample string 11</PYMTRMID>
<SALESTERR>sample string 8</SALESTERR>
<SaldoAcumulado>1</SaldoAcumulado>
<SaldoTestigo>1</SaldoTestigo>
<TXRGNNUM>sample string 3</TXRGNNUM>
<UserLogin>sample string 1</UserLogin>
<avatar_id>sample string 13</avatar_id>
<sequence_id>1</sequence_id>
</Customers>
<Customers>
<ADDRESS>sample string 5</ADDRESS>
<CRLMTAMT>1</CRLMTAMT>
<CUSTNAME>sample string 4</CUSTNAME>
<CUSTNMBR>sample string 2</CUSTNMBR>
<CreatedDate>2025-12-05T23:43:00.4885948-04:00</CreatedDate>
<Deallocated>true</Deallocated>
<EMAIL>sample string 10</EMAIL>
<GROUPTAG>sample string 9</GROUPTAG>
<INACTIVE>true</INACTIVE>
<IsNew>true</IsNew>
<ModifiedDate>2025-12-05T23:43:00.4885948-04:00</ModifiedDate>
<PHONE1>sample string 6</PHONE1>
<PHONE2>sample string 7</PHONE2>
<PRCLEVEL>sample string 12</PRCLEVEL>
<PYMTRMID>sample string 11</PYMTRMID>
<SALESTERR>sample string 8</SALESTERR>
<SaldoAcumulado>1</SaldoAcumulado>
<SaldoTestigo>1</SaldoTestigo>
<TXRGNNUM>sample string 3</TXRGNNUM>
<UserLogin>sample string 1</UserLogin>
<avatar_id>sample string 13</avatar_id>
<sequence_id>1</sequence_id>
</Customers>
</ArrayOfCustomers>