Skip to content

Commit

Permalink
* remove qa-api and only having options for person that are needed fo…
Browse files Browse the repository at this point in the history
…r ecbsv (#27)

Co-authored-by: llo <[email protected]>
  • Loading branch information
lolliopps and llopps authored Nov 8, 2024
1 parent 6d89f0b commit 939e82c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion _api/order/order_detailedblj.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ Example:
"Code": "U001",
"Description": "Unserviceable"
},
"Ref": "https://qa-api.pointservices.com/riskinsight-services-ws/resources/v1/sami/0000000000011038341"
"Ref": "https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/0000000000011038341"
}
```
25 changes: 7 additions & 18 deletions _api/order/order_ssaform89ecbsv.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,13 @@ curl -X POST "${url}"
##### Terms.Term.personOrPropertyOrParticipant.Person
<div class="datatable-begin"></div>

| Property | Description | Type |
|------------------|-------------------------------------------------------------------------------------------|---------|
| DOB | (optional) Date of Birth -- in the `MM/DD/YYYY` format | string |
| FirstName | (mandatory) First name of the person | string |
| MiddleName | (optional) Middle name of the person | string |
| LastName | (mandatory) Last name of the person | string |
| HomePhone | (optional) Home phone number | string |
| SSN | (mandatory) Social Security Number of the person | string |
| | (mandatory) Residences.Residence | |
| CurrentIndicator | (mandatory) Indicates whether the address is the current place of residence. | boolean |
| | (mandatory) Residences.Residence.Address | |
| AddressLine1 | (mandatory) Line1 of the residence of a person | string |
| City | (mandatory) City of the residence of a person | string |
| State | (mandatory) State of the residence of a person. 2-character code indicating which state. | string |
| PostalCode | (mandatory) 5 digit zip code of the residence. | string |
| | (optional) ConsentTokens.ConsentToken | |
| Type | (optional) Consent token type | string |
| Value | (optional) Consent token value | string |
| Property | Description | Type |
|------------------|---------------------------------------------------------|---------|
| DOB | (mandatory) Date of Birth -- in the `MM/DD/YYYY` format | string |
| FirstName | (mandatory) First name of the person | string |
| MiddleName | (optional) Middle name of the person | string |
| LastName | (mandatory) Last name of the person | string |
| SSN | (mandatory) Social Security Number of the person | string |

<div class="datatable-end"></div>

Expand Down
2 changes: 1 addition & 1 deletion _developer_guides/orders/DetailedBLJ.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Check the `Messages.Message.Description` for more details on how to correct.
<Code>U001</Code>
<Description>Unserviceable</Description>
</Status>
<Ref>https://qa-api.pointservices.com/riskinsight-services-ws/resources/v1/sami/0000000000010129045</Ref>
<Ref>https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/0000000000010129045</Ref>
</Sami>

```
Expand Down
2 changes: 1 addition & 1 deletion _developer_guides/orders/SSAForm89ECBSV.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/
"Code": "U001",
"Description": "Unserviceable"
},
"Ref": "https://qa-api.pointservices.com/riskinsight-services-ws/resources/v1/sami/0000000000011038392"
"Ref": "https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/0000000000011038392"
}
```

Expand Down

0 comments on commit 939e82c

Please sign in to comment.