Jump to content
Server Maintenance This Week. ×

Need to help getting json


Recommended Posts

How to get the json information on the line

$script = 'Web: Generate Invoice Report';
                $doc_data = [
                    'type' => $type,
                    'clientID' => $clientID,
                    'invoiceNumber' => $invoiceNumber,
                    'jobNumber' => $jobNumber,
                ];

 

Link to comment
Share on other sites

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 by comment
Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.