Skip to content

Commit

Permalink
add contract fields (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruty authored Jun 27, 2024
1 parent a39e8aa commit a642708
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions sageintacctsdk/apis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,43 @@
'TAXABLE',
'MAILADDRESS.ADDRESS1'
],
'CONTRACT': [
'RECORDNO',
'CONTRACTID',
'CUSTOMERID',
'NAME',
'CONTRACTTYPE',
'BILLTOCONTACTNAME',
'DESCRIPTION',
'SHIPTOCONTACTNAME',
'BEGINDATE',
'ENDDATE',
'BILLINGFREQUENCY',
'TERMNAME',
'TERMTYPE',
'EVERGREENMACRO',
'PRCLIST',
'MEAPRCLIST',
'ADVBILLBY',
'ADVBILLBYTYPE',
'RENEWALADVBILLBY',
'RENEWALADVBILLBYTYPE',
'SUPDOCID',
'LOCATIONID',
'DEPARTMENTID',
'PROJECTID',
'VENDORID',
'EMPLOYEEID',
'CLASSID',
'CURRENCY',
'EXCHRATETYPE',
'RENEWAL',
'RENEWALMACRO',
'RENEWTERMLENGTH',
'RENEWTERMPERIOD',
'WHENCREATED',
'WHENMODIFIED'
],
'DEPARTMENT': [
'RECORDNO',
'DEPARTMENTID',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='sageintacctsdk',
version='1.21.0',
version='1.21.1',
author='Ashwin T',
author_email='[email protected]',
description='Python SDK for accessing Sage Intacct APIs',
Expand Down

0 comments on commit a642708

Please sign in to comment.