POST api/getcatalogueslistforaddproductinorder
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CatalogueResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| lstcatalogues | Collection of CataloguesDataModel |
None. |
|
| totalItems | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"lstcatalogues": [
{
"$id": "2",
"RowNumber": 1,
"Id": 2,
"Title": "sample string 3",
"Type": "sample string 4",
"StartDate": "2025-12-18T13:44:38.3684395-05:00",
"EndDate": "2025-12-18T13:44:38.3684395-05:00"
},
{
"$ref": "2"
}
],
"totalItems": 1
}