quickbooks - I am creating TimeTrackingAddRq XML and getting error? -




error: "quickbooks found error when parsing provided xml text stream."

not able find out actual error.

here xml:

<?xml version="1.0" encoding="utf-8"?> <?qbxml version="13.0"?> <qbxml> <qbxmlmsgsrq onerror="stoponerror"> <timetrackingaddrq requestid="1"> <timetrackingadd> <txndate>2017-08-23</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>bunn-o-matic corporation</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.3</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname/> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> <timetrackingaddrq requestid="2"> <timetrackingadd> <txndate>2017-04-27</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>bunn-o-matic corporation</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.0</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname/> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> <timetrackingaddrq requestid="3"> <timetrackingadd> <txndate>2017-08-23</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>bunn-o-matic corporation</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.0</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname/> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> <timetrackingaddrq requestid="4"> <timetrackingadd> <txndate>2017-04-27</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>bunn-o-matic corporation</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.1</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname/> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> <timetrackingaddrq requestid="5"> <timetrackingadd> <txndate>2017-04-27</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>bunn-o-matic corporation</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.0</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname/> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> <timetrackingaddrq requestid="6"> <timetrackingadd> <txndate>2017-04-27</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>bunn-o-matic corporation</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.0</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname/> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> <timetrackingaddrq requestid="7"> <timetrackingadd> <txndate>2017-08-22</txndate> <entityref> <fullname>tarun enest</fullname> </entityref> <customerref> <fullname>travel</fullname> </customerref> <itemserviceref> <fullname>lrmt</fullname> </itemserviceref> <duration>0.4</duration> <payrollitemwageref> <fullname>hourly techs</fullname> </payrollitemwageref> <classref> <fullname>dallas</fullname> </classref> <billablestatus>billable</billablestatus> </timetrackingadd> </timetrackingaddrq> </qbxmlmsgsrq>`enter code here` </qbxml> 

please me on come issue. can 1 provide me sample code how create web service this. how return response quickbook webconnector?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -