POST api/AccountStatement/PostUpdateCreditOrDebit

Request Information

URI Parameters

None.

Body Parameters

PropertyMo_Credit_Debit_UpdateDTO
NameDescriptionTypeAdditional information
Account_Name

string

None.

Pay_Date

date

None.

Credit

decimal number

None.

Debit

decimal number

None.

Pay_Type

string

None.

Currency_Name

string

None.

Statment

string

None.

CustID

integer

None.

TypeInt

boolean

None.

CustNum

integer

None.

ManID

integer

None.

ManNum

integer

None.

CurrencyID

integer

None.

Chk_Yes

boolean

None.

TypeId

integer

None.

UserId

integer

None.

UserName

string

None.

Year

integer

None.

CURRENCY_Val

decimal number

None.

CashID_Main

integer

None.

Job_ID

integer

None.

Day2ID

integer

None.

CashDAY2ID

integer

None.

FillAccID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Account_Name": "sample string 1",
  "Pay_Date": "2026-08-28T18:59:02.2024704+02:00",
  "Credit": 1.1,
  "Debit": 1.1,
  "Pay_Type": "sample string 2",
  "Currency_Name": "sample string 3",
  "Statment": "sample string 4",
  "CustID": 1,
  "TypeInt": true,
  "CustNum": 1,
  "ManID": 1,
  "ManNum": 1,
  "CurrencyID": 1,
  "Chk_Yes": true,
  "TypeId": 1,
  "UserId": 1,
  "UserName": "sample string 5",
  "Year": 1,
  "CURRENCY_Val": 1.1,
  "CashID_Main": 1,
  "Job_ID": 1,
  "Day2ID": 1,
  "CashDAY2ID": 1,
  "FillAccID": 1
}

application/xml, text/xml

Sample:
<PropertyMo_Credit_Debit_UpdateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AGSystemApi.DTO">
  <Account_Name>sample string 1</Account_Name>
  <CURRENCY_Val>1.1</CURRENCY_Val>
  <CashDAY2ID>1</CashDAY2ID>
  <CashID_Main>1</CashID_Main>
  <Chk_Yes>true</Chk_Yes>
  <Credit>1.1</Credit>
  <CurrencyID>1</CurrencyID>
  <Currency_Name>sample string 3</Currency_Name>
  <CustID>1</CustID>
  <CustNum>1</CustNum>
  <Day2ID>1</Day2ID>
  <Debit>1.1</Debit>
  <FillAccID>1</FillAccID>
  <Job_ID>1</Job_ID>
  <ManID>1</ManID>
  <ManNum>1</ManNum>
  <Pay_Date>2026-08-28T18:59:02.2024704+02:00</Pay_Date>
  <Pay_Type>sample string 2</Pay_Type>
  <Statment>sample string 4</Statment>
  <TypeId>1</TypeId>
  <TypeInt>true</TypeInt>
  <UserId>1</UserId>
  <UserName>sample string 5</UserName>
  <Year>1</Year>
</PropertyMo_Credit_Debit_UpdateDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PropertyMo_Credit_Debit_UpdateDTO'.

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.