AOTG API: Update Debtor: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
(Created page with " <br/> {{Template:SeeAlsoAOTGApi}} <br/> Category:Programmer Category:AOTGApi Category:Integrate {{NavigateDeveloper}}")
 
No edit summary
Line 1: Line 1:


==Update Debtor==
Update a specific Debtor.
{{AOTGApiMethodsSpec|PUT|/api/public/v1/Debtor}}


==Code Snippets==
*Add header of '''"SOTC_AUTH"''', and assign value of '''AccessToken'''.
*Description is actually "Desc2" in AutoCount Accounting. It is the 2nd line of the Company Name in AutoCount Accounting.
*:Example:
{|class="wikitable"
|-
|Company Name
|Alibaba Group Holding Limited
|-
|Description (Desc2)
|阿里巴巴集团控股有限公司
|}
<br/>
{{AOTGApiCodeSnippetTab
|RestSharp=
<syntaxhighlight lang="C#">
</syntaxhighlight>
|PHPcURL=
<syntaxhighlight lang="PHP">
</syntaxhighlight>
|PHPHttp=
<syntaxhighlight lang="PHP">
</syntaxhighlight>
}}





Revision as of 01:23, 28 February 2019

Update Debtor

Update a specific Debtor.

API Method

Http Method: PUT
Method: /api/public/v1/Debtor
Content-Type: application/json
Parameters: 


Code Snippets

  • Add header of "SOTC_AUTH", and assign value of AccessToken.
  • Description is actually "Desc2" in AutoCount Accounting. It is the 2nd line of the Company Name in AutoCount Accounting.
    Example:
Company Name Alibaba Group Holding Limited
Description (Desc2) 阿里巴巴集团控股有限公司


Code is not available



See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers