Action: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||
URL: | /api/v1/client/notifychange/get | |||||||||||||||||||||||||||||||||||||||||||||||||||
Description: | Fetch Client Notify Change records based on Generation Date | |||||||||||||||||||||||||||||||||||||||||||||||||||
Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | Date | Date | Data Feed Date / Generation Date | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||
Return Data: |
Json or XML collection of Client Notify Change records [{ "DataFeedID": 55, "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "Area": 1, "AreaName": "Match Discounted", "DataFeedDate": "2024-11-21 00:00:00", "Notify": true, "Deleted": false, "RecordChanged": true, "ClassificationChanged": false, "NameChanged": false, "DateChanged": true, "AddressChanged": true, "CountryChanged": false "UserGroupID": "203" "UserGroupName": "Handler Group" "UserID": "105" "UserName": "Fred Jones" }] |
|
Action: | GET RANGE | |||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||
URL: | /api/v1/client/notifychange/getrange | |||||||||||||||||||||||||||||||||||||||||||||||||||
Description: | Fetch Client Notify Change records based on a range of Generation Dates | |||||||||||||||||||||||||||||||||||||||||||||||||||
Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | StartDate | Date | Start Date | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | EndDate | Date | End Date | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||
Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||
Return Data: |
Json or XML collection of Client Notify Change records [{ "DataFeedID": 55, "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "Area": 1, "AreaName": "Match Discounted", "DataFeedDate": "2024-11-21 00:00:00", "Notify": true, "Deleted": false, "RecordChanged": true, "ClassificationChanged": false, "NameChanged": false, "DateChanged": true, "AddressChanged": true, "CountryChanged": false "UserGroupID": "203" "UserGroupName": "Handler Group" "UserID": "105" "UserName": "Fred Jones" }] |
|