Hello, Can someone translate this curl command to b4a code:
Thanks in advanced
curl command:
curl --request POST \
--url http://siteurl:8080/ \
--header 'content-type: application/json' \
--data '{
"url": "template.pdf",
"values": {
"topmostSubform[0].Page1[0].f1_1[0]": "Foo Bar",
"topmostSubform[0].Page1[0].f1_2[0]": "Baz LLC"
}
}'
Thanks in advanced
Last edited: