From d7b06dd847c5fe47f6f4f340aee46dc2a0e89770 Mon Sep 17 00:00:00 2001 From: dibakor Date: Tue, 16 Jun 2026 17:24:37 +0600 Subject: [PATCH] update message for summary in customers api --- .../Controllers/IntegretionApi/IntegrationController.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Api/OnlineSalesAutoCrop.CoreAPI/Controllers/IntegretionApi/IntegrationController.cs b/Api/OnlineSalesAutoCrop.CoreAPI/Controllers/IntegretionApi/IntegrationController.cs index 89f6bb9..c1a7b9c 100644 --- a/Api/OnlineSalesAutoCrop.CoreAPI/Controllers/IntegretionApi/IntegrationController.cs +++ b/Api/OnlineSalesAutoCrop.CoreAPI/Controllers/IntegretionApi/IntegrationController.cs @@ -31,6 +31,14 @@ namespace OnlineSalesAutoCrop.CoreAPI.Controllers.IntegretionApi private readonly ILogger _logger = logger; private readonly IIntegrationService _integrationService = integrationService; + + /// + /// Insert or Update Customers for SAP + /// + /// + /// + /// + /// if created return 201 or if updated return 204 true [HttpGet("Customers")] [IgnoreAntiforgeryToken] [ProducesResponseType(StatusCodes.Status200OK, Type = typeof(IntegrationLoginResponse))]