archrid404 Posted April 17, 2024 Posted April 17, 2024 How to get the json information on the line $script = 'Web: Generate Invoice Report'; $doc_data = [ 'type' => $type, 'clientID' => $clientID, 'invoiceNumber' => $invoiceNumber, 'jobNumber' => $jobNumber, ];
comment Posted April 17, 2024 Posted April 17, 2024 (edited) Your question is not clear. Are you trying to get data from JSON or to construct a JSON result? Please state clearly what is the input to the process and what is the expected result (if it's JSON, show the exact JSON you need to get). Edited April 17, 2024 by comment
comment Posted April 18, 2024 Posted April 18, 2024 7 minutes ago, archrid404 said: I need to get the JSON result If you think that's an appropriate response to: 19 hours ago, comment said: Please state clearly what is the input to the process and what is the expected result (if it's JSON, show the exact JSON you need to get). then I have nothing to say to you.
archrid404 Posted June 10, 2024 Author Posted June 10, 2024 Here's my scenario hopefully you can understand. I have a link that will trigger the query result. Basedon my sample I am not fully familiar with json. [ 'type' => $type, 'clientID' => $clientID, 'invoiceNumber' => $invoiceNumber, 'jobNumber' => $jobNumber, ] I assume this will trigger on filmmaker script using script parameter.
comment Posted June 10, 2024 Posted June 10, 2024 (edited) 17 minutes ago, archrid404 said: hopefully you can understand I am afraid you greatly overestimate my telepathic skills. Maybe someone else will be able to help you. Edited June 10, 2024 by comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now