mirror of
https://github.com/retailcrm/api-client-dotnet.git
synced 2024-11-21 20:36:02 +03:00
Update ApiClient.cs
This commit is contained in:
parent
f821a7785d
commit
efbf866483
@ -167,11 +167,11 @@ namespace RetailCrm
|
||||
|
||||
if (startDate != null)
|
||||
{
|
||||
parameters.Add("startDate", startDate.Value.ToString("yyy-MM-dd HH:mm:ss"));
|
||||
parameters.Add("startDate", startDate.Value.ToString("yyyy-MM-dd HH:mm:ss"));
|
||||
}
|
||||
if (endDate != null)
|
||||
{
|
||||
parameters.Add("endDate", endDate.Value.ToString("yyy-MM-dd HH:mm:ss"));
|
||||
parameters.Add("endDate", endDate.Value.ToString("yyyy-MM-dd HH:mm:ss"));
|
||||
}
|
||||
if (limit > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user