POST api/cashflows/update
Request Information
URI Parameters
None.
Body Parameters
CashFlowData| Name | Description | Type | Additional information |
|---|---|---|---|
| CashPeriodID | integer |
None. |
|
| CashFlowCategoryID | integer |
None. |
|
| CashFlowCategoryCode | string |
None. |
|
| CashFlowCategoryDescription | string |
None. |
|
| TerminalID | integer |
None. |
|
| Type | string |
None. |
|
| CurrencyCode | string |
None. |
|
| Ammount | decimal number |
None. |
|
| Description | string |
None. |
|
| MethodOfPayment | string |
None. |
|
| CashFlowOrigin | CashFlowOriginEnum |
None. |
|
| CreatedByDisplayName | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedByDisplayName | string |
None. |
|
| ModifyOn | date |
None. |
|
| CashFlowCategoryCodeAsEnum | CashFlowCategoryCodeEnum |
None. |
|
| TypeAsEnum | CashFlowTypeEnum |
None. |
|
| CurrencyCodeAsEnum | CurrencyCodeEnum |
None. |
|
| MethodOfPaymentAsEnum | MethodOfPaymentEnum |
None. |
|
| CreatedOnToStr | string |
None. |
|
| ModifyOnToStr | string |
None. |
|
| TypeToDisplay | string |
None. |
|
| CategoryToDisplay | string |
None. |
|
| CurrencySymbol | string |
None. |
|
| ID | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
<CashFlowData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <ID>1</ID> <Ammount>1</Ammount> <CashFlowCategoryCode>VENTA</CashFlowCategoryCode> <CashFlowCategoryCodeAsEnum>VENTA</CashFlowCategoryCodeAsEnum> <CashFlowCategoryDescription>sample string 2</CashFlowCategoryDescription> <CashFlowCategoryID>1</CashFlowCategoryID> <CashFlowOrigin>PURCHASE</CashFlowOrigin> <CashPeriodID>1</CashPeriodID> <CreatedByDisplayName>sample string 7</CreatedByDisplayName> <CreatedOn>2026-02-04T02:58:45.8043991+00:00</CreatedOn> <CurrencyCode>ARS</CurrencyCode> <CurrencyCodeAsEnum>ARS</CurrencyCodeAsEnum> <Description>sample string 5</Description> <MethodOfPayment>EFECTIVO</MethodOfPayment> <MethodOfPaymentAsEnum>EFECTIVO</MethodOfPaymentAsEnum> <ModifiedByDisplayName>sample string 8</ModifiedByDisplayName> <ModifyOn>2026-02-04T02:58:45.8043991+00:00</ModifyOn> <TerminalID>1</TerminalID> <Type>INITIAL</Type> <TypeAsEnum>INITIAL</TypeAsEnum> </CashFlowData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CashFlowData| Name | Description | Type | Additional information |
|---|---|---|---|
| CashPeriodID | integer |
None. |
|
| CashFlowCategoryID | integer |
None. |
|
| CashFlowCategoryCode | string |
None. |
|
| CashFlowCategoryDescription | string |
None. |
|
| TerminalID | integer |
None. |
|
| Type | string |
None. |
|
| CurrencyCode | string |
None. |
|
| Ammount | decimal number |
None. |
|
| Description | string |
None. |
|
| MethodOfPayment | string |
None. |
|
| CashFlowOrigin | CashFlowOriginEnum |
None. |
|
| CreatedByDisplayName | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedByDisplayName | string |
None. |
|
| ModifyOn | date |
None. |
|
| CashFlowCategoryCodeAsEnum | CashFlowCategoryCodeEnum |
None. |
|
| TypeAsEnum | CashFlowTypeEnum |
None. |
|
| CurrencyCodeAsEnum | CurrencyCodeEnum |
None. |
|
| MethodOfPaymentAsEnum | MethodOfPaymentEnum |
None. |
|
| CreatedOnToStr | string |
None. |
|
| ModifyOnToStr | string |
None. |
|
| TypeToDisplay | string |
None. |
|
| CategoryToDisplay | string |
None. |
|
| CurrencySymbol | string |
None. |
|
| ID | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
<CashFlowData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <ID>1</ID> <Ammount>1</Ammount> <CashFlowCategoryCode>VENTA</CashFlowCategoryCode> <CashFlowCategoryCodeAsEnum>VENTA</CashFlowCategoryCodeAsEnum> <CashFlowCategoryDescription>sample string 2</CashFlowCategoryDescription> <CashFlowCategoryID>1</CashFlowCategoryID> <CashFlowOrigin>PURCHASE</CashFlowOrigin> <CashPeriodID>1</CashPeriodID> <CreatedByDisplayName>sample string 7</CreatedByDisplayName> <CreatedOn>2026-02-04T02:58:45.8199455+00:00</CreatedOn> <CurrencyCode>ARS</CurrencyCode> <CurrencyCodeAsEnum>ARS</CurrencyCodeAsEnum> <Description>sample string 5</Description> <MethodOfPayment>EFECTIVO</MethodOfPayment> <MethodOfPaymentAsEnum>EFECTIVO</MethodOfPaymentAsEnum> <ModifiedByDisplayName>sample string 8</ModifiedByDisplayName> <ModifyOn>2026-02-04T02:58:45.8199455+00:00</ModifyOn> <TerminalID>1</TerminalID> <Type>INITIAL</Type> <TypeAsEnum>INITIAL</TypeAsEnum> </CashFlowData>