Skip to content

Commit

Permalink
Merge pull request #25 from pitchpoint-solutions/feature/rm/correctin…
Browse files Browse the repository at this point in the history
…g-the-url-for-irs8821

adding sami to the url
  • Loading branch information
lolliopps authored Nov 6, 2024
2 parents 6298ac8 + a5585d1 commit c40c616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _api/order/order_irs8821transcript.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Get the URL from your Pitchpoint Account Representative of where you should be s


```bash
url="https://api.pointservices.com/riskinsight-services-ws/resources/v1/IRS8821Transcript/PDF-001"
url="https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/IRS8821Transcript/PDF-001"
# use the `base64` program to encode the pdf file in base64
file=$( base64 -i test-pdf.pdf )
data='{
Expand Down
6 changes: 3 additions & 3 deletions _developer_guides/orders/IRS8821Transcript.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following example orders a W-2 - Employee Earnings transcript for an individ


```bash
curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/IRS8821Transcript/PDF-001
curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/IRS8821Transcript/PDF-001
-H "Authorization: Bearer your_access_token_here"
-H "Content-Type: application/json"
-d '{
Expand Down Expand Up @@ -283,7 +283,7 @@ jq -r '.Attachments.Attachment[] | select(.Classifier == "report") | .Document'
The following example demonstrates how to order a W-2 - Employee Earnings transcript for a company for the years 2023 and 2022.

```bash
curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/IRS8821Transcript/PDF-001
curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/IRS8821Transcript/PDF-001
-H "Authorization: Bearer your_access_token_here"
-H "Content-Type: application/json"
-d '{
Expand Down Expand Up @@ -429,7 +429,7 @@ curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/
This would order a W-2 - Employee Earnings transcript for a Company for the years 2023, and 2022

```bash
curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/IRS8821Transcript/PDF-001
curl -X POST https://api.pointservices.com/riskinsight-services-ws/resources/v1/sami/IRS8821Transcript/PDF-001
-H "Authorization: Bearer your_access_token_here"
-H "Content-Type: application/json"
-d '{
Expand Down

0 comments on commit c40c616

Please sign in to comment.