文件名称:客户脚本:此仓库包含客户脚本,这些脚本将通过API执行与客户相关的各种任务
文件大小:52KB
文件格式:ZIP
更新时间:2024-03-18 03:56:19
Go
客户脚本 此仓库包含客户脚本,这些脚本将通过API执行与客户相关的各种任务。 最好的做法是,每个程序都应独立包含在一个文件中,并提示用户输入API密钥和环境。 下载Go 安装一些库go get -u github.com/invoiced/invoiced-go go get -u github.com/360EntSecGroup-Skylar/excelize 要运行go程序, go run nameofprogram.go输入go run nameofprogram.go
【文件预览】:
customer-scripts-master
----copyoverinvoicesfromcustomertocustomer()
--------copyoverinvoicesfromcustomertocustomer.go(6KB)
----exportoutsubscriptions()
--------exportoutsubscriptions.go(4KB)
----deletelatefeesbeforedate()
--------main.go(2KB)
----deletecustomersinexcelsheet()
--------deletecustomersinexcelsheet.go(3KB)
----.gitignore(309B)
----markaspaidinvoicesinexcelfile()
--------markaspaidinvoicesinexcelfile.go(3KB)
----importusers()
--------importusers.go(4KB)
----README.md(494B)
----exportcustomerswithmagiclinks()
--------exportcustomerswithmagiclinks.go(4KB)
----exportoutoverpayments()
--------exportoutoverpayments.go(5KB)
----convertapprovedestimatetoinvoice()
--------convertallapprovedestimatestoinvoices.go(2KB)
----changecustomernumber()
--------changecustomernumber.go(3KB)
----exportEvents()
--------exportEvents.go(5KB)
----createcreditmemos()
--------createcreditmemotofullypayoffinvoice.go(3KB)
--------createcreditmemoforcustomer()
--------createcreditmemotopartiallypayoffinvoice.go(4KB)
----deletepaymentsindaterange()
--------deletepaymentsindaterange.go(3KB)
----importcustomercontacts()
--------importincustomercontacts.go(6KB)
----sendcustomerstatementsinexcelfile()
--------sendcustomerstatementsinexcelfile.go(3KB)
----enableautopay()
--------enableautopay.go(3KB)
----deleteallcustomers()
--------deleteallcustomers.go(2KB)
----pauseorrunsubscriptionsinexcelfile()
--------pauseorrunsubscriptionsinexcelfile.go(3KB)
----cancelsubscriptionsinexcelfile()
--------cancelsubscriptionsinexcelfile.go(2KB)
----createdraftinvoiceswithmetadata()
--------createdraftinvoiceswithmetadata.go(4KB)
----deleteallinvoicesandpayments()
--------deleteallinvoicesandpayments.go(4KB)
----updateinvoicemetadata()
--------updateinvoicemetadata.go(3KB)
----addtaxratetoinvoice()
--------addtaxratetoinvoice.go(3KB)
----discountreporting()
--------discountreporting.go(4KB)
----importcustomercredits()
--------importcustomercredits.go(3KB)
----issuealldraftinvoices()
--------issuealldraftinvoices.go(2KB)
----markallinvoicesundercustomerbaddebt()
--------markallinvoicesundercustomerbaddebt.go(3KB)
----sendinvoicesinexcelsheet()
--------sendinvoicesinexcelsheet.go(3KB)
----sendinvoicestometadatafield()
--------sendinvoicestometadatafield.go(2KB)
----disablecreditcardpaymentsallcustomers()
--------disablecreditcardpaymentsallcustomers.go(2KB)