Jump to content

How to upload attachment in AP Adjustment via .NET SDK (API)?


 Share

Recommended Posts

  • Members

It doesn't appear we "officially" support this via the API per our documentation.

Here is a working API call where you can update the apadjustment after you create it. Again this seems to work but not documented which means it not officially supported and you use it at your own risk.

 

<content>
  <function controlid="testControlId">
    <update>
      <APADJUSTMENT>
        <RECORDNO>6087</RECORDNO>
        <SUPDOCID>Food</SUPDOCID>
      </APADJUSTMENT>
    </update>
  </function>
</content>

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...