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))]