SmartAcc DynaMod Web API v2024.4 Build 0000 - Local

<back to all web services

StockCategories

Stock Module

Stock Category API

Requires Authentication
Required permission:StockCategory-Setup.GET
The following routes are available for this service:
GET/StockCategories
GET/StockCategories/page/{Page}Get records by given a page numberEach page consists of 20 records
GET/StockCategories/AcStockCategoryID/{AcStockCategoryID}Get records for given ID
StockCategories Parameters:
NameParameterData TypeRequiredDescription
Pagepathint?NoPage Number. Default 1.
RecordsPerPagequeryint?NoRecords Per Page. Default 20 Records.
AcStockCategoryIDpathstringNo
StockCategoriesResponse Parameters:
NameParameterData TypeRequiredDescription
StockCategoriesformList<AcStockCategory>No
ResponseStatusformResponseStatusNo
TotalRecordsformintNoTotal records in all pages.
TotalRecordsInPageformintNoTotal records in current page.
AcStockCategory Parameters:
NameParameterData TypeRequiredDescription
AcStockCategoryIDformstringYesStock Category ID
AcStockCategoryDescformstringYesDescription

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /StockCategories HTTP/1.1 
Host: snr2u.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"StockCategories":[{"AcStockCategoryID":"String","AcStockCategoryDesc":"String"}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"TotalRecords":0,"TotalRecordsInPage":0}