We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Facility To Group:
Api endpoint: /api/service/bulkAddFacilityToGroup
Payload:
{ "payload" : { "facilityList" : [ { "facilityGroupId" : "PICKUP", "facilityId" : "GENERAL_OPS_PARKING", "sequenceNum" : "1" }, { "facilityGroupId" : "PICKUP", "facilityId" : "REJECTED_ITM_PARKING", "sequenceNum" : "2" } ] } }
Bulk Update facility to Group
Api endpoint: /api/service/bulkUpdateFacilityToGroup
{ "payload" : { "facilityList" : [ { "facilityGroupId" : "PICKUP", "facilityId" : "CONFIGURATION", "fromDate" : "", "thruDate" : "" }, { "facilityGroupId" : "PICKUP", "facilityId" : "REJECTED_ITM_PARKING", "fromDate" : "", "thruDate" : "" } ] } }
The text was updated successfully, but these errors were encountered:
priyanshee1604
No branches or pull requests
What is the motivation for adding/enhancing this feature?
What are the acceptance criteria?
Can you complete this feature request by yourself?
Additional information
Add Facility To Group:
Api endpoint: /api/service/bulkAddFacilityToGroup
Payload:
Bulk Update facility to Group
Api endpoint: /api/service/bulkUpdateFacilityToGroup
Payload:
The text was updated successfully, but these errors were encountered: