Show / Hide Table of Contents

Interface IMovementServiceClient

Interface with methods to HTTP calls on Movement Microservice.

note

To use this client, see example on MovementServiceClient.

Namespace: StoneCo.IC.Service.Visa.Host.Client
Assembly: cs.temp.dll.dll
Syntax
public interface IMovementServiceClient

Methods

InsertMovementsAsync(MovementRequestMessage)

Asynchronous call to insert movement data.

Declaration
Task<ResultResponseMessage> InsertMovementsAsync(MovementRequestMessage request)
Parameters
Type Name Description
MovementRequestMessage request

Request whit values to insert movement data.

Returns
Type Description
System.Threading.Tasks.Task<ResultResponseMessage>

Result of operations.

Back to top Generated by DocFX