¿En qué podemos ayudarte?
< Todos los temas
Imprimir

TransferToPortfolio (method)

Performs a portfolio transfer of the indicated payments and returns the remittance number.


Comments


Definition


JSON

/json/TransferToPortfolio/{Token}


Using POST to send data in PortfolioTransfer format


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
DataA structure containing the information to be transfered, see more in PortfolioTransfer (class)


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/TransferToPortfolio/_PutTokenHere_

{
    "PropertyType": 1,
    "PortfolioCode": "MET-COB",
    "Date": "/Date(1553644800000)/",
    "Payments" : [362, 364]
 }
Tabla de contenidos