-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: CFA 2019R4
-
Component/s: Core
-
Labels:
-
Sprint:CFAMX 2019R4 Sprint 2, CFAMX 2019R4 Sprint 3
-
SCRUM Team:Brotherhood of Mutants
-
Work Type Classification:Sustaining
Story
As an Operator performing my End of Month, I would like Refills entered in the Refills section to be sent to Chick-fil-A
Add column to tbEndofMonthSection for storing endpoint URL, EOMExternalDataWebServicePost. Rename existing EOMExternalDataWebService column to EOMExternalDataWebServiceGet. (and change all underlying code)
Details
The Refills payload is part of the Survey POST Endpoint
API Endpoint
DEV: https://dev.ext.services.cfahome.com/eom-api/v1/survey/refills
Payload
locationNum - Restaurant Number
businessPeriod - period date in the YYYY-MM-DD format
question - EOM Section (refills in this case)
userGuid - from the Identity Import, should be Employee Number from tbuser
value - numeric value entered for the value
Acceptance Criteria
Confirm the survey end endpoint sends locationNum as part of it's payload
Confirm the survey end endpoint sends businessPeriod as part of it's payload
Confirm the survey end endpoint sends question as part of it's payload
Confirm the survey end endpoint sends userGuid as part of it's payload
Confirm the survey end endpoint sends value as part of it's payload
Note - url will be stored in tbEndOfMonthSection.EOMExternalDataWebService
- implements
-
CFAMX-3997 EOM - R4 - Month End Web Services Integration
- Closed
- relates to
-
CFAMX-5457 EOM - Refills - Posts sent multiple times after Multi-click on Save/Complete -
- Done