new to this site so please bear with me.
this is the code i use to get json data:
response = HttpReq.responsetext
this is the response i get:
{"status":200,"message":"Order(s) created successfully","data":[{"index":0,"referenceId":"307103f84dc94ee188d1111db0cdad86","orderNumber":"7081035854","shipmentOrderTypeCd":"DELIVER","orderState":"FORWARD"}],"hasError":false}
how do i get the referenceId in the following format so that i can use the value to update my database?
referenceId = 307103f84dc94ee188d1111db0cdad86
all help appreciated. Thanks