You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/compact-connect/docs/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Export your license data to a CSV file, formatted as follows:
31
31
- String lengths are enforced - exceeding them will cause validation errors
32
32
- Some fields have a set list of allowed values. For those fields, make sure to enter the value exactly, including
33
33
spacing and capitalization
34
+
- SSNs must be unique within a single CSV upload file. Do not include multiple rows with the same `ssn` in one file. If duplicate SSNs are sent within the same file, the first row will be processed, but all other duplicate rows will be rejected.
Copy file name to clipboardExpand all lines: backend/compact-connect/docs/it_staff_onboarding_instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,8 @@ For your convenience, use of this feature is included in the [Postman Collection
240
240
-`licenseType` must match exactly with one of the valid types for the specified compact
241
241
- All date fields must use the `YYYY-MM-DD` format
242
242
- The API does not accept `null` values. For optional fields with no value, omit the field or leave it empty in CSV.
243
+
- For CSV uploads, SSNs must be unique within a single file. Do not include multiple rows with the same `ssn` in one upload. If duplicate SSNs are sent within the same file, the first row will be processed, but all other duplicate rows will be rejected.
244
+
- For JSON uploads, SSNs must be unique within a single request payload (array). Do not include duplicate `ssn` values in the same batch. Attempting to do so will cause the entire request to be rejected.
0 commit comments