Jump to content

Recommended Posts

Posted

I seem to be stuck with the API, I'm using both Postman and the PHP API and when I set the amount below 1000.00 I don't seem to have any issues.  When I set it to 1000.00 or above I get an error XL03000010 Value is not valid for AMOUNT.  How do I troubleshoot what is preventing this from working?

Here is an example line item from postman.  The whole request works if the amount is 999.99 or less

<lineitem>
              <glaccountno>1207</glaccountno>
              <amount>1000.00</amount>
              <memo>Test</memo>
              <locationid>Fellowship</locationid>
              <departmentid>1545040000</departmentid>
              <customfields>
                <customfield>
                  <customfieldname>BANK_GL_ACCOUNT</customfieldname>
                  <customfieldvalue>1116</customfieldvalue>
                </customfield>
              </customfields>
              <classid>4</classid>
            </lineitem>

 

Posted

Sorry, kicking myself on this one.  I just discovered that there is a trigger that is interfering with this.  It is an after-create trigger, but apparently it doesn't allow the AP Bill to be created.  Troubleshooting that particular issue now.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...