Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
llopps committed Feb 6, 2025
1 parent 35030aa commit e26816c
Show file tree
Hide file tree
Showing 7 changed files with 636 additions and 531 deletions.
5 changes: 3 additions & 2 deletions _api/order/enums/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Order
title: Enums
layout: api_ref
nav_order: 5
nav_order: 90
has_children: true
parent: Order
---
3 changes: 2 additions & 1 deletion _api/order/enums/messagedef.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
title: Message
layout: api_ref
nav_order: 89
parent: Order
parent: Enums
datatable: true
---

#### Result Messages

List of Message codes.
Expand Down
39 changes: 39 additions & 0 deletions _api/order/enums/types_employer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Employer Enums
layout: api_ref
nav_order: 89
parent: Enums
datatable: true
---

List of Special Employer Names that do not require a phone number or address.

| Employer Name |
|---------------------------------|
| 0 |
| 99 |
| 711 |
| 999 |
| 99999 |
| Disabled |
| Housewife |
| House Wife |
| Homemaker |
| Home Maker |
| NA |
| N/A |
| None |
| Retired |
| Retirement |
| SS Disability |
| SSI/DISABILITY |
| Unemployed |
| RETIRED- PENSION |
| RETIRED SOCIAL SECURITY |
| Retired SSI |
| Retired United States Air Force |
| RETIRED US MILITARY |
| RETIRED US POST OFFICE |
| retired/disabled |
| RETIRED/SOCIAL SECURITY |
| Retired-Union |
283 changes: 200 additions & 83 deletions _api/order/order_adv.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _api/order/order_irs8821transcript.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Example:
}
```

For a complete list of possible [Message](/api/order/messagedef/)
For a complete list of possible [Message](/api/order/enums/messagedef/)



Expand Down
2 changes: 1 addition & 1 deletion _api/order/order_ssaform89ecbsv.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Example:
}
```

For a complete list of possible [Message](/api/order/messagedef/)
For a complete list of possible [Message](/api/order/enums/messagedef/)



833 changes: 390 additions & 443 deletions _developer_guides/orders/ADV.md

Large diffs are not rendered by default.

0 comments on commit e26816c

Please sign in to comment.