elixForms API v2
- remove unwanted variables from collection environment
This commit is contained in:
@@ -21,6 +21,9 @@ http:
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: elixSetAcquiredAppointmentDate
|
||||
value: ""
|
||||
scripts:
|
||||
- type: before-request
|
||||
code: bru.setVar("elixSetAcquiredAppointmentDate", JSON.stringify(new Date().toISOString()));
|
||||
|
||||
@@ -32,6 +32,9 @@ http:
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: elixRequestCloningDate
|
||||
value: ""
|
||||
scripts:
|
||||
- type: before-request
|
||||
code: |-
|
||||
|
||||
@@ -29,6 +29,9 @@ http:
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: elixReopeningNotificationDate
|
||||
value: ""
|
||||
scripts:
|
||||
- type: before-request
|
||||
code: |-
|
||||
|
||||
+3
@@ -43,6 +43,9 @@ http:
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: elixFormalCommunicationDate
|
||||
value: ""
|
||||
scripts:
|
||||
- type: before-request
|
||||
code: |-
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ http:
|
||||
"userContext": {
|
||||
"lang": "IT",
|
||||
"crlf": "\r\n",
|
||||
"codiciFiscaliAmmessi": ";MMMPPL74T17E463A;;"
|
||||
"codiciFiscaliAmmessi": ";;MMMPPL74T17E463A;;"
|
||||
}
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
@@ -3,13 +3,19 @@ color: "#2E8A54"
|
||||
variables:
|
||||
- name: elixFormsApiUrl
|
||||
value: https://procedure.unipr.it/eF/services/api
|
||||
description: ""
|
||||
- name: elixFormsApiUsername
|
||||
value: "{{process.env.elixFormsApiUsername}}"
|
||||
- name: elixRegisterResultColumns
|
||||
value: ""
|
||||
description: ""
|
||||
- name: elixFormsWsAuthenticationToken
|
||||
value: "{{process.env.elixFormsWsAuthenticationToken}}"
|
||||
description: ""
|
||||
- name: elixFormsApiUrl_Default
|
||||
value: https://procedure.unipr.it/eF/api
|
||||
description: ""
|
||||
- name: elixFormsApiPassword
|
||||
value: "{{process.env.elixFormsApiPassword}}"
|
||||
description: ""
|
||||
- name: elixFormsRootUrl
|
||||
value: https://procedure.unipr.it
|
||||
description: ""
|
||||
|
||||
@@ -21,12 +21,6 @@ request:
|
||||
variables:
|
||||
- name: elixFormsApiAuthToken
|
||||
value: ""
|
||||
- name: elixRequestCloningDate
|
||||
value: ""
|
||||
- name: elixFormalCommunicationDate
|
||||
value: ""
|
||||
- name: elixSetAcquiredAppointmentDate
|
||||
value: ""
|
||||
- name: elixBase64EftlDocument
|
||||
value: ""
|
||||
scripts:
|
||||
|
||||
Reference in New Issue
Block a user