Jump to content

Creating a SO transaction with create_sotransaction


 Share

Recommended Posts

Hi. I'm very new to working with the Intacct api and I'm trying to familiarize myself with creating an ar inovice using the create_sotransaction call specifically around the datecreated and termname parameters. Do both of these have to be passed in the call if I want both on the ar invoice i.e. sending one won't generate the other? Also, what happens if I were to send a termname value that is not in the values in the ARTERM object? Will the call fail or will the invoice just display whatever termname value I send?

Thanks for any help anyone can provide. I'll try to give back once I get my sea legs.

 

-Ryon

Link to comment
Share on other sites

  • Members

The datecreated represents the transaction date. You must provide either whendue or termname. If you provide termname, it will be used to derive the whendue field. Please ensure that the termname you provide is listed in the AR term list, or the API call will fail.

  • Thanks 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...