GET api/cashperiod/{cashPeriodID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cashPeriodID

integer

Required

Body Parameters

None.

Response Information

Resource Description

CashPeriodDeepData
NameDescriptionTypeAdditional 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

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>2025-08-02T19:25:29.8300873+00:00</CloseDate>
  <OpenDate>2025-08-02T19:25:29.8300873+00:00</OpenDate>
  <TotalARS>1</TotalARS>
  <TotalUSD>1</TotalUSD>
  <UserFirstName>sample string 1</UserFirstName>
  <UserID>df1a73f8-f1a3-4e9f-a281-cc31d591188b</UserID>
  <UserLastName>sample string 2</UserLastName>
  <UserProfileName>sample string 3</UserProfileName>
  <CashFlowList>
    <CashFlowData>
      <ID>1</ID>
      <Ammount>1</Ammount>
      <CashFlowCategoryCode>VENTA</CashFlowCategoryCode>
      <CashFlowCategoryDescription>sample string 1</CashFlowCategoryDescription>
      <CashFlowCategoryID>1</CashFlowCategoryID>
      <CashFlowOrigin>PURCHASE</CashFlowOrigin>
      <CashPeriodID>1</CashPeriodID>
      <CreatedByDisplayName>sample string 3</CreatedByDisplayName>
      <CreatedOn>2025-08-02T19:25:29.8300873+00:00</CreatedOn>
      <CurrencyCode>ARS</CurrencyCode>
      <Description>sample string 2</Description>
      <MethodOfPayment>EFECTIVO</MethodOfPayment>
      <ModifiedByDisplayName>sample string 4</ModifiedByDisplayName>
      <ModifyOn>2025-08-02T19:25:29.8300873+00:00</ModifyOn>
      <TerminalID>1</TerminalID>
      <Type>INITIAL</Type>
    </CashFlowData>
    <CashFlowData>
      <ID>1</ID>
      <Ammount>1</Ammount>
      <CashFlowCategoryCode>VENTA</CashFlowCategoryCode>
      <CashFlowCategoryDescription>sample string 1</CashFlowCategoryDescription>
      <CashFlowCategoryID>1</CashFlowCategoryID>
      <CashFlowOrigin>PURCHASE</CashFlowOrigin>
      <CashPeriodID>1</CashPeriodID>
      <CreatedByDisplayName>sample string 3</CreatedByDisplayName>
      <CreatedOn>2025-08-02T19:25:29.8300873+00:00</CreatedOn>
      <CurrencyCode>ARS</CurrencyCode>
      <Description>sample string 2</Description>
      <MethodOfPayment>EFECTIVO</MethodOfPayment>
      <ModifiedByDisplayName>sample string 4</ModifiedByDisplayName>
      <ModifyOn>2025-08-02T19:25:29.8300873+00:00</ModifyOn>
      <TerminalID>1</TerminalID>
      <Type>INITIAL</Type>
    </CashFlowData>
  </CashFlowList>
</CashPeriodDeepData>