GET api/Indentv/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Indentv
NameDescriptionTypeAdditional information
IndentvId

integer

None.

IndentCode

string

None.

IndentDate

date

None.

DueDate

date

None.

Remarks

string

None.

ReferenceNo

string

None.

IndentStatusId

integer

None.

ApprovalStatusId

integer

None.

EntityTypeAttributeId

integer

None.

EntityTypeAttributeName

string

None.

indentDetailvs

Collection of IndentDetailv

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IndentvId": 1,
  "IndentCode": "sample string 2",
  "IndentDate": "2025-12-08T01:57:06.7988664+05:30",
  "DueDate": "2025-12-08T01:57:06.7988664+05:30",
  "Remarks": "sample string 5",
  "ReferenceNo": "sample string 6",
  "IndentStatusId": 7,
  "ApprovalStatusId": 8,
  "EntityTypeAttributeId": 9,
  "EntityTypeAttributeName": "sample string 10",
  "indentDetailvs": [
    {
      "IndentDetailvId": 1,
      "IndentvId": 2,
      "ItemId": 3,
      "UomId": 4,
      "IndentQty": 5.1,
      "AvailableQty": 6.1,
      "ItemDescription": "sample string 7",
      "ItemDueDate": "2025-12-08T01:57:06.7988664+05:30",
      "EntityTypeAttributeId": 8,
      "ItemStatusId": 9,
      "EntityTypeAttributeName": "sample string 10",
      "ItemCode": "sample string 11",
      "ItemName": "sample string 12",
      "UomName": "sample string 13",
      "CreatedDate": "2025-12-08T01:57:06.7988664+05:30",
      "CreatedBy": "sample string 15"
    },
    {
      "IndentDetailvId": 1,
      "IndentvId": 2,
      "ItemId": 3,
      "UomId": 4,
      "IndentQty": 5.1,
      "AvailableQty": 6.1,
      "ItemDescription": "sample string 7",
      "ItemDueDate": "2025-12-08T01:57:06.7988664+05:30",
      "EntityTypeAttributeId": 8,
      "ItemStatusId": 9,
      "EntityTypeAttributeName": "sample string 10",
      "ItemCode": "sample string 11",
      "ItemName": "sample string 12",
      "UomName": "sample string 13",
      "CreatedDate": "2025-12-08T01:57:06.7988664+05:30",
      "CreatedBy": "sample string 15"
    }
  ],
  "CreatedDate": "2025-12-08T01:57:06.7988664+05:30",
  "CreatedBy": "sample string 12"
}

application/xml, text/xml

Sample:
<Indentv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
  <CreatedBy>sample string 12</CreatedBy>
  <CreatedDate>2025-12-08T01:57:06.7988664+05:30</CreatedDate>
  <ApprovalStatusId>8</ApprovalStatusId>
  <DueDate>2025-12-08T01:57:06.7988664+05:30</DueDate>
  <EntityTypeAttributeId>9</EntityTypeAttributeId>
  <EntityTypeAttributeName>sample string 10</EntityTypeAttributeName>
  <IndentCode>sample string 2</IndentCode>
  <IndentDate>2025-12-08T01:57:06.7988664+05:30</IndentDate>
  <IndentStatusId>7</IndentStatusId>
  <IndentvId>1</IndentvId>
  <ReferenceNo>sample string 6</ReferenceNo>
  <Remarks>sample string 5</Remarks>
  <indentDetailvs>
    <IndentDetailv>
      <CreatedBy>sample string 15</CreatedBy>
      <CreatedDate>2025-12-08T01:57:06.7988664+05:30</CreatedDate>
      <AvailableQty>6.1</AvailableQty>
      <EntityTypeAttributeId>8</EntityTypeAttributeId>
      <EntityTypeAttributeName>sample string 10</EntityTypeAttributeName>
      <IndentDetailvId>1</IndentDetailvId>
      <IndentQty>5.1</IndentQty>
      <IndentvId>2</IndentvId>
      <ItemCode>sample string 11</ItemCode>
      <ItemDescription>sample string 7</ItemDescription>
      <ItemDueDate>2025-12-08T01:57:06.7988664+05:30</ItemDueDate>
      <ItemId>3</ItemId>
      <ItemName>sample string 12</ItemName>
      <ItemStatusId>9</ItemStatusId>
      <UomId>4</UomId>
      <UomName>sample string 13</UomName>
    </IndentDetailv>
    <IndentDetailv>
      <CreatedBy>sample string 15</CreatedBy>
      <CreatedDate>2025-12-08T01:57:06.7988664+05:30</CreatedDate>
      <AvailableQty>6.1</AvailableQty>
      <EntityTypeAttributeId>8</EntityTypeAttributeId>
      <EntityTypeAttributeName>sample string 10</EntityTypeAttributeName>
      <IndentDetailvId>1</IndentDetailvId>
      <IndentQty>5.1</IndentQty>
      <IndentvId>2</IndentvId>
      <ItemCode>sample string 11</ItemCode>
      <ItemDescription>sample string 7</ItemDescription>
      <ItemDueDate>2025-12-08T01:57:06.7988664+05:30</ItemDueDate>
      <ItemId>3</ItemId>
      <ItemName>sample string 12</ItemName>
      <ItemStatusId>9</ItemStatusId>
      <UomId>4</UomId>
      <UomName>sample string 13</UomName>
    </IndentDetailv>
  </indentDetailvs>
</Indentv>