You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Task Payload (PCS/OIC) doesnt work in ICS

edited Aug 23, 2018 5:07PM in Integration 2 comments

Content

When I trigger an endpoint such as /ic/api/process/v1/tasks/200002/payload I can get back either an XML or JSON response.  However, my form is built off a business object, and that business object has several child objects.  Therefore the JSON looks like

 

{

claim.claimLine

 

[

  •  
    {
    • claimLineNumbernull,
    • invoiceNumber"1754704",
    • lineAmount806.2,
    • lineTotal806.2,
    • partNumber"sdfaasss",
    • productType"128",
    • quantity1,
    • reasonCodenull,
    • serialNumber"1804232232320740"
    }

]

}

This throws an error when I use it as the response payload.  Also, the xml throws an error and so does the XSD I get from the export of the EXP.  I'm sure someone has encountered this before?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!