Skip to main content

Contact APIs

A contact is a consumer of the product or service which is offered by your business. You can create, update and retrieve contacts by using API.

ContactDto help you to create a new contact, update a particular contact, retrieve contact, or get the list of all contacts.

More about Contact API documentation

API


Search Contact

Get contacts by filter criteria. More about search contact

Description:
  • Allows you to retrieve a list of all contacts.
  • Allows you to retrieve specific contact based on it's filter criteria.

GET

/v1/contacts

Request URL

More about search contact

Parameters
NameLocated inDescriptionRequiredSchema
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Create Contact

Create a new Contact. More about create contact

Description:
  • Allows you to create new contact.

POST

/v1/contacts

More about create contact

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactDto
Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Retrieve Contact by ID

Get contact by id. More about retrieve contact by id

Description:
  • Allows you to retrieve an existing contact details by it's id.

GET

Contacts {id}

More about retrieve contact by id

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Retrieve Contact by Code

Get contact by code. More about retrieve contact by code

Description:
  • Allows you to retrieve an existing contact by code.

GET

Contacts code/{code}

More about retrieve contact by code

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Update Contact

Update contact information. More about update contact

Description:
  • Allows you to update an existing contact information.

PUT

Contacts {id}

More about update contact

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Delete Contact

DELETE

Contacts {id}

Summary

Delete a contact

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Change Contacts Status

PATCH

Contacts codes/status

Summary

Change contact status in bulk

Description

Change contact status in bulk

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Get Contacts Summary

GET

Contacts summary

Summary

Get contact summary

Description

API to get contact summary.

Responses
CodeDescriptionSchema
200Contacts summary have been fetchedContactSummaryDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Bulk Delete Contacts

DELETE

Contacts bulk-delete

Summary

Delete contacts

Description

API to delete contacts in bulk.

Parameters
NameLocated inDescriptionRequiredSchema
contactIdsbodycontactIdsYes[ long ]
Responses
CodeDescriptionSchema
200OKResponseEntity
204Contact has been deleted successfully.ResponseEntity
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Get Withholding Taxes for a Contact

GET

Contacts il/withholdingTaxGroup

Summary

Get Withholding Tax Group.

Description

API to get Withholding Tax Group.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Withholding Tax Group has been fetched successfully.WithHoldingTaxPaymentGroupIsraelDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Get Contact TDS Deductee Info

GET

Contacts in/tds-deductee

Summary

Get TDS Deductee info of a Contact.

Description

Get TDS Deductee info of a Contact.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Fetched TDS Deductee successfully.TdsDeducteeResponse
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Get Payment Terms

GET

Contacts paymentTerms

Summary

Get Payment Terms.

Description

API to get Payment Terms.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Payment term has been fetched successfully.PaymentTermResponseDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

bank-details-controller

Bank Info APIs.

Bankdetails

GET

Summary

Fetch Bank Info

Description

API to fetch existing contact Bank Details

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
typequerytypeYesstring
Responses
CodeDescriptionSchema
200Bank information have been fetched successfully.BankDetailsDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Create Bank Info.

Description

API to create new bank info.

Parameters
NameLocated inDescriptionRequiredSchema
bankDetailsDtobodybankDetailsDtoYesBankDetailsDto
Responses
CodeDescriptionSchema
200OKBankDetailsDto
201Bank Info has been created successfully.BankDetailsDto
400Bank Info creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Bankdetails/{id}

PUT

Summary

Update Bank Info.

Description

API to update existing bank info.

Parameters
NameLocated inDescriptionRequiredSchema
bankDetailsDtobodybankDetailsDtoYesBankDetailsDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Bank Info has been updated successfully.BankDetailsDto
201Created
401Unauthorized
403Forbidden
404Bank info with id not found.
Security
Security SchemaScopes
Authorizationglobal

sg-controller

SG Controller

/v1/contact/sg-uen/{uen}

GET

Summary

Check UEN

Description

Check UEN

Parameters
NameLocated inDescriptionRequiredSchema
uenpathuenYesstring
Responses
CodeDescriptionSchema
200UEN is registered for PEPPOLboolean
401Unauthorized
403Forbidden
404UEN is not registered for PEPPOL
Security
Security SchemaScopes
Authorizationglobal

Contacts brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts brief-details

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts contactmasters

POST

Summary

Fetch contacts by list of contact master ids.

Description

API to Fetch contacts by list of contact master ids.

Parameters
NameLocated inDescriptionRequiredSchema
contactMasterIdsbodycontactMasterIdsYes[ string (uuid) ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided contact masters
Security
Security SchemaScopes
Authorizationglobal

Contacts custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts detailsbyids

POST

Summary

getContactDetailsByIds

Parameters
NameLocated inDescriptionRequiredSchema
contactIdsbodycontactIdsYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts proxyzapier

POST

Summary

Api proxy for Zapier service

Description

Api proxy for Zapier service

Parameters
NameLocated inDescriptionRequiredSchema
requestDtobodyrequestDtoYesZapierRequestDto
Responses
CodeDescriptionSchema
200OKZapierResponseDto
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts updateattribute/{code}

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactDto
204No Content
401Unauthorized
403Forbidden
404Contact with code not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts {id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts {tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-uae-controller

Contact APIs for UAE.

Contacts ae

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUaeDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

v1/contacts/ae

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactUaeDto
Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactUaeDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUaeDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactUaeDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactUaeDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactUaeDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts ae/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUaeDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactUaeDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactUaeDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactUaeDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

contact-australia-controller

Contact APIs for Australia.

Contacts au

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactAustraliaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactAustraliaDto
Responses
CodeDescriptionSchema
200OKContactAustraliaDto
201Contact has been created successfully.ContactAustraliaDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactAustraliaDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactAustraliaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactAustraliaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts au/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactAustraliaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts au/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts au/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactAustraliaDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts au/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactAustraliaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts au/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactAustraliaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactAustraliaDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactAustraliaDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactAustraliaDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts au/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-be-controller

Contact APIs for Belgium.

Contacts be

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactBEDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactBEDto
Responses
CodeDescriptionSchema
200OKContactBEDto
201Contact has been created successfully.ContactBEDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactBEDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactBEDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactBEDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts be/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactBEDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts be/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts be/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactBEDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts be/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactBEDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts be/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactBEDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactBEDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactBEDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactBEDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts be/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-canada-controller

Contact APIs for Canada.

Contacts ca

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactCanadaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactCanadaDto
Responses
CodeDescriptionSchema
200OKContactCanadaDto
201Contact has been created successfully.ContactCanadaDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactCanadaDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactCanadaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactCanadaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactCanadaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactCanadaDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactCanadaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactCanadaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactCanadaDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactCanadaDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactCanadaDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts ca/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-germany-controller

Contact APIs for Germany.

Contacts de

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactGermanyDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactGermanyDto
Responses
CodeDescriptionSchema
200OKContactGermanyDto
201Contact has been created successfully.ContactGermanyDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactGermanyDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactGermanyDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactGermanyDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts de/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactGermanyDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts de/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts de/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactGermanyDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts de/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactGermanyDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts de/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactGermanyDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactGermanyDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactGermanyDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactGermanyDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts de/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

migration-controller

Contact APIs.

Contacts docseqcodemigration

POST

Summary

Contact.

Description

API to create new contact.

Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-indonesia-controller

Contact APIs for Indonesia.

Contacts id

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIndonesiaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

v1/contacts/id

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactIndonesiaDto
Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts id/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIndonesiaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts id/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactIndonesiaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts id/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts id/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts id/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactIndonesiaDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts id/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactIndonesiaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts id/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIndonesiaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactIndonesiaDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactIndonesiaDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactIndonesiaDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

contact-israel-controller

Contact APIs for Israel.

Contacts il

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIsraelDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

v1/contacts/ph

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactIsraelDto
Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts il/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactIsraelDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts il/bulk-delete

DELETE

Summary

Delete contacts

Description

Api to delete contacts in bulk

Parameters
NameLocated inDescriptionRequiredSchema
contactIdsbodycontactIdsYes[ long ]
Responses
CodeDescriptionSchema
200OKResponseEntity
204Contact has been deleted successfully.ResponseEntity
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts il/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIsraelDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts il/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactIsraelDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts il/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts il/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts il/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactIsraelDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts il/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactIsraelDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts il/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIsraelDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactIsraelDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactIsraelDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactIsraelDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

with-holding-tax-payment-group-israel-controller

Withholding Tax Group APIs.

POST

Summary

Create Withholding Tax Group.

Description

API to Create Withholding Tax Group.

Parameters
NameLocated inDescriptionRequiredSchema
withHoldingTaxGroupRequestbodywithHoldingTaxGroupRequestYesWithHoldingTaxPaymentGroupRequest
Responses
CodeDescriptionSchema
200OKWithHoldingTaxPaymentGroupIsraelDto
201Withholding Tax Group has been updated successfully.WithHoldingTaxPaymentGroupIsraelDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts il/withholdingTaxGroup/all

GET

Summary

Fetch Withholding Tax Group.

Description

API to Fetch Withholding Tax Group.

Responses
CodeDescriptionSchema
200Withholding Tax Group has been fetched successfully.WithHoldingTaxPaymentGroupIsraelDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts il/withholdingTaxGroup/{id}

GET

Summary

Get Withholding Tax Group by Id.

Description

API to Get Withholding Tax Group by Id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Withholding Tax Group has been fetched successfully.WithHoldingTaxPaymentGroupIsraelDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update Withholding Tax Group.

Description

API to Update Withholding Tax Group.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
withHoldingTaxGroupRequestbodywithHoldingTaxGroupRequestYesWithHoldingTaxPaymentGroupRequest
Responses
CodeDescriptionSchema
200Withholding Tax Group has been update successfully.WithHoldingTaxPaymentGroupIsraelDto
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete Withholding Tax Group.

Description

API to Delete Withholding Tax Group.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Withholding Tax Group has been deleted successfully.WithHoldingTaxPaymentGroupIsraelDto
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

contact-india-controller

Contact APIs for India.

Contacts in

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIndiaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

v1/contacts/in

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactIndiaDto
Responses
CodeDescriptionSchema
200OKContactIndiaDto
201Contact has been created successfully.ContactIndiaDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts in/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactIndiaDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts in/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIndiaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts in/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactIndiaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts in/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts in/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts in/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactIndiaDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts in/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactIndiaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Create India Compliance TDS Deductee.

Description

Create India Compliance TDS Deductee.

Parameters
NameLocated inDescriptionRequiredSchema
tdsDeducteeIndiaRequestbodytdsDeducteeIndiaRequestYesTdsDeducteeIndiaRequest
Responses
CodeDescriptionSchema
200OKTdsDeducteeResponse
201TDS Deductee created successfully.TdsDeducteeResponse
400TDS Deductee creation failed.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update India Compliance TDS Deductee.

Description

Update India Compliance TDS Deductee.

Parameters
NameLocated inDescriptionRequiredSchema
tdsDeducteeIndiaRequestbodytdsDeducteeIndiaRequestYesTdsDeducteeIndiaRequest
Responses
CodeDescriptionSchema
200OKTdsDeducteeResponse
201TDS Deductee updated successfully.TdsDeducteeResponse
400TDS Deductee updation failed.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete TDS Deductee.

Description

Delete TDS Deductee.

Parameters
NameLocated inDescriptionRequiredSchema
typesbodytypesYes[ string ]
Responses
CodeDescriptionSchema
200OKResponseEntity
204TDS Deductee has been deleted successfully.ResponseEntity
401Unauthorized
403Forbidden
404TDS deductee with type %s not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts in/tds-rate

GET

Summary

Get TDS rates.

Description

Get TDS rates.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Fetched TDS rates successfully.TdsRateResponse
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Create India Compliance TDS Rate.

Description

Create India Compliance TDS Rate.

Parameters
NameLocated inDescriptionRequiredSchema
tdsRateIndiaRequestbodytdsRateIndiaRequestYesTdsRateIndiaRequest
Responses
CodeDescriptionSchema
200OKTdsRateResponse
201TDS rate created successfully.TdsRateResponse
400TDS rate creation failed.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update India Compliance TDS rate.

Description

Update India Compliance TDS rate.

Parameters
NameLocated inDescriptionRequiredSchema
tdsRateIndiaRequestbodytdsRateIndiaRequestYesTdsRateIndiaRequest
Responses
CodeDescriptionSchema
200OKTdsRateResponse
201TDS rate updated successfully.TdsRateResponse
400TDS rate updation failed.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete TDS rate.

Description

Delete TDS rate.

Parameters
NameLocated inDescriptionRequiredSchema
idsbodyidsYes[ long ]
Responses
CodeDescriptionSchema
200OKResponseEntity
204TDS rate has been deleted successfully.ResponseEntity
401Unauthorized
403Forbidden
404TDS rate with id %d not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts in/tds-rate-detail

GET

Summary

fetch tds rate by nature of payment

Description

api to fetch tds rate by nature of payment

Parameters
NameLocated inDescriptionRequiredSchema
deducteeTypequeryNostring
documentDatequeryNostring
natureOfPaymentqueryNostring
residentqueryNoboolean
Responses
CodeDescriptionSchema
200tds rate fetched successfullyTdsRateIndiaResponse
401Unauthorized
403Forbidden
404not able to find tds rate
Security
Security SchemaScopes
Authorizationglobal

Contacts in/tds-rate-details

POST

Summary

fetch tds rate by nature of payment

Description

api to fetch tds rate by nature of payment

Parameters
NameLocated inDescriptionRequiredSchema
tdsRateRequestbodytdsRateRequestYesTdsRateRequest
Responses
CodeDescriptionSchema
200tds rate fetched successfullyTdsRateIndiaResponse
201Created
401Unauthorized
403Forbidden
404not able to find tds rate
Security
Security SchemaScopes
Authorizationglobal

Contacts in/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactIndiaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactIndiaDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactIndiaDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactIndiaDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

contact-malaysia-controller

Contact APIs for Malaysia.

Contacts my

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactMalaysiaDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

v1/contacts/my

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactMalaysiaDto
Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts my/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactMalaysiaDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts my/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactMalaysiaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts my/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactMalaysiaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts my/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts my/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts my/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactMalaysiaDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts my/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactMalaysiaDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts my/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactMalaysiaDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactMalaysiaDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactMalaysiaDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactMalaysiaDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

contact-nl-controller

Contact APIs for Netherlands.

Contacts nl

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNLDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactNLDto
Responses
CodeDescriptionSchema
200OKContactNLDto
201Contact has been created successfully.ContactNLDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactNLDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNLDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNLDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactNLDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactNLDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactNLDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNLDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactNLDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactNLDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactNLDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts nl/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-nz-controller

Contact APIs for New Zealand.

Contacts nz

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNZDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactNZDto
Responses
CodeDescriptionSchema
200OKContactNZDto
201Contact has been created successfully.ContactNZDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactNZDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNZDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNZDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactNZDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactNZDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactNZDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactNZDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactNZDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactNZDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactNZDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts nz/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

payment-term-controller

Payment Term APIs.

POST

Summary

Create Payment Term.

Description

API to Create Payment Term.

Parameters
NameLocated inDescriptionRequiredSchema
paymentTermRequestDtobodypaymentTermRequestDtoYesPaymentTermRequestDto
Responses
CodeDescriptionSchema
200OKPaymentTermResponseDto
201Payment term has been updated successfully.PaymentTermResponseDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Delete Payment Term.

Description

API to Delete Payment Term.

Parameters
NameLocated inDescriptionRequiredSchema
idqueryidYeslong
paymentTermRequestDtobodypaymentTermRequestDtoYesPaymentTermRequestDto
Responses
CodeDescriptionSchema
200Payment term has been deleted successfully.PaymentTermResponseDto
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete Payment Term.

Description

API to Delete Payment Term.

Parameters
NameLocated inDescriptionRequiredSchema
idqueryidYeslong
Responses
CodeDescriptionSchema
200Payment term has been deleted successfully.PaymentTermResponseDto
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts paymentTerms/list

GET

Summary

Fetch Payment Term.

Description

API to Fetch Payment Term.

Responses
CodeDescriptionSchema
200Payment term has been fetched successfully.PaymentTermResponseDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts paymentTerms/termIds

POST

Summary

Get Payment Term Details.

Description

API to Get Payment Term Details.

Parameters
NameLocated inDescriptionRequiredSchema
termIdsbodytermIdsYes[ long ]
Responses
CodeDescriptionSchema
200Payment term Details fetched successfully.PaymentTermResponseDto
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-philippines-controller

Contact APIs for Philippines.

Contacts ph

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactPhilippinesDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

v1/contacts/ph

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactPhilippinesDto
Responses
CodeDescriptionSchema
200OKContactDto
201Contact has been created successfully.ContactDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactPhilippinesDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactPhilippinesDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactPhilippinesDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactPhilippinesDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts ph/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactPhilippinesDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactPhilippinesDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactPhilippinesDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactPhilippinesDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

contact-sa-controller

Contact APIs for Saudi Arabia.

Contacts sa

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactSADto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactSADto
Responses
CodeDescriptionSchema
200OKContactSADto
201Contact has been created successfully.ContactSADto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactSADto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactSADto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactSADto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactSADto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactSADto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactSADto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactSADto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactSADto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactSADto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactSADto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts sa/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

contact-uk-controller

Contact APIs for UK.

Contacts uk

GET

Summary

Fetch contacts

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
includeOpeningAmountsqueryincludeOpeningAmountsNoboolean
includeOweAmountsqueryincludeOweAmountsNoboolean
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUKDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactUKDto
Responses
CodeDescriptionSchema
200OKContactUKDto
201Contact has been created successfully.ContactUKDto
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/brief

GET

Summary

get contacts export

Description

request get contacts export by tenant and status.

Responses
CodeDescriptionSchema
200get contacts export successful.[ ContactUKDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/businessunits

GET

Summary

Fetch Govt's Business units

Description

API to fetch existing contacts.

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUKDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/code/{code}

GET

Summary

Fetch contact by code.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUKDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/codes

POST

Summary

Fetch contacts by list of codes.

Description

API to fetch existing contact by code.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactUKDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided codes
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/codes/status

PATCH

Summary

Bulk status update

Description

Bulk status update

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Bulk status update done successfully
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/details

POST

Summary

getContactDetails

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/detailsbyaccount/{accountCode}

GET

Summary

Fetch contact details by account code

Description

Fetch contact details by account code used as receivable or payable account

Parameters
NameLocated inDescriptionRequiredSchema
accountCodepathaccountCodeYesstring
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/detailsbyseqcodes

POST

Summary

getContactDetailsBySeqCodes

Parameters
NameLocated inDescriptionRequiredSchema
contactCodesbodycontactCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactDetails ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/import

POST

Summary

Contact.

Description

API to create new contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtosbodycontactDtosYes[ ContactUKDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Contacts are imported successfully.[ object ]
400Contact creation failed because of insufficient data.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/info

POST

Summary

Fetch contact details by codes

Description

Fetch contact details by codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ ContactInformation ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/names

POST

Summary

Fetch contacts by list of names.

Description

API to fetch existing contact by names.

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.[ ContactUKDto ]
201Created
401Unauthorized
403Forbidden
404No contacts found with provided names
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/{id}

GET

Summary

Fetch contact by id.

Description

API to fetch existing contact by it's id.

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact's information have been fetched successfully.ContactUKDto
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update contact.

Description

API to update existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactDtobodycontactDtoYesContactUKDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact has been updated successfully.ContactUKDto
201Created
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete contacts

Description

Api to delete contact

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescription
200OK
204Contact has been deleted successfully.
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update contact attributes.

Description

API to update attributes of existing contact.

Parameters
NameLocated inDescriptionRequiredSchema
contactAttributeUpdateDtobodycontactAttributeUpdateDtoYesContactAttributeUpdateDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Contact attributes has been updated successfully.ContactUKDto
204No Content
401Unauthorized
403Forbidden
404Contact with id not found.
Security
Security SchemaScopes
Authorizationglobal

Contacts uk/{tenantId}

POST

Summary

Create demo Contacts.

Description

API to create demo contacts.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Models

Address

NameTypeDescriptionRequired
address1stringAddress line 1
Example: "218, Robinson Road"
No
address2stringAddress line 2
Example: "Downtown"
No
citystringCity
Example: "C001"
No
contactNamestringcontact name for address
Example: "John Smith"
No
countrystringCountry
Example: "C001"
No
destinationOfSupplystringstate in India
Example: "Maharashtra"
No
placeOfSupplystringstate in India
Example: "Punjab"
No
postalCodestringPostal Code
Example: 123456
No
preferredbooleanIs this a default address?
Example: true
No
statestringState
Example: "CS001"
No

BankDetailsDto

NameTypeDescriptionRequired
accountNumberstringContact bank account number
Example: "Test"
Yes
bankNamestringContact bank name
Example: "Test"
Yes
contactCodestringContact Code.
Example: "C-000001"
No
isDefaultbooleanContact bank default flag
Example: false
No
isTenantBankbooleanFlag to determine whether this Bank details is for Tenant or Contact.
Example: false
No

BankDetailsIsrael

NameTypeDescriptionRequired
bankAccountNumberstringNo
bankCodestringNo
bankIbanCodestringNo
bankNamestringNo
bankSwiftCodestringNo
branchAddressstringNo
branchNamestringNo
branchNumberstringNo

BulkApiResponse

NameTypeDescriptionRequired
failure[ object ]No
statusCodeintegerNo
success[ object ]No

BusinessUnitDto

NameTypeDescriptionRequired
businessUnitNamestringbusinessUnit name
Example: "AUD01 - Auditor-General's Office"
No

ContactAttributeUpdateDto

NameTypeDescriptionRequired
billingAddress[ Address ]List of Billing Address.No
customField[ CustomFieldItem ]List of custom fieldsNo
customerbooleanIs customer?
Example: true
No
shippingAddress[ Address ]List of Shipping Address.No
statusstringContact status
Enum: "ACTIVE", "INACTIVE"
Example: "INACTIVE"
No
vendorbooleanIs vendor?
Example: false
No

ContactAustraliaDto

NameTypeDescriptionRequired
australianBusinessNostringAustralian Business No
Example: 12345
No
australianCompanyNostringAustralian Company No
Example: 12345
No
billingAddress[ Address ]List of Billing Address.No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No

ContactBEDto

NameTypeDescriptionRequired
beDefaultPurchaseTaxRatestringExample: "TAX"No
beDefaultSalesTaxRatestringExample: "TAX"No
beEnterpriseNostringEnterprise Number
Example: "111-111-111"
No
beVatIdentificationNostringVAT Identification Number
Example: "111-111-111"
No
billingAddress[ Address ]List of Billing Address.No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No

ContactCanadaDto

NameTypeDescriptionRequired
billingAddress[ Address ]List of Billing Address.No
canadianBusinessNostringCanadian Business No
Example: 12345
No
canadianDefaultPurchaseTaxRatestringExample: 12345No
canadianDefaultSalesTaxRatestringExample: 12345No
canadianGstNostringCanadian GST No
Example: 12345
No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No

ContactDetailInfo

NameTypeDescriptionRequired
contactNumberstringContact number
Example: "Sam"
No
emailIdstringContact email
Example: "johndoe@deskera.com"
No
idlongNo
namestringContact name
Example: "Sam"
No
sourcestringSource
Example: "BOOKS"
No
sourceIdstringSource id
Example: "Sam"
No

ContactDetails

NameTypeDescriptionRequired
codestringNo
documentSeqCodestringNo
namestringNo

ContactDto

NameTypeDescriptionRequired
attentionTostringthe contact name in govt agency
Example: "Peter Parker"
No
billingAddress[ Address ]List of Billing Address.No
businessUnitstringindicates the contact is govt agency
Example: "CAA01 - Cvl Avtn Authrty of Singapore"
No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
extCompanyNamestringthe company name from external app
Example: "QuickBook"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
peppolIdstringPeppol ID
Example: "u000:11::11293"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No
singaporeGovtbooleanindicates the contact is govt agency
Example: true
No
taxExemptedbooleanDenotes if customer is tax exempted
Example: true
No
taxExemptionNostringGenerated tax exemption number
Example: "234s-few3-2422"
No
taxExemptionReasonstringTax exemption reason
Example: "Resale, Federal Agency"
No
taxNumberstringTax number
Example: 123456
No
uenstringContact UEN
Example: "DHJEUK"
No

ContactEmailDto

NameTypeDescriptionRequired
codestringContact Code
Example: "C-0000001"
No
emailstringContact Email
Example: "contact@abc.def"
No

ContactGermanyDto

NameTypeDescriptionRequired
billingAddress[ Address ]List of Billing Address.No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
germanyBusinessCompanyNostringGermany Business registration No
Example: 12345
No
germanyDefaultPurchaseTaxRatestringExample: 12345No
germanyDefaultSalesTaxRatestringExample: 12345No
germanyVatIdentificationNostringGermany vat identification No
Example: 12345
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No

ContactIndiaDto

NameTypeDescriptionRequired
billingAddress[ Address ]List of Billing Address.No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
customerTypestringCustomer Type
Enum: "EXPORT_WO_PAY", "EXPORT_W_PAY", "NA", "SEZ_WO_PAY", "SEZ_W_PAY"
Example: "NA"
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
extCompanyNamestringthe company name from external app
Example: "QuickBook"
No
gstTreatmentstringGST treatment
Enum: "REGISTERED_BUSINESS_REGULAR=Registered Business - Regular", "REGISTERED_BUSINESS_COMPOSITION=Registered Business - Composition", "UNREGISTERED_BUSINESS=Unregistered Business", "CUSTOMER=Consumer", "OVERSEAS=Overseas", "SPECIAL_ECONOMIC_ZONE=Special Economic Zone", "DEEMED_EXPORT=Deemed Export"
Example: "UnregisteredBusiness"
No
gstinstringContact GSTIN
Example: "21AONPM8088Q211"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
panstringContact PAN
Example: "AONPM8088Q"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
residentbooleanIs resident?
Example: true
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No
tdsInfoIndiaContactIndiaTdsInfoNo
tdsSectionToTdsRateIdlongContact TDS Section to Tds Rate Id
Example: 1213454
No
vendorTypestringVendor Type
Enum: "IMPORT", "NA", "SEZ_W_PAY", "SEZ_WO_PAY"
Example: "NA"
No

ContactIndiaTdsInfo

NameTypeDescriptionRequired
considerThresholdLimitbooleanConsider Exemption Limit can be a check box field
Example: true
No
deducteeCodestringDeductee Type
Example: "Artificial Juridicial Person"
No
deducteeTypestringDeductee Type
Example: "Artificial Juridicial Person"
No
deductionApplicablebooleanThis field can be visible only if PAN number is mentioned.
Example: true
No
dttaApplicablebooleanNo
dttaFromDatedateTimeNo
dttaToDatedateTimeNo
higherRateintegerPercentage value and can be visible only if PAN number is not mentioned.
Example: 5
No
noDeductionFromDatedateTimeStart date field visible only if deductionApplicable field is true
Example: "01-01-2020"
No
noDeductionReasonstringChoose reason only if deductionApplicable field is true.
Example: "TDS not to be made till the Basic Exemption is reached"
No
noDeductionRefNostringAlphanumeric field and visible only if deductionApplicable field is true.
Example: "AAAAABBBB1100"
No
noDeductionTdsRateintegerSpecial rate override with TDS Rate setting and will be visible only if deductionApplicable field is true
Example: 5
No
noDeductionToDatedateTimeEnd date field visible only if deductionApplicable field is true
Example: "31-12-2020"
No
nonDeductionApplicablebooleanThis field can be visible only if PAN number is mentioned.
Example: true
No
specialRateintegerNo
tanstringContact TAN
Example: "AAAA99999A"
No

ContactIndonesiaDto

NameTypeDescriptionRequired
billingAddress[ Address ]List of Billing Address.No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
extCompanyNamestringthe company name from external app
Example: "QuickBook"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
nikNumberlongNIK No
Example: 123456789012345
No
npwpNumberlongNPWP No
Example: 123456789012345
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
residentStatusIndonesiabooleanResident Status
Example: true
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No
taxTypeCustomerstringTax Types Customer
Enum: "TAX_CODE_CUSTOMER_01", "TAX_CODE_CUSTOMER_02", "TAX_CODE_CUSTOMER_03", "TAX_CODE_CUSTOMER_04", "TAX_CODE_CUSTOMER_05", "TAX_CODE_CUSTOMER_06", "TAX_CODE_CUSTOMER_07", "TAX_CODE_CUSTOMER_08"
Example: "TAX_CODE_CUSTOMER_01"
No
taxTypeVendorstringTax Types Vendor
Enum: "TAX_CODE_VENDOR_01", "TAX_CODE_VENDOR_02", "TAX_CODE_VENDOR_03", "TAX_CODE_VENDOR_04", "TAX_CODE_VENDOR_05", "TAX_CODE_VENDOR_06", "TAX_CODE_VENDOR_07", "TAX_CODE_VENDOR_08"
Example: "TAX_CODE_VENDOR_01"
No

ContactInformation

NameTypeDescriptionRequired
beVatIdentificationNostringVAT Identification No
Example: 123456789012345
No
billingAddress[ Address ]List of Billing Address.No
birClassPhilippinesstringBIR class determines the type of business
Example: "Services"
No
businessRegNostringContact Business Registration No
Example: "W10-0108-000000021"
No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
customerTypestringCustomer Type
Enum: "EXPORT_WO_PAY", "EXPORT_W_PAY", "NA", "SEZ_WO_PAY", "SEZ_W_PAY"
Example: "NA"
No
customerTypeMalaysiastringCustomer Type
Enum: "NONE", "EXPORT", "SPECIAL_AREA", "DESIGNATED_AREA", "EXEMPTED_UNDER_SCHEDULE_A", "EXEMPTED_UNDER_SCHEDULE_B", "EXEMPTED_UNDER_SCHEDULE_C1_C2", "EXEMPTED_UNDER_SCHEDULE_C3_C4", "EXEMPTED_UNDER_SCHEDULE_C5"
Example: "NONE(None)"
No
customerTypePhilippinesstringCustomer Type
Enum: "NORMAL_CORPORATE=Normal(Corporate)", "NORMAL_INDIVIDUAL=Normal(Individual)", "ZERO_RATED_CORPORATE=Zero rated(Corporate)", "ZERO_RATED_INDIVIDUAL=Zero Rated (Individual)", "NORMAL=Normal", "GOVERNMENT=Government"
Example: "Normal(Corporate)"
No
deVatIdentificationNostringVAT Identification No
Example: 123456789012345
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
exemptionCertificateMalaysiabooleanExemption certificate
Example: true
No
exemptionCriterialMalaysiastringExemption criteria
Enum: "NONE", "ZERO_RATED", "EXEMPTED_ZERO"
Example: "NONE(None)"
No
gstTreatmentstringGST treatment
Enum: "REGISTERED_BUSINESS_REGULAR=Registered Business - Regular", "REGISTERED_BUSINESS_COMPOSITION=Registered Business - Composition", "UNREGISTERED_BUSINESS=Unregistered Business", "CUSTOMER=Consumer", "OVERSEAS=Overseas", "SPECIAL_ECONOMIC_ZONE=Special Economic Zone", "DEEMED_EXPORT=Deemed Export"
Example: "UnregisteredBusiness"
No
gstinstringContact GSTIN
Example: "21AONPM8088Q211"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
nikNumberlongNIK No
Example: 123456789012345
No
nlVatIdentificationNostringVAT Identification No
Example: 123456789012345
No
npwpNumberlongNPWP No
Example: 123456789012345
No
panstringContact PAN
Example: "AONPM8088Q"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
residentbooleanIs resident?
Example: true
No
residentStatusIndonesiabooleanResident Status
Example: true
No
saArabicDetailsContactSAArabicDtoContact details in Arabic for Saudi ArabiaNo
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
salesTaxRegNostringContact Sales Tax Registration No
Example: "W10-0108-000000021"
No
sequenceFormatstringSequence Format
Example: 1
No
serviceTaxRegNostringContact Service Tax Registration No
Example: "W10-0108-000000021"
No
shippingAddress[ Address ]List of Shipping Address.No
taxExemptedbooleanNo
taxExemptionNostringNo
taxExemptionReasonstringNo
taxTreatmentstringTax Treatment
Enum: "VAT_Registered", "Non_VAT_Registered", "GCC_VAT_Registered", "GCC_Non_VAT_Registered", "Non_GCC", "VAT_Registered_Designated_Zone", "Non_VAT_Registered_Designated_Zone"
Example: "VAT_Registered"
No
taxTypeCustomerstringTax Types Customer
Enum: "TAX_CODE_CUSTOMER_01", "TAX_CODE_CUSTOMER_02", "TAX_CODE_CUSTOMER_03", "TAX_CODE_CUSTOMER_04", "TAX_CODE_CUSTOMER_05", "TAX_CODE_CUSTOMER_06", "TAX_CODE_CUSTOMER_07", "TAX_CODE_CUSTOMER_08"
Example: "TAX_CODE_CUSTOMER_01"
No
taxTypeVendorstringTax Types Vendor
Enum: "TAX_CODE_VENDOR_01", "TAX_CODE_VENDOR_02", "TAX_CODE_VENDOR_03", "TAX_CODE_VENDOR_04", "TAX_CODE_VENDOR_05", "TAX_CODE_VENDOR_06", "TAX_CODE_VENDOR_07", "TAX_CODE_VENDOR_08"
Example: "TAX_CODE_VENDOR_01"
No
tdsApplicableIndiabooleanNo
tdsInfoIndiaContactIndiaTdsInfoNo
tdsSectionToTdsRateIdlongContact TDS Section to Tds Rate Id
Example: 1213454
No
vatExemptionReasonPhilippinesstringPhilippines specific Contact VAT Exemption Reason
Example: "Reason"
No
vatNoPhilippinesstringPhilippines specific Contact VAT No.
Example: "012-345-678-910"
No
vatRegistrationNostringVAT Registration No
Example: 123456789012345
No
vatStatusPhilippinesstringPhilippines specific Contact VAT Status
Example: "Input VAT"
No
vendorTypestringVendor Type
Enum: "IMPORT", "NA", "SEZ_W_PAY", "SEZ_WO_PAY"
Example: "NA"
No
vendorTypeMalaysiastringVendor Type
Enum: "NONE", "SALES_TAX_EXEMPTION", "MANUFACTURED_EXEMPTION", "PERFORMED_EXEMPTION"
Example: "NONE(None)"
No
vendorTypePhilippinesstringVendor Type
Enum: "NORMAL_CORPORATE=Normal(Corporate)", "NORMAL_INDIVIDUAL=Normal(Individual)", "ZERO_RATED_CORPORATE=Zero rated(Corporate)", "ZERO_RATED_INDIVIDUAL=Zero Rated (Individual)", "GOVERNMENT=Government", "NORMAL=Normal", "IMPORT=Import"
Example: "Normal(Corporate)"
No
whtApplicablePhilippinesbooleanMake Contact as WHT applicable
Example: true
No
whtBusinessPhilippinesstringBIR class determines the type of business
Example: "Individual"
No

ContactIsraelDto

NameTypeDescriptionRequired
assessingOfficerNumberIsraelstringEnum: "ASSESSING_OFFICER_NUMBER_01", "ASSESSING_OFFICER_NUMBER_02", "ASSESSING_OFFICER_NUMBER_04", "ASSESSING_OFFICER_NUMBER_05", "ASSESSING_OFFICER_NUMBER_06", "ASSESSING_OFFICER_NUMBER_07", "ASSESSING_OFFICER_NUMBER_10", "ASSESSING_OFFICER_NUMBER_17", "ASSESSING_OFFICER_NUMBER_21", "ASSESSING_OFFICER_NUMBER_23", "ASSESSING_OFFICER_NUMBER_24", "ASSESSING_OFFICER_NUMBER_25", "ASSESSING_OFFICER_NUMBER_26", "ASSESSING_OFFICER_NUMBER_30", "ASSESSING_OFFICER_NUMBER_31", "ASSESSING_OFFICER_NUMBER_22", "ASSESSING_OFFICER_NUMBER_34", "ASSESSING_OFFICER_NUMBER_35", "ASSESSING_OFFICER_NUMBER_37", "ASSESSING_OFFICER_NUMBER_38", "ASSESSING_OFFICER_NUMBER_39", "ASSESSING_OFFICER_NUMBER_41", "ASSESSING_OFFICER_NUMBER_50", "ASSESSING_OFFICER_NUMBER_51", "ASSESSING_OFFICER_NUMBER_52", "ASSESSING_OFFICER_NUMBER_45", "ASSESSING_OFFICER_NUMBER_43", "ASSESSING_OFFICER_NUMBER_18"No
billingAddress[ Address ]List of Billing Address.No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isIncludedTaxReportingAtSourceIsraelbooleanNo
isParentCompanybooleanIs Parent company
Example: false
No
isSelfInvoicingIsraelbooleanNo
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
israelBankDetails[ BankDetailsIsrael ]No
israelGlobalBankDetails[ GlobalBankDetailsIsrael ]No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: "Net 0"
No
purchasePriceLists[ long ]Set of Purchase price lists
Example: [123,456]
No
quotationCreditLimitTypestringQuotation Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
receivableAccountCodestringReceivable account code
Example: "AC001"
No
salesOrderCreditLimitTypestringSales Order Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
salesPriceLists[ long ]Set of Sales price lists
Example: [123,456]
No
sequenceFormatstringSequence Format
Example: 1
No
shippingAddress[ Address ]List of Shipping Address.No
taxCertificateValidityDateIsraeldateNo
taxNumberstringTax number
Example: 123456
No
taxPayerIdIsraelstringNo
typeOfCompanyIsraelstringEnum: "INDEPENDENT", "COMPANY", "A_RESIDENT_OF_THE_PALESTINIAN_AUTHORITY", "AUTHORIZED_DEALER", "FOREIGN_RESIDENT", "INTERNATIONAL_COMPANY"No
whtApplicableIsraelbooleanMake Contact as WHT applicable
Example: true
No
withHoldingCertificatesIsrael[ WithHoldingCertificateIsrael ]No
withHoldingTaxPaymentGroupIsraelIdlongNo
withHoldingTaxTypeIsraelIdlongNo

ContactMalaysiaDto

NameTypeDescriptionRequired
billingAddress[ Address ]List of Billing Address.No
businessRegNostringContact Business Registration No
Example: "W10-0108-000000021"
No
contactMasterIdstring (uuid)contact master id
Example: "2df7a5c1-3305-498d-8d01-aa92c42d19d2"
No
contactNumberstringContact number
Example: "+65999999999"
No
creditLimitnumberCredit Limit
Example: 100
No
creditLimitInBaseCurrencynumberCredit Limit In Org Currency
Example: 100
No
currencyCodestringCurrency code
Enum: "AFN", "ALL", "DZD", "AOA", "ARS", "AMD", "AWG", "AZN", "BSD", "BHD", "BDT", "BBD", "BYN", "BZD", "BMD", "BTN", "BOB", "BAM", "BRL", "BND", "BGN", "BIF", "KHR", "CAD", "CVE", "KYD", "CLP", "CNY", "COP", "KMF", "CDF", "CRC", "CZK", "HRK", "CUC", "DJF", "DOP", "EGP", "ERN", "ETB", "FKP", "FJD", "XAF", "GMD", "GEL", "GHS", "GIP", "DKK", "GTQ", "GNF", "GYD", "HTG", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IQD", "JMD", "JPY", "JOD", "KZT", "KES", "KWD", "KGS", "LAK", "LBP", "LSL", "LRD", "LYD", "MOP", "MKD", "MGA", "MWK", "MYR", "MVR", "MRO", "MUR", "MXN", "MDL", "MNT", "MZN", "MMK", "NAD", "NPR", "NIO", "NGN", "KPW", "OMR", "PKR", "ILS", "PAB", "PGK", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "RWF", "SHP", "XCD", "WST", "STD", "SAR", "RSD", "SCR", "SLL", "SGD", "ANG", "SBD", "SOS", "ZAR", "KRW", "SSP", "EUR", "LKR", "SDG", "SRD", "NOK", "SZL", "SEK", "CHF", "SYP", "TWD", "TJS", "TZS", "THB", "XOF", "NZD", "TOP", "TTD", "TND", "TRY", "TMT", "AUD", "UGX", "UAH", "AED", "GBP", "USD", "UYU", "UZS", "VUV", "VEF", "VND", "XPF", "MAD", "YER", "ZMW", "BWP", "CNH"
Example: "SGD"
No
customField[ CustomFieldItem ]JSON object for custom fields
Example: {"field1":"value1","field2":"value2"}
No
customerTypeMalaysiastringCustomer Type
Enum: "NONE", "EXPORT", "SPECIAL_AREA", "DESIGNATED_AREA", "EXEMPTED_UNDER_SCHEDULE_A", "EXEMPTED_UNDER_SCHEDULE_B", "EXEMPTED_UNDER_SCHEDULE_C1_C2", "EXEMPTED_UNDER_SCHEDULE_C3_C4", "EXEMPTED_UNDER_SCHEDULE_C5"
Example: "NONE(None)"
No
documentSequenceCodestringContact Sequence code
Example: "C-0000001"
No
emailIdstringcontact email address
Example: "myinfo@domain.com"
No
exemptionCertificateMalaysiabooleanExemption certificate
Example: true
No
exemptionCriterialMalaysiastringExemption criteria
Enum: "NONE", "ZERO_RATED", "EXEMPTED_ZERO"
Example: "NONE(None)"
No
extCompanyNamestringthe company name from external app
Example: "QuickBook"
No
intercompanyTypestringContact Type either parent or subsidiary
Enum: "PARENT", "SUBSIDIARY"
Example: "PARENT/SUBSIDIARY"
No
invoiceCreditLimitTypestringInvoice Credit Limit Type
Enum: "IGNORE", "WARN", "BLOCK"
Example: "IGNORE"
No
invoicesobjectNo
isAccountNumberFlagbooleanindicates if user is sending account number or code
Example: true
No
isCreditLimitApplicablebooleanContact credit limit applicable
Example: true
No
isIncludeCurrentInvoicebooleanInclude Current Invoice
Example: true
No
isIncludeCurrentQuotationbooleanInclude Current Quotation
Example: true
No
isIncludeCurrentSalesOrderbooleanInclude Current Sales Order
Example: false
No
isParentCompanybooleanIs Parent company
Example: false
No
isSubsidiaryCompanybooleanIs Subsidiary company
Example: false
No
namestringContact name
Example: "Sam"
No
payableAccountCodestringPayable account code
Example: "AC002"
No
paymentTermCodestringPayment term code
Example: `"