GET api/Advances/{ExternalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ExternalId

string

Required

Body Parameters

None.

Response Information

Resource Description

AnticiposDTO
NameDescriptionTypeAdditional information
ExternalId

string

None.

Login

string

None.

Status

string

None.

Reference

string

None.

Reason

string

None.

RequestedDate

date

None.

FechaRecogidaUsuario

date

None.

FechaConcesionAnticipo

date

None.

FechaRetornoImportes

date

None.

FechaEntrega

date

None.

Amount

string

None.

WorkflowName

string

None.

Caja

string

None.

StepName

string

None.

CustomFieldsAdvances

Collection of CustomFieldsDTO

None.

anticiposCambiosDivisa

Collection of AnticiposCambiosDivisaDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "ExternalId": "sample string 1",
  "Login": "sample string 2",
  "Status": "sample string 3",
  "Reference": "sample string 4",
  "Reason": "sample string 5",
  "RequestedDate": "2025-06-17T13:45:12.8693602+00:00",
  "FechaRecogidaUsuario": "2025-06-17T13:45:12.8693602+00:00",
  "FechaConcesionAnticipo": "2025-06-17T13:45:12.8693602+00:00",
  "FechaRetornoImportes": "2025-06-17T13:45:12.8693602+00:00",
  "FechaEntrega": "2025-06-17T13:45:12.8693602+00:00",
  "Amount": "sample string 6",
  "WorkflowName": "sample string 7",
  "Caja": "sample string 8",
  "StepName": "sample string 9",
  "CustomFieldsAdvances": [
    {
      "ExternalId": "sample string 1",
      "NombreInterno": "sample string 2",
      "ItemId": 1,
      "Valor": "sample string 3",
      "CodigoValor": "sample string 4",
      "Items": [
        {
          "ExternalId": "sample string 1",
          "Name": "sample string 2",
          "Code": "sample string 3",
          "Deleted": true
        },
        {
          "ExternalId": "sample string 1",
          "Name": "sample string 2",
          "Code": "sample string 3",
          "Deleted": true
        }
      ],
      "Detail": "sample string 5"
    },
    {
      "ExternalId": "sample string 1",
      "NombreInterno": "sample string 2",
      "ItemId": 1,
      "Valor": "sample string 3",
      "CodigoValor": "sample string 4",
      "Items": [
        {
          "ExternalId": "sample string 1",
          "Name": "sample string 2",
          "Code": "sample string 3",
          "Deleted": true
        },
        {
          "ExternalId": "sample string 1",
          "Name": "sample string 2",
          "Code": "sample string 3",
          "Deleted": true
        }
      ],
      "Detail": "sample string 5"
    }
  ],
  "anticiposCambiosDivisa": [
    {
      "MonedaOrigenId": "sample string 1",
      "MonedaDestinoId": "sample string 2",
      "BaseAmount": "sample string 3",
      "SourceAmount": "sample string 4",
      "TargetAmount": "sample string 5",
      "AmountDelivered": "sample string 6",
      "BaseAmountDelivered": "sample string 7",
      "SourceAmountDelivered": "sample string 8",
      "TargetAmountDelivered": "sample string 9"
    },
    {
      "MonedaOrigenId": "sample string 1",
      "MonedaDestinoId": "sample string 2",
      "BaseAmount": "sample string 3",
      "SourceAmount": "sample string 4",
      "TargetAmount": "sample string 5",
      "AmountDelivered": "sample string 6",
      "BaseAmountDelivered": "sample string 7",
      "SourceAmountDelivered": "sample string 8",
      "TargetAmountDelivered": "sample string 9"
    }
  ]
}

application/xml, text/xml

Sample:
<AnticiposDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Captio.Api.Dto">
  <Amount>sample string 6</Amount>
  <Caja>sample string 8</Caja>
  <CustomFieldsAdvances>
    <CustomFieldsDTO>
      <CodigoValor>sample string 4</CodigoValor>
      <Detail>sample string 5</Detail>
      <ExternalId>sample string 1</ExternalId>
      <ItemId>1</ItemId>
      <Items>
        <ItemsDTO>
          <Code>sample string 3</Code>
          <Deleted>true</Deleted>
          <ExternalId>sample string 1</ExternalId>
          <Name>sample string 2</Name>
        </ItemsDTO>
        <ItemsDTO>
          <Code>sample string 3</Code>
          <Deleted>true</Deleted>
          <ExternalId>sample string 1</ExternalId>
          <Name>sample string 2</Name>
        </ItemsDTO>
      </Items>
      <NombreInterno>sample string 2</NombreInterno>
      <Valor>sample string 3</Valor>
    </CustomFieldsDTO>
    <CustomFieldsDTO>
      <CodigoValor>sample string 4</CodigoValor>
      <Detail>sample string 5</Detail>
      <ExternalId>sample string 1</ExternalId>
      <ItemId>1</ItemId>
      <Items>
        <ItemsDTO>
          <Code>sample string 3</Code>
          <Deleted>true</Deleted>
          <ExternalId>sample string 1</ExternalId>
          <Name>sample string 2</Name>
        </ItemsDTO>
        <ItemsDTO>
          <Code>sample string 3</Code>
          <Deleted>true</Deleted>
          <ExternalId>sample string 1</ExternalId>
          <Name>sample string 2</Name>
        </ItemsDTO>
      </Items>
      <NombreInterno>sample string 2</NombreInterno>
      <Valor>sample string 3</Valor>
    </CustomFieldsDTO>
  </CustomFieldsAdvances>
  <ExternalId>sample string 1</ExternalId>
  <FechaConcesionAnticipo>2025-06-17T13:45:12.8693602+00:00</FechaConcesionAnticipo>
  <FechaEntrega>2025-06-17T13:45:12.8693602+00:00</FechaEntrega>
  <FechaRecogidaUsuario>2025-06-17T13:45:12.8693602+00:00</FechaRecogidaUsuario>
  <FechaRetornoImportes>2025-06-17T13:45:12.8693602+00:00</FechaRetornoImportes>
  <Login>sample string 2</Login>
  <Reason>sample string 5</Reason>
  <Reference>sample string 4</Reference>
  <RequestedDate>2025-06-17T13:45:12.8693602+00:00</RequestedDate>
  <Status>sample string 3</Status>
  <StepName>sample string 9</StepName>
  <WorkflowName>sample string 7</WorkflowName>
  <anticiposCambiosDivisa>
    <AnticiposCambiosDivisaDTO>
      <AmountDelivered>sample string 6</AmountDelivered>
      <BaseAmount>sample string 3</BaseAmount>
      <BaseAmountDelivered>sample string 7</BaseAmountDelivered>
      <MonedaDestinoId>sample string 2</MonedaDestinoId>
      <MonedaOrigenId>sample string 1</MonedaOrigenId>
      <SourceAmount>sample string 4</SourceAmount>
      <SourceAmountDelivered>sample string 8</SourceAmountDelivered>
      <TargetAmount>sample string 5</TargetAmount>
      <TargetAmountDelivered>sample string 9</TargetAmountDelivered>
    </AnticiposCambiosDivisaDTO>
    <AnticiposCambiosDivisaDTO>
      <AmountDelivered>sample string 6</AmountDelivered>
      <BaseAmount>sample string 3</BaseAmount>
      <BaseAmountDelivered>sample string 7</BaseAmountDelivered>
      <MonedaDestinoId>sample string 2</MonedaDestinoId>
      <MonedaOrigenId>sample string 1</MonedaOrigenId>
      <SourceAmount>sample string 4</SourceAmount>
      <SourceAmountDelivered>sample string 8</SourceAmountDelivered>
      <TargetAmount>sample string 5</TargetAmount>
      <TargetAmountDelivered>sample string 9</TargetAmountDelivered>
    </AnticiposCambiosDivisaDTO>
  </anticiposCambiosDivisa>
</AnticiposDTO>