Add Create and Update for Client Contact

This commit is contained in:
trojanh
2020-02-03 18:06:51 +05:30
parent 9e7ac3c13f
commit 5d36ce0a1e
4 changed files with 501 additions and 126 deletions

View File

@@ -50,6 +50,7 @@ export async function harvestApiRequest(
if (Object.keys(options.body).length === 0) {
delete options.body;
}
console.log(options)
try {
const result = await this.helpers.request!(options);