GET api/PreferredCustomers?minLastChange={minLastChange}&isByPassErrorEmail={isByPassErrorEmail}
Gets a list of preferred customers.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
minLastChange |
The minimum date for which a record has last been changed or entered. Note: Optional. |
date |
None. |
isByPassErrorEmail | boolean |
Default value is False |
Body Parameters
None.
Request Formats
text/plain
Sample:
api/PreferredCustomers&minLastChange=2020-08-31
Response Information
Resource Description
JsonResultOfReturnDataName | Description | Type | Additional information |
---|---|---|---|
Content | ReturnData |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json
Sample:
{ "IsSucceeded":true, "State":"Succeeded", "Message":"", "Count":376, "Result":[ { "CustId":"000206", "CoName":"Amazon Hose & Rubber Company", "Address1":"1001 Nw 159Th Dr", "Address2":"", "City":"Miami", "State":"FL", "ZipCode":"331695805", "Phone":"3056204313", "Fax":"4076490078" }, ... ] }
text/json
Sample:
Sample not available.