Forum Discussion

eringarner1's avatar
3 years ago

Error 173 UidInPostBody: A request should not contain UID during POST operation

Have had this consistently for the past week now and no fix yet, it is stobbing our customers/invoices being exported. I haven't been able to reconcile our marketplace accounts for a week (these are paid daily). Any assistance would be greatly appreciated!

4 Replies

Replies have been turned off for this discussion
  • ljupcomanev's avatar
    ljupcomanev
    Contributing User
    3 years ago

    Please provide more information on what we need to do with these new changes.

     

    Our bussiness has come to a complete stop and your documentation does not cover our scenario.

     

    Please provide code samples for C# using insertex using the servicebillservice.

     

    We are waiting to progress due to your changes, we are paying to use your product, we need help.

     

    Thank you.

  • ljupcomanev's avatar
    ljupcomanev
    Contributing User
    3 years ago

    The secret here is, don't do this,

     

    ServiceBill serviceBill = new ServiceBill();
    serviceBill.UID = Guid.NewGuid(); //REMOVE THIS LINE

    serviceBill.Date =

    serviceBill.SupplierInvoiceNumber =

     

    do this,

     

    ServiceBill serviceBill = new ServiceBill();
    serviceBill.Date =

    serviceBill.SupplierInvoiceNumber =

Looking for something else?

Search the Community Forum for answers or find your topic and get the conversation started!

Community home

Level up your skills using MYOB software.

 

Find help guides and technical solutions for all MYOB products here

Explore video tutorials for our software at the MYOB Academy here

 

Dig into MYOB Academy for free courses, learning paths and live events to help build your business with MYOB.