GET api/BuyingItem/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

BuyingItem
NameDescriptionTypeAdditional information
BuyingItemId

integer

None.

ItemId

integer

None.

UomId

integer

None.

BuyingQty

decimal number

None.

BuyingPrice

decimal number

None.

Comments

string

None.

UserId

integer

None.

User

User

None.

Item

Item

None.

Uom

Uom

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BuyingItemId": 1,
  "ItemId": 2,
  "UomId": 3,
  "BuyingQty": 4.1,
  "BuyingPrice": 5.1,
  "Comments": "sample string 6",
  "UserId": 7,
  "User": {
    "UserId": 1,
    "Fullname": "sample string 2",
    "EmailId": "sample string 3",
    "Mobile": "sample string 4",
    "Password": "sample string 5",
    "Address": "sample string 6",
    "ImageData": "QEA=",
    "ImageId": 1,
    "isSeller": true,
    "EmailVerified": true,
    "MobileVerified": true,
    "Image": {
      "ImageId": 1,
      "ImageName": "sample string 2",
      "ImageDescription": "sample string 3",
      "ImagePath": "sample string 4",
      "ImageData": "QEA=",
      "ImageMimeType": "sample string 5",
      "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
      "CreatedBy": "sample string 7"
    },
    "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
    "CreatedBy": "sample string 11"
  },
  "Item": {
    "ItemId": 1,
    "ItemCode": "sample string 2",
    "ItemName": "sample string 3",
    "ItemDescription": "sample string 4",
    "MRP": 5.1,
    "UomId": 6,
    "ItemStatusId": 7,
    "ImageId": 1,
    "CategoryId": 1,
    "Image": {
      "ImageId": 1,
      "ImageName": "sample string 2",
      "ImageDescription": "sample string 3",
      "ImagePath": "sample string 4",
      "ImageData": "QEA=",
      "ImageMimeType": "sample string 5",
      "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
      "CreatedBy": "sample string 7"
    },
    "Uom": {
      "UomId": 1,
      "UomName": "sample string 2",
      "UomAbbrevation": "sample string 3",
      "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
      "CreatedBy": "sample string 5"
    },
    "Category": {
      "CategoryId": 1,
      "CategoryCode": "sample string 2",
      "CategoryName": "sample string 3",
      "CategoryDescription": "sample string 4",
      "ImageId": 1,
      "Image": {
        "ImageId": 1,
        "ImageName": "sample string 2",
        "ImageDescription": "sample string 3",
        "ImagePath": "sample string 4",
        "ImageData": "QEA=",
        "ImageMimeType": "sample string 5",
        "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
        "CreatedBy": "sample string 7"
      },
      "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
      "CreatedBy": "sample string 6"
    },
    "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
    "CreatedBy": "sample string 9"
  },
  "Uom": {
    "UomId": 1,
    "UomName": "sample string 2",
    "UomAbbrevation": "sample string 3",
    "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
    "CreatedBy": "sample string 5"
  },
  "CreatedDate": "2025-12-08T01:34:25.8457418+05:30",
  "CreatedBy": "sample string 9"
}