GET api/Customer/AuditCustomer/ByDate?startDate={startDate}&endDate={endDate}
This API method will allow you to get customer sponsor and email changes based on specified date range.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IAuditCustomerViewModelName | Description | Type | Additional information |
---|---|---|---|
CustomerDID | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
PreSponsorID | string |
None. |
|
PostSponsorID | string |
None. |
|
PreEmailAddress | string |
None. |
|
PostEmailAddress | string |
None. |
|
PreDateLastModified | date |
None. |
|
PostDateLastModified | date |
None. |
|
DateRecorded | date |
None. |
|
CustomerTypeID_Pre | string |
None. |
|
CustomerTypeID_Post | string |
None. |
|
StatusTypeID_Pre | integer |
None. |
|
StatusTypeID_Post | integer |
None. |
|
AccountNumber_Pre | string |
None. |
|
AccountNumber_Post | string |
None. |
|
TaxID_Pre | string |
None. |
|
TaxID_Post | string |
None. |
|
BillStreet1_Pre | string |
None. |
|
BillStreet1_Post | string |
None. |
|
BillStreet2_Pre | string |
None. |
|
BillStreet2_Post | string |
None. |
|
BillCity_Pre | string |
None. |
|
BillCity_Post | string |
None. |
|
BillState_Pre | string |
None. |
|
BillState_Post | string |
None. |
|
BillPostalCode_Pre | string |
None. |
|
BillPostalCode_Post | string |
None. |
|
BillCountry_Pre | string |
None. |
|
BillCountry_Post | string |
None. |
|
ShipStreet1_Pre | string |
None. |
|
ShipStreet1_Post | string |
None. |
|
ShipStreet2_Pre | string |
None. |
|
ShipStreet2_Post | string |
None. |
|
ShipCity_Pre | string |
None. |
|
ShipCity_Post | string |
None. |
|
ShipState_Pre | string |
None. |
|
ShipState_Post | string |
None. |
|
ShipPostalCode_Pre | string |
None. |
|
ShipPostalCode_Post | string |
None. |
|
ShipCountry_Pre | string |
None. |
|
ShipCountry_Post | string |
None. |
|
AppDate_Pre | string |
None. |
|
AppDate_Post | string |
None. |
|
LastModifiedBy_Pre | string |
None. |
|
LastModifiedBy_Post | string |
None. |
|
LastModifiedBy_Altered | integer |
None. |
|
ReferCustomerID_Pre | string |
None. |
|
ReferCustomerID_Post | string |
None. |
|
TaxID_PreMask | string |
None. |
|
TaxID_PostMask | string |
None. |
|
FirstName_Pre | string |
None. |
|
FirstName_Post | string |
None. |
|
LastName_Pre | string |
None. |
|
LastName_Post | string |
None. |
|
PreferredCulture_Pre | integer |
None. |
|
PreferredCulture_Post | integer |
None. |
|
DateOfBirth_Pre | date |
None. |
|
DateOfBirth_Post | date |
None. |
|
Phone1_Pre | string |
None. |
|
Phone1_Post | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.