MIDAS API Addon MIDAS API: add_client

Available in API 2.0+
Adds a new client record
Required ParametersPossible ValuesDescription
clientStringClient Name
Optional ParametersPossible ValuesDescription
orgStringThe client's Organization name
emailEmail AddressThe client's Email address
addressStringThe client's postal/mailing address
phoneNumberThe client's telephone number
faxNumberThe client's fax number
mobileNumberThe client's mobile/cell number
notesStringNotes about the client
tax_exempt0 | 1Specifies whether the client is exempt from being charged tax on their invoices. If this parameter is omitted a default value of "0" will be assumed (i.e. client' is not exempt from tax)
creditNumber[MIDAS v4.12+] Applies an initial amount of credit to the client. Client credit is then automatically applied to their subsequent invoices and decreased accordingly. If this parameter is omitted no credit is applied
Example Response
{
	"client_added":"56"
}
Variables ReturnedDescription
client_addedA unique client ID corresponding the newly added client record