Ryon Posted September 17 Share Posted September 17 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 More sharing options...
Members Sterio, Louis Posted September 17 Members Share Posted September 17 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. 1 Link to comment Share on other sites More sharing options...
Ryon Posted September 17 Author Share Posted September 17 Thanks for the response! We figured it was something along those lines, just wanted to double check. Link to comment Share on other sites More sharing options...
Recommended Posts