Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
Base Url: /smartfin/api/v1/whitelist
Retrieve Company’s Data
...
GET /smartfin/api/v1/whitelist
...
Update / Insert Company’s 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#%5BhardBreak%5DRetrieve-Company%E2%80%99s-DataManagement#Responses ( Refer to the definition of each parameter )entity_id
does not need to be parsed and required in this array
...
Contain the same parameters as
items
in response body of https://mafint.atlassian.net/wiki/spaces/DEV/pages/2128150536/Entity+Management#%5BhardBreak%5DRetrieve-Company%E2%80%99s-DataManagement#Responses ( Refer to the definition of each parameter )
...
Contain the same parameters as
items
in response body of https://mafint.atlassian.net/wiki/spaces/DEV/pages/2128150536/Entity+Management#%5BhardBreak%5DRetrieve-Company%E2%80%99s-DataManagement#Responses ( Refer to the definition of each parameter )The array list contains data of failed and successful inserts
...
Contain the same parameters as
items
in response body of https://mafint.atlassian.net/wiki/spaces/DEV/pages/2128150536/Entity+Management#%5BhardBreak%5DRetrieve-Company%E2%80%99s-DataManagement#Responses ( Refer to the definition of each parameter )updated
consists of data that has been updated successfully ,wherefailed
consists of data that has not been updated in database.The relevant error message will be returned if there are any duplicated data attempting to insert or update into the database.
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
...