POST api/cashperiod/{cashPeriodID}/close
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cashPeriodID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CashPeriodDeepData| Name | Description | Type | Additional information |
|---|---|---|---|
| CashFlowList | Collection of CashFlowData |
None. |
|
| UserID | globally unique identifier |
None. |
|
| UserFirstName | string |
None. |
|
| UserLastName | string |
None. |
|
| UserProfileName | string |
None. |
|
| OpenDate | date |
None. |
|
| CloseDate | date |
None. |
|
| TotalARS | decimal number |
None. |
|
| TotalUSD | decimal number |
None. |
|
| Status | CashStatusEnum |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CashFlowList": [
{
"CashPeriodID": 1,
"CashFlowCategoryID": 1,
"CashFlowCategoryCode": "VENTA",
"CashFlowCategoryDescription": "sample string 2",
"TerminalID": 1,
"Type": "INITIAL",
"CurrencyCode": "ARS",
"Ammount": 1.0,
"Description": "sample string 5",
"MethodOfPayment": "EFECTIVO",
"CashFlowOrigin": 0,
"CreatedByDisplayName": "sample string 7",
"CreatedOn": "2026-09-20T10:00:59.7241858+00:00",
"ModifiedByDisplayName": "sample string 8",
"ModifyOn": "2026-09-20T10:00:59.7241858+00:00",
"CashFlowCategoryCodeAsEnum": 0,
"TypeAsEnum": 0,
"CurrencyCodeAsEnum": 0,
"MethodOfPaymentAsEnum": 0,
"CreatedOnToStr": "20/09/2026 07:00",
"ModifyOnToStr": "20/09/2026 07:00",
"TypeToDisplay": "--",
"CategoryToDisplay": "Cambio inicial",
"CurrencySymbol": "$",
"ID": 1
},
{
"CashPeriodID": 1,
"CashFlowCategoryID": 1,
"CashFlowCategoryCode": "VENTA",
"CashFlowCategoryDescription": "sample string 2",
"TerminalID": 1,
"Type": "INITIAL",
"CurrencyCode": "ARS",
"Ammount": 1.0,
"Description": "sample string 5",
"MethodOfPayment": "EFECTIVO",
"CashFlowOrigin": 0,
"CreatedByDisplayName": "sample string 7",
"CreatedOn": "2026-09-20T10:00:59.7241858+00:00",
"ModifiedByDisplayName": "sample string 8",
"ModifyOn": "2026-09-20T10:00:59.7241858+00:00",
"CashFlowCategoryCodeAsEnum": 0,
"TypeAsEnum": 0,
"CurrencyCodeAsEnum": 0,
"MethodOfPaymentAsEnum": 0,
"CreatedOnToStr": "20/09/2026 07:00",
"ModifyOnToStr": "20/09/2026 07:00",
"TypeToDisplay": "--",
"CategoryToDisplay": "Cambio inicial",
"CurrencySymbol": "$",
"ID": 1
}
],
"UserID": "2169e330-4c4d-4f33-97ea-b868726397b2",
"UserFirstName": "sample string 1",
"UserLastName": "sample string 2",
"UserProfileName": "sample string 3",
"OpenDate": "2026-09-20T10:00:59.7241858+00:00",
"CloseDate": "2026-09-20T10:00:59.7241858+00:00",
"TotalARS": 1.0,
"TotalUSD": 1.0,
"Status": 1,
"ID": 1
}
text/xml
Sample:
<CashPeriodDeepData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
<ID>1</ID>
<CloseDate>2026-09-20T10:00:59.7241858+00:00</CloseDate>
<OpenDate>2026-09-20T10:00:59.7241858+00:00</OpenDate>
<TotalARS>1</TotalARS>
<TotalUSD>1</TotalUSD>
<UserFirstName>sample string 1</UserFirstName>
<UserID>2169e330-4c4d-4f33-97ea-b868726397b2</UserID>
<UserLastName>sample string 2</UserLastName>
<UserProfileName>sample string 3</UserProfileName>
<CashFlowList>
<CashFlowData>
<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-09-20T10:00:59.7241858+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-09-20T10:00:59.7241858+00:00</ModifyOn>
<TerminalID>1</TerminalID>
<Type>INITIAL</Type>
<TypeAsEnum>INITIAL</TypeAsEnum>
</CashFlowData>
<CashFlowData>
<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-09-20T10:00:59.7241858+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-09-20T10:00:59.7241858+00:00</ModifyOn>
<TerminalID>1</TerminalID>
<Type>INITIAL</Type>
<TypeAsEnum>INITIAL</TypeAsEnum>
</CashFlowData>
</CashFlowList>
</CashPeriodDeepData>