PUT Api/TaxSaving/Input/Agric_Loan_Input_Update

Request Information

URI Parameters

None.

Body Parameters

Agric_Loan_Input_Add
NameDescriptionTypeAdditional information
id

integer

None.

customer_name

string

None.

accountno

string

None.

User

string

None.

Year

string

None.

Month1

decimal number

None.

Month2

decimal number

None.

Month3

decimal number

None.

Month4

decimal number

None.

Month5

decimal number

None.

Month6

decimal number

None.

Month7

decimal number

None.

Month8

decimal number

None.

Month9

decimal number

None.

Month10

decimal number

None.

Month11

decimal number

None.

Month12

decimal number

None.

AccountOfficer_Code

string

None.

rate1

decimal number

None.

rate2

decimal number

None.

rate3

decimal number

None.

rate4

decimal number

None.

rate5

decimal number

None.

rate6

decimal number

None.

rate7

decimal number

None.

rate8

decimal number

None.

rate9

decimal number

None.

rate10

decimal number

None.

rate11

decimal number

None.

rate12

decimal number

None.

Date_lastUpdated

date

None.

Trans_Date

date

None.

BudgetingLevel

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "customer_name": "sample string 2",
  "accountno": "sample string 3",
  "User": "sample string 4",
  "Year": "sample string 5",
  "Month1": 1.0,
  "Month2": 1.0,
  "Month3": 1.0,
  "Month4": 1.0,
  "Month5": 1.0,
  "Month6": 1.0,
  "Month7": 1.0,
  "Month8": 1.0,
  "Month9": 1.0,
  "Month10": 1.0,
  "Month11": 1.0,
  "Month12": 1.0,
  "AccountOfficer_Code": "sample string 6",
  "rate1": 1.0,
  "rate2": 1.0,
  "rate3": 1.0,
  "rate4": 1.0,
  "rate5": 1.0,
  "rate6": 1.0,
  "rate7": 1.0,
  "rate8": 1.0,
  "rate9": 1.0,
  "rate10": 1.0,
  "rate11": 1.0,
  "rate12": 1.0,
  "Date_lastUpdated": "2025-05-20T17:48:55.7466822+01:00",
  "Trans_Date": "2025-05-20T17:48:55.7466822+01:00",
  "BudgetingLevel": "sample string 7"
}

text/html

Sample:
{"id":1,"customer_name":"sample string 2","accountno":"sample string 3","User":"sample string 4","Year":"sample string 5","Month1":1.0,"Month2":1.0,"Month3":1.0,"Month4":1.0,"Month5":1.0,"Month6":1.0,"Month7":1.0,"Month8":1.0,"Month9":1.0,"Month10":1.0,"Month11":1.0,"Month12":1.0,"AccountOfficer_Code":"sample string 6","rate1":1.0,"rate2":1.0,"rate3":1.0,"rate4":1.0,"rate5":1.0,"rate6":1.0,"rate7":1.0,"rate8":1.0,"rate9":1.0,"rate10":1.0,"rate11":1.0,"rate12":1.0,"Date_lastUpdated":"2025-05-20T17:48:55.7466822+01:00","Trans_Date":"2025-05-20T17:48:55.7466822+01:00","BudgetingLevel":"sample string 7"}

application/xml, text/xml

Sample:
<Agric_Loan_Input_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input">
  <AccountOfficer_Code>sample string 6</AccountOfficer_Code>
  <BudgetingLevel>sample string 7</BudgetingLevel>
  <Date_lastUpdated>2025-05-20T17:48:55.7466822+01:00</Date_lastUpdated>
  <Month1>1</Month1>
  <Month10>1</Month10>
  <Month11>1</Month11>
  <Month12>1</Month12>
  <Month2>1</Month2>
  <Month3>1</Month3>
  <Month4>1</Month4>
  <Month5>1</Month5>
  <Month6>1</Month6>
  <Month7>1</Month7>
  <Month8>1</Month8>
  <Month9>1</Month9>
  <Trans_Date>2025-05-20T17:48:55.7466822+01:00</Trans_Date>
  <User>sample string 4</User>
  <Year>sample string 5</Year>
  <accountno>sample string 3</accountno>
  <customer_name>sample string 2</customer_name>
  <id>1</id>
  <rate1>1</rate1>
  <rate10>1</rate10>
  <rate11>1</rate11>
  <rate12>1</rate12>
  <rate2>1</rate2>
  <rate3>1</rate3>
  <rate4>1</rate4>
  <rate5>1</rate5>
  <rate6>1</rate6>
  <rate7>1</rate7>
  <rate8>1</rate8>
  <rate9>1</rate9>
</Agric_Loan_Input_Add>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.