POST api/uploadimagefortempinward

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

InventoryInfoResponse
NameDescriptionTypeAdditional information
lstInventory

Collection of InventoryInfo

None.

IsSuccess

boolean

None.

totalItems

integer

None.

ImageUrl

string

None.

FileName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "lstInventory": [
    {
      "$id": "2",
      "ProductId": 1,
      "Title": "sample string 1",
      "ImageUrl": "sample string 2",
      "ArtistName": "sample string 3",
      "ArtistId": 1,
      "MerchantId": 1,
      "CatalogueId": 1,
      "MerchantName": "sample string 4",
      "Medium": "sample string 5",
      "Surface": "sample string 6",
      "InwardDocId": "sample string 7",
      "Location": "sample string 8",
      "CreatedOn": "2025-12-18T13:38:03.35907-05:00",
      "CreatedOnString": "sample string 9",
      "CreatedBy": "sample string 10",
      "InwardEwaybill": "sample string 11",
      "TransferEwaybill": "sample string 12",
      "SubLocation": "sample string 13",
      "StorageLocation": "sample string 14",
      "RowNumber": 15,
      "ProductSaleStatusId": 16,
      "ProductSaleStatus": "sample string 17",
      "CatalogueTitle": "sample string 18",
      "CatalogueDate": "sample string 19",
      "IsAssigned": 1,
      "Company": "sample string 20"
    },
    {
      "$ref": "2"
    }
  ],
  "IsSuccess": true,
  "totalItems": 2,
  "ImageUrl": "sample string 3",
  "FileName": "sample string 4"
}