POST api/AccountStatement/PostCreditOrDebit
Request Information
URI Parameters
None.
Body Parameters
PropertyMo_Credit_DebitDTO| Name | Description | Type | Additional 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. |
|
| Job_ID | integer |
None. |
|
| FillAccID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Account_Name": "sample string 1",
"Pay_Date": "2026-08-28T19:00:20.342557+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,
"Job_ID": 1,
"FillAccID": 1
}
application/xml, text/xml
Sample:
<PropertyMo_Credit_DebitDTO 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> <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> <Debit>1.1</Debit> <FillAccID>1</FillAccID> <Job_ID>1</Job_ID> <ManID>1</ManID> <ManNum>1</ManNum> <Pay_Date>2026-08-28T19:00:20.342557+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_DebitDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |