feat: begin working on Onspring worker
This commit is contained in:
@@ -19,5 +19,33 @@
|
||||
"DbOptions": {
|
||||
"DatabaseName": "SanctionsSearch.example.db",
|
||||
"RefreshIntervalInHours": 1
|
||||
},
|
||||
"OnspringOptions": {
|
||||
"BaseUrl": "https://api.onspring.com",
|
||||
"ApiKey": "000000ffffff000000ffffff/00000000-ffff-0000-ffff-000000000000",
|
||||
"SearchIntervalInMinutes": 1,
|
||||
"SearchRequestOptions": {
|
||||
"AppId": 949,
|
||||
"NameFieldId": 20946,
|
||||
"AddressFieldId": 20947,
|
||||
"CityFieldId": 20948,
|
||||
"StateFieldId": 20949,
|
||||
"ZipFieldId": 20967,
|
||||
"CountryFieldId": 20950,
|
||||
"StatusFieldId": 20964,
|
||||
"AwaitingProcessingStatusId": "3cea19f0-afae-4dac-ac5b-e6f5555659b3",
|
||||
"ProcessingStatusId": "597c3096-ab0e-4910-a7a9-98d149acee81",
|
||||
"ProcessedSuccessStatusId": "52eeaf52-7058-4c30-b147-2e36b78a8371",
|
||||
"ProcessedErrorStatusId": "ccf2651c-7f70-409c-adc1-b930ab24be6d",
|
||||
"ErrorFieldId": 20968
|
||||
},
|
||||
"SearchResultOptions": {
|
||||
"AppId": 950,
|
||||
"SearchRequestFieldId": 20962,
|
||||
"NameFieldId": 20958,
|
||||
"AddressFieldId": 20959,
|
||||
"TypeFieldId": 20965,
|
||||
"ProgramsFieldId": 20966
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user