Regression Testing Legal API - SP Scenarios
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
**TODOs**
- [ ] Validate legal name is populating correctly for SPs in business response
- [ ] validate ones in modernization and ones previously brought over from COLIN
- [ ] Validate operating name is correct. This will be in the `alternateNames` field returned in the business response
- [ ] validate all fields in alternate names
- [ ] Validate specific SP scenarios
- [ ] SP individual
- [ ] SP DBA LEAR
- [ ] SP DBA COLIN
previous business response
```
{
"business": {
"identifier": "FM0554669",
"legalType": "SP",
"legalName": "BOOTS LOWBED LOG HAUL - IMPORT_TEST",
...
}
}
```
new business response
```
{
"business": {
"identifier": "FM0554669",
"legalType": "SP",
"legalName": "FIRST_NAME MIDDLE_NAME LAST_NAME",
"alternateNames": [
{
"entityType": "SP",
"identifier": "FM0554669",
"nameRegisteredDate": "2011-04-14T22:50:14+00:00",
"nameStartDate": "2011-04-14",
"operatingName": "BOOTS LOWBED LOG HAUL - IMPORT_TEST"
}
],
...
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.