estimate.archive
Use this method to archive an estimate.
1 <?xml version="1.0" encoding="utf-8" ?>
2
3 <!--authentication token is placed in your account-->
4 <Request authtoken="YOUR-AUTHENTICATION-TOKEN">
5
6 <Action type="estimate" method="archive">
7
8 <!--Mandatory-->
9 <DocNumber>0000000001</DocNumber>
10
11 </Action>
12
13 </Request>
|