Forum Discussion

LarryBroward's avatar
LarryBroward
Helper I
2 years ago
Solved

Put API with Body

Hi,   I need to pass the following in the body, <?xml version="1.0" encoding="utf-8" standalone="yes"?> <ns2:invocationContext xmlns:ns2="http://collectionspace.org/services/common/invocable"> <...
  • ImkeF's avatar
    2 years ago

    Hi LarryBroward ,
    I'm not used to work with xml files.
    Have you tried

    Xml.Document(Web.Contents(url, [Headers=headers, Content = postData ] ) )

    or 

    Excel.Workbook(Web.Contents(url, [Headers=headers, Content = postData ] ) )

    instead?