cancel
Showing results for 
Search instead for 
Did you mean: 
amarp_chetu
Level 1

How can we paas bill number when creating bill on quickbook online through php sdk

Hi Team,

 

How can we paas bill number into the payload when creating bill on quickbook online through php sdk.

Below is the code for bill create-

 

$billCreate = Bill::create([
"VendorRef" => [
"name" => $name,
"value" => $id
],
"SalesTermRef" => [
"value" => $term
],
"TotalAmt" => $total,
"Line" => $lineArray
]);
$bill = $this->dataService->Add($billCreate);

 

 

 

Thanks

1 Comment 1
KlentB
Moderator

How can we paas bill number when creating bill on quickbook online through php sdk

Thanks for reaching out to us, amarp_chetu. 

 

I can refer you to the right department that can help you in building the source code. 

 

We have a separate forum called Intuit Developers, where software engineers and computer programmers engage with others to discuss programming concerns. You can post your question from there. This way, our engineers can provide you the best code to pass a bill number into the payload using PHP Software Development Kit.

 

 Here's how:

  1. Go to this link: https://help.developer.intuit.com/s/.
  2. Under the What do you need help with? section, choose QuickBooks Online
  3. Click Ask a Question
  4. Log into your existing Intuit Developer Account or create a new one. 
  5. Enter your concern, then select Ask

Additionally, you can always visit our SDKs Guide to help you build apps and integrate them with QuickBooks Online Accounting API.

 

I'm just a post away if you have any other concerns or follow-up questions. Have a pleasant day ahead.

Need to get in touch?

Contact us