POST api/PumpAndroid/SaveIndent/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
Body Parameters
Indent| Name | Description | Type | Additional 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. |
Request 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:48:02.1076292+05:30",
"AlteredDate": "2025-12-06T09:48:02.1076292+05:30",
"EnteredBy": "sample string 13",
"AlteredBy": "sample string 14"
}
application/xml, text/xml
Sample:
<Indent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PumpAndroid.Models"> <Active>sample string 10</Active> <AlteredBy>sample string 14</AlteredBy> <AlteredDate>2025-12-06T09:48:02.1076292+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:48:02.1076292+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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": 2
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models"> <Message>sample string 1</Message> <Status>2</Status> </Response>