Skip to content

Commit

Permalink
Merge pull request #575 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: postman
  • Loading branch information
ychung-mot authored Aug 29, 2024
2 parents 070f4d2 + 0abdb0d commit f4f0f6d
Showing 1 changed file with 43 additions and 48 deletions.
91 changes: 43 additions & 48 deletions postman/str-dss.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
{
"key": "File",
"type": "file",
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/listing files/takedown-2024-06.csv"
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/listing files/listing-valida-2024-06.csv"
}
]
},
Expand Down Expand Up @@ -827,15 +827,15 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{host}}/api/rentallistingreports/uploads/19/errorfile",
"raw": "{{host}}/api/rentallistingreports/uploads/65/errorfile",
"host": [
"{{host}}"
],
"path": [
"api",
"rentallistingreports",
"uploads",
"19",
"65",
"errorfile"
]
}
Expand Down Expand Up @@ -936,7 +936,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{host}}/api/rentallistings?blRequirement=false&lgId=&reassigned=false&takedownComplete=false&statuses=I,A&pageSize=10&pageNumber=1&orderBy=platformListingNo&direction=desc",
"raw": "{{host}}/api/rentallistings?orderBy=matchAddressTxt&listingId=1100002",
"host": [
"{{host}}"
],
Expand All @@ -945,41 +945,13 @@
"rentallistings"
],
"query": [
{
"key": "blRequirement",
"value": "false"
},
{
"key": "lgId",
"value": ""
},
{
"key": "reassigned",
"value": "false"
},
{
"key": "takedownComplete",
"value": "false"
},
{
"key": "statuses",
"value": "I,A"
},
{
"key": "pageSize",
"value": "10"
},
{
"key": "pageNumber",
"value": "1"
},
{
"key": "orderBy",
"value": "platformListingNo"
"value": "matchAddressTxt"
},
{
"key": "direction",
"value": "desc"
"key": "listingId",
"value": "1100002"
}
]
}
Expand Down Expand Up @@ -1316,7 +1288,7 @@
"response": []
},
{
"name": "Upload Biz License",
"name": "Upload Biz Licence",
"request": {
"method": "POST",
"header": [],
Expand All @@ -1331,25 +1303,25 @@
{
"key": "File",
"type": "file",
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/bl file/bl.csv"
"src": "/C:/Users/chungy/OneDrive - Advanced Solutions, a DXC Technology Company/Documents/STR/bl file/bl3 - error.csv"
}
]
},
"url": {
"raw": "{{host}}/api/bizlicenses",
"raw": "{{host}}/api/bizlicences",
"host": [
"{{host}}"
],
"path": [
"api",
"bizlicenses"
"bizlicences"
]
}
},
"response": []
},
{
"name": "biz license upload history",
"name": "biz licence upload history",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
Expand All @@ -1361,20 +1333,14 @@
"formdata": []
},
"url": {
"raw": "{{host}}/api/bizlicenses/uploadhistory?orgId=256",
"raw": "{{host}}/api/bizlicences/uploadhistory",
"host": [
"{{host}}"
],
"path": [
"api",
"bizlicenses",
"bizlicences",
"uploadhistory"
],
"query": [
{
"key": "orgId",
"value": "256"
}
]
}
},
Expand All @@ -1399,6 +1365,35 @@
}
},
"response": []
},
{
"name": "Get Listings Grouped",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{host}}/api/rentallistings/grouped?orderBy=effectiveBusinessLicenceNo&listingId=1100002",
"host": [
"{{host}}"
],
"path": [
"api",
"rentallistings",
"grouped"
],
"query": [
{
"key": "orderBy",
"value": "effectiveBusinessLicenceNo"
},
{
"key": "listingId",
"value": "1100002"
}
]
}
},
"response": []
}
],
"auth": {
Expand Down

0 comments on commit f4f0f6d

Please sign in to comment.