GET api/PumpAndroid/GetIndent/{name}?code={code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

name

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Indent
NameDescriptionTypeAdditional information
Code

string

None.

SupplierId

integer

None.

IndentId1

integer

None.

IndentId

integer

None.

Name

string

None.

BookNo

string

None.

IndentFrom

decimal number

None.

IndentTo

decimal number

None.

Denomination

string

None.

Active

string

None.

EnteredDate

date

None.

AlteredDate

date

None.

EnteredBy

string

None.

AlteredBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "SupplierId": 2,
    "IndentId1": 3,
    "IndentId": 4,
    "Name": "sample string 5",
    "BookNo": "sample string 6",
    "IndentFrom": 7.1,
    "IndentTo": 8.1,
    "Denomination": "sample string 9",
    "Active": "sample string 10",
    "EnteredDate": "2025-12-06T09:49:56.4127863+05:30",
    "AlteredDate": "2025-12-06T09:49:56.4127863+05:30",
    "EnteredBy": "sample string 13",
    "AlteredBy": "sample string 14"
  },
  {
    "Code": "sample string 1",
    "SupplierId": 2,
    "IndentId1": 3,
    "IndentId": 4,
    "Name": "sample string 5",
    "BookNo": "sample string 6",
    "IndentFrom": 7.1,
    "IndentTo": 8.1,
    "Denomination": "sample string 9",
    "Active": "sample string 10",
    "EnteredDate": "2025-12-06T09:49:56.4127863+05:30",
    "AlteredDate": "2025-12-06T09:49:56.4127863+05:30",
    "EnteredBy": "sample string 13",
    "AlteredBy": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfIndent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PumpAndroid.Models">
  <Indent>
    <Active>sample string 10</Active>
    <AlteredBy>sample string 14</AlteredBy>
    <AlteredDate>2025-12-06T09:49:56.4127863+05:30</AlteredDate>
    <BookNo>sample string 6</BookNo>
    <Code>sample string 1</Code>
    <Denomination>sample string 9</Denomination>
    <EnteredBy>sample string 13</EnteredBy>
    <EnteredDate>2025-12-06T09:49:56.4127863+05:30</EnteredDate>
    <IndentFrom>7.1</IndentFrom>
    <IndentId>4</IndentId>
    <IndentId1>3</IndentId1>
    <IndentTo>8.1</IndentTo>
    <Name>sample string 5</Name>
    <SupplierId>2</SupplierId>
  </Indent>
  <Indent>
    <Active>sample string 10</Active>
    <AlteredBy>sample string 14</AlteredBy>
    <AlteredDate>2025-12-06T09:49:56.4127863+05:30</AlteredDate>
    <BookNo>sample string 6</BookNo>
    <Code>sample string 1</Code>
    <Denomination>sample string 9</Denomination>
    <EnteredBy>sample string 13</EnteredBy>
    <EnteredDate>2025-12-06T09:49:56.4127863+05:30</EnteredDate>
    <IndentFrom>7.1</IndentFrom>
    <IndentId>4</IndentId>
    <IndentId1>3</IndentId1>
    <IndentTo>8.1</IndentTo>
    <Name>sample string 5</Name>
    <SupplierId>2</SupplierId>
  </Indent>
</ArrayOfIndent>