Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

...

Info

During the implementation of HTTP service, HttpHeaders of each request need to be set as the format below:

Code Block
headers: new HttpHeaders({
    'Content-Type': 'application/json'
}),
responseType: 'arraybuffer' as 'json' 


Retrieve Stock Details

...

POST /smartfin/api/v1/stockmgmt/select

...

Update / Insert Stock Details

...

Update:
POST/smartfin/api/v1/stockmgmt/execution_update

Insert:
POST/smartfin/api/v1/stockmgmt/execution_insert

...

Delete Stock Details

...

DELETE/smartfin/api/v1/stockmgmt/delete

...