Skip to content

Commit

Permalink
Updated input format
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch committed Nov 25, 2024
1 parent 705fa7d commit 1b8b1d2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ You can test the creation of a file list ARS662 by following these steps.
"classification": "654321-10",
"file": "",
"opr": true,
"startDate": "01-01-2024",
"endDate": "12-31-2024",
"soDate": "02-01-2024",
"fdDate": "12-01-2024"
"startDate": "2024/01/01",
"endDate": "2024/12/31",
"soDate": "2024/02/01",
"fdDate": "2024/12/01"
},
"D:/test/Folder2": {
"schedule": "654321",
"classification": "123456-20",
"file": "",
"opr": false,
"startDate": "03-01-2024",
"endDate": "11-30-2024",
"soDate": "04-01-2024",
"fdDate": "10-31-2024"
"startDate": "2024/01/01",
"endDate": "2024/12/31",
"soDate": "2024/02/01",
"fdDate": "2024/12/01"
}
},
"files": {
Expand Down Expand Up @@ -112,20 +112,20 @@ curl -X POST http://localhost:3200/filelist/test \
"classification": "654321-10",
"file": "",
"opr": true,
"startDate": "01-01-2024",
"endDate": "12-31-2024",
"soDate": "02-01-2024",
"fdDate": "12-01-2024"
"startDate": "2024/01/01",
"endDate": "2024/12/31",
"soDate": "2024/02/01",
"fdDate": "2024/12/01"
},
"D:/test/Folder2": {
"schedule": "654321",
"classification": "123456-20",
"file": "",
"opr": false,
"startDate": "03-01-2024",
"endDate": "11-30-2024",
"soDate": "04-01-2024",
"fdDate": "10-31-2024"
"startDate": "2024/01/01",
"endDate": "2024/12/31",
"soDate": "2024/02/01",
"fdDate": "2024/12/01"
}
},
"files": {
Expand Down

0 comments on commit 1b8b1d2

Please sign in to comment.