POST api/getcatalogueslistForstocktransfer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CatalogueResponse
NameDescriptionTypeAdditional 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:45:31.3026319-05:00",
      "EndDate": "2025-12-18T13:45:31.3026319-05:00"
    },
    {
      "$ref": "2"
    }
  ],
  "totalItems": 1
}