-
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 4, CFAMX 2019R4 Sprint 5
-
SCRUM Team:Brotherhood of Mutants
-
Story Points:5
-
Work Type Classification:Sustaining
Story
As an Operator performing my End of Month in InFORM, I would like the Inventory Cost Detail Payload to be a REST endpoint instead of a SOAP endpoint.
Details
The Post method going to DEV: https://dev.ext.services.cfahome.com/eom-api/v1/inventory-details will be changed from a SOAP endpoint to a REST endpoint.
Ticket requested by InFORM development and approved by Chick-fil-A. The request was made so all endpoints are using REST. (email July 23rd and 25th)
Payload
{
"locationNumber":"01919",
"itemCountDate":"2017-02-01",
"itemCountDetails":[
,
,
{ "inventoryItemId":3, "costEffectiveDate":"2017-02-03", "atomicCurrentCost":3, "itemCount":3, "extendedCost":3 } ]
}
Acceptance Criteria
Confirm the Inventory Cost Detail payload is being sent to https://dev.ext.services.cfahome.com/eom-api/v1/inventory-details as REST.
- implements
-
CFAMX-3997 EOM - R4 - Month End Web Services Integration
- Closed