Skip to content

Commit

Permalink
fix(impl): [#199] Correct IRS collection for PUT policies request
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Mar 28, 2024
1 parent 8397352 commit a87a67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/testing/request-collection/IRS_Request_Collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
"modified": 1711099840007,
"created": 1693576003390,
"url": "{{IRS_HOST}}/irs/policies",
"name": "Update policy",
"name": "Update policies",
"description": "",
"method": "PUT",
"body": {
"mimeType": "application/json",
"text": "{\n \"validUntil\": \"2025-12-12T23:59:59.999Z\",\n\t\"businessPartnerNumbers\": [\n\t\t\"BPNL00000001CRHK\"\n\t],\n\t\"policiesIds\": [\n\t\t\"policyId\"\n\t]\n}"
"text": "{\n \"validUntil\": \"2025-12-12T23:59:59.999Z\",\n\t\"businessPartnerNumbers\": [\n\t\t\"BPNL00000001CRHK\"\n\t],\n\t\"policyIds\": [\n\t\t\"policyId\"\n\t]\n}"
},
"parameters": [],
"headers": [
Expand Down

0 comments on commit a87a67a

Please sign in to comment.