Get all valid Supplier Commodity Code
get
/service/v1/scommodity
This endpoints will be used to Get all valid supplier commodity code maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
Header Parameters
-
appId(required): string
-
branchCode(required): string
branchCode
-
userId(required): string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Nested Schema : GenericDto-allOf[0]
Type:
object
Nested Schema : ObscfcmTmSupplierCommodityDetailsDTO
Type:
Show Source
object
-
commodityCode:
string
Commodity Code
-
commodityName:
string
Commodity Name
-
countryOfOrigin:
string
Country of origin
-
description:
string
Description
-
discount:
number
Discount
-
id:
string
ID
-
ObscfcmTmCommodityUnitsDTO:
array ObscfcmTmCommodityUnitsDTO
-
supplierCommodityMasterId:
string
Supplier Commodity Master Id
-
tax:
number
Tax
-
year:
number
Year
Nested Schema : ObscfcmTmCommodityUnitsDTO
Type:
Show Source
object
-
id:
string
Id
-
maximumUnit:
number
Maximum Unit
-
minimumUnit:
number
Minimum Unit
-
supplierCommodityDetailsId:
string
Supplier Commodity Details Id
-
unit:
string
Unit
-
unitPrice:
number
Unit Price
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error