Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Base Url: /smartfin/api/v1/whitelist
Retrieve Company Data
...
GET /smartfin/api/v1/whitelist
...
Update / Insert Company Data
...
POST/smartfin/api/v1/whitelist
...
Contain the same parameters as
items
in response body of https://mafint.atlassian.net/wiki/spaces/DEV/pages/2128150536/Entity+Management#Responses ( Refer to the definition of each parameter )entity_id
does not need to be parsed and not required in this arrayConsists of new company data to be inserted into database.
Code Block |
---|
update_list - array[object] |
Contain the same parameters as
items
in response body of https://mafint.atlassian.net/wiki/spaces/DEV/pages/2128150536/Entity+Management#Responses ( Refer to the definition of each parameter )Consists of existing company data to be updated into database.
Response
Example:
|
...
Warning |
---|
Insert process would fail if there is an existing company with the same Update process would fail if there is an existing company with the same |
Delete Company
...
DELETE/smartfin/api/v1/whitelist
...