Esempio n. 1
0
        public AcApiResponse <CreateOrUpdateProfileSenderResponse, ApiData> CreateOrUpdateProfileSender(CreateOrUpdateProfileSenderRequest req)
        {
            var resp = _agentConnectIntegration.CreateOrUpdateProfileSender(req);

            var apiResp = new AcApiResponse <CreateOrUpdateProfileSenderResponse, ApiData>
            {
                BusinessMetadata = MapperHelper.SetResponseProperties(resp.Payload?.Flags, DataSource.AgentConnect),
                ResponseData     = resp
            };

            return(apiResp);
        }