Hi there!
I’m getting this information from my webhook:
[
{
“Jahresabo”: “on”,
“Schulung”: “”,
“Lizenzen”: “2”,
[...]
"SchoolId": "214",
"Passwort": "LHVw*eTd",
"itemsXml": "\r\n <ITEM>\r\n <ARTICLE_NUMBER>10001</ARTICLE_NUMBER>\r\n <DESCRIPTION>Jahresabonnement DBP</DESCRIPTION>\r\n <QUANTITY>2</QUANTITY>\r\n <UNIT_PRICE>349.00</UNIT_PRICE>\r\n <VAT_PERCENT>0</VAT_PERCENT>\r\n </ITEM>\r\n ",
"Zeit": "19.07.2024 08:42:06"
}
]
I’m trying to extract the price information from the “itemsXml”. How do I do this?