GET api/Uom
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Uom| Name | Description | Type | Additional information |
|---|---|---|---|
| UomId | integer |
None. |
|
| UomName | string |
None. |
|
| UomAbbrevation | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:34:15.9082186+05:30",
"CreatedBy": "sample string 5"
},
{
"UomId": 1,
"UomName": "sample string 2",
"UomAbbrevation": "sample string 3",
"CreatedDate": "2025-12-08T01:34:15.9082186+05:30",
"CreatedBy": "sample string 5"
}
]