update message for summary in customers api
This commit is contained in:
parent
08c285678b
commit
d7b06dd847
|
|
@ -31,6 +31,14 @@ namespace OnlineSalesAutoCrop.CoreAPI.Controllers.IntegretionApi
|
||||||
private readonly ILogger _logger = logger;
|
private readonly ILogger _logger = logger;
|
||||||
private readonly IIntegrationService _integrationService = integrationService;
|
private readonly IIntegrationService _integrationService = integrationService;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Insert or Update Customers for SAP
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// </remarks>
|
||||||
|
/// <param name="request"></param>
|
||||||
|
/// <returns>if created return 201 or if updated return 204 true</returns>
|
||||||
[HttpGet("Customers")]
|
[HttpGet("Customers")]
|
||||||
[IgnoreAntiforgeryToken]
|
[IgnoreAntiforgeryToken]
|
||||||
[ProducesResponseType(StatusCodes.Status200OK, Type = typeof(IntegrationLoginResponse))]
|
[ProducesResponseType(StatusCodes.Status200OK, Type = typeof(IntegrationLoginResponse))]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user