Skip to content

Commit f4f0f6d

Browse files
authored
Merge pull request #575 from bcgov/yj
chore: postman
2 parents 070f4d2 + 0abdb0d commit f4f0f6d

File tree

1 file changed

+43
-48
lines changed

1 file changed

+43
-48
lines changed

postman/str-dss.postman_collection.json

Lines changed: 43 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
{
733733
"key": "File",
734734
"type": "file",
735-
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/listing files/takedown-2024-06.csv"
735+
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/listing files/listing-valida-2024-06.csv"
736736
}
737737
]
738738
},
@@ -827,15 +827,15 @@
827827
"method": "GET",
828828
"header": [],
829829
"url": {
830-
"raw": "{{host}}/api/rentallistingreports/uploads/19/errorfile",
830+
"raw": "{{host}}/api/rentallistingreports/uploads/65/errorfile",
831831
"host": [
832832
"{{host}}"
833833
],
834834
"path": [
835835
"api",
836836
"rentallistingreports",
837837
"uploads",
838-
"19",
838+
"65",
839839
"errorfile"
840840
]
841841
}
@@ -936,7 +936,7 @@
936936
"method": "GET",
937937
"header": [],
938938
"url": {
939-
"raw": "{{host}}/api/rentallistings?blRequirement=false&lgId=&reassigned=false&takedownComplete=false&statuses=I,A&pageSize=10&pageNumber=1&orderBy=platformListingNo&direction=desc",
939+
"raw": "{{host}}/api/rentallistings?orderBy=matchAddressTxt&listingId=1100002",
940940
"host": [
941941
"{{host}}"
942942
],
@@ -945,41 +945,13 @@
945945
"rentallistings"
946946
],
947947
"query": [
948-
{
949-
"key": "blRequirement",
950-
"value": "false"
951-
},
952-
{
953-
"key": "lgId",
954-
"value": ""
955-
},
956-
{
957-
"key": "reassigned",
958-
"value": "false"
959-
},
960-
{
961-
"key": "takedownComplete",
962-
"value": "false"
963-
},
964-
{
965-
"key": "statuses",
966-
"value": "I,A"
967-
},
968-
{
969-
"key": "pageSize",
970-
"value": "10"
971-
},
972-
{
973-
"key": "pageNumber",
974-
"value": "1"
975-
},
976948
{
977949
"key": "orderBy",
978-
"value": "platformListingNo"
950+
"value": "matchAddressTxt"
979951
},
980952
{
981-
"key": "direction",
982-
"value": "desc"
953+
"key": "listingId",
954+
"value": "1100002"
983955
}
984956
]
985957
}
@@ -1316,7 +1288,7 @@
13161288
"response": []
13171289
},
13181290
{
1319-
"name": "Upload Biz License",
1291+
"name": "Upload Biz Licence",
13201292
"request": {
13211293
"method": "POST",
13221294
"header": [],
@@ -1331,25 +1303,25 @@
13311303
{
13321304
"key": "File",
13331305
"type": "file",
1334-
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/bl file/bl.csv"
1306+
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/bl file/bl3 - error.csv"
13351307
}
13361308
]
13371309
},
13381310
"url": {
1339-
"raw": "{{host}}/api/bizlicenses",
1311+
"raw": "{{host}}/api/bizlicences",
13401312
"host": [
13411313
"{{host}}"
13421314
],
13431315
"path": [
13441316
"api",
1345-
"bizlicenses"
1317+
"bizlicences"
13461318
]
13471319
}
13481320
},
13491321
"response": []
13501322
},
13511323
{
1352-
"name": "biz license upload history",
1324+
"name": "biz licence upload history",
13531325
"protocolProfileBehavior": {
13541326
"disableBodyPruning": true
13551327
},
@@ -1361,20 +1333,14 @@
13611333
"formdata": []
13621334
},
13631335
"url": {
1364-
"raw": "{{host}}/api/bizlicenses/uploadhistory?orgId=256",
1336+
"raw": "{{host}}/api/bizlicences/uploadhistory",
13651337
"host": [
13661338
"{{host}}"
13671339
],
13681340
"path": [
13691341
"api",
1370-
"bizlicenses",
1342+
"bizlicences",
13711343
"uploadhistory"
1372-
],
1373-
"query": [
1374-
{
1375-
"key": "orgId",
1376-
"value": "256"
1377-
}
13781344
]
13791345
}
13801346
},
@@ -1399,6 +1365,35 @@
13991365
}
14001366
},
14011367
"response": []
1368+
},
1369+
{
1370+
"name": "Get Listings Grouped",
1371+
"request": {
1372+
"method": "GET",
1373+
"header": [],
1374+
"url": {
1375+
"raw": "{{host}}/api/rentallistings/grouped?orderBy=effectiveBusinessLicenceNo&listingId=1100002",
1376+
"host": [
1377+
"{{host}}"
1378+
],
1379+
"path": [
1380+
"api",
1381+
"rentallistings",
1382+
"grouped"
1383+
],
1384+
"query": [
1385+
{
1386+
"key": "orderBy",
1387+
"value": "effectiveBusinessLicenceNo"
1388+
},
1389+
{
1390+
"key": "listingId",
1391+
"value": "1100002"
1392+
}
1393+
]
1394+
}
1395+
},
1396+
"response": []
14021397
}
14031398
],
14041399
"auth": {

0 commit comments

Comments
 (0)