mirror of
https://github.com/retailcrm/api-client-dotnet.git
synced 2025-04-04 05:33:34 +03:00
Update README.ru.md
This commit is contained in:
parent
db8af07957
commit
5c5a26ae6c
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
.NET-клиент для работы с [RetailCRM API](http://www.retailcrm.ru/docs/rest-api/index.html).
|
||||
|
||||
version: 3.0.4
|
||||
|
||||
Обязательные требования
|
||||
-----------------------
|
||||
* [Newtonsoft.Json](http://james.newtonking.com/json)
|
||||
|
@ -112,7 +110,7 @@ Dictionary<string, object> tmpOrder = new Dictionary<string, object>(){
|
|||
{"code", "courier"},
|
||||
{"date", DateTime.Now.ToString("Y-m-d")},
|
||||
{"address", new Dictionary<string, object>(){
|
||||
{"text", "exampleing"}
|
||||
{"text", "example"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue