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