Skip to content

Commit

Permalink
RAIN-3414 updated params pi.status (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
geetha-egov authored Jan 10, 2022
1 parent 199ac18 commit 510ff1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion egov-searcher/inboxBPASearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ SearchDefinitions:
- name: pi.businessservice
isMandatory: false
jsonPath: $.searchCriteria.businessservice
- name: pi.status
isMandatory: false
jsonPath: $.searchCriteria.status


output:
Expand Down Expand Up @@ -428,8 +431,11 @@ SearchDefinitions:
- name: pi.businessservice
isMandatory: false
jsonPath: $.searchCriteria.businessservice
- name: pi.status
isMandatory: false
jsonPath: $.searchCriteria.status

output:
jsonFormat: {"ResponseInfo": {},"BPA": {}}
outJsonPath: $.BPA
responseInfoPath: $.ResponseInfo
responseInfoPath: $.ResponseInfo

0 comments on commit 510ff1c

Please sign in to comment.