-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from skbkontur/addOrUpdatePartyExtension
Extend /AddOrUpdateParty input contracts for EDISUP-13100
- Loading branch information
Showing
12 changed files
with
149 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# История изменений | ||
|
||
## v1.2 - 2020.04.05 | ||
- Доработка метода `AddOrUpdateParty` для интеграции с Контур.Продажами (EDISUP-13100). | ||
- Метод `AddEmployee` использует POST-запрос. | ||
|
||
## v1.1 - 2020.03.05 | ||
- Добавлена информация о принятии организацией публичной оферты: свойство `LicenseAgreementAccepted` в `PartyInfo`. | ||
- Добавлена информация о стратегии маршрутизации EDI-сообщений: свойства `BuyerBoxSelectionStrategy`, `SupplierBoxSelectionStrategy` в `PartyInfo`. | ||
- Добавлен GLN точки доставки сообщения в метод `GetInboxMessageMeta`: свойство `DeliveryPointGln` в `DocumentDetails`. | ||
- Добавлена информация о принятии организацией публичной оферты: свойство `LicenseAgreementAccepted` в `PartyInfo` (EDISUP-12819). | ||
- Добавлена информация о стратегии маршрутизации EDI-сообщений: свойства `BuyerBoxSelectionStrategy`, `SupplierBoxSelectionStrategy` в `PartyInfo` (EDITSKS-2246). | ||
- Добавлен GLN точки доставки сообщения в метод `GetInboxMessageMeta`: свойство `DeliveryPointGln` в `DocumentDetails` (EDITSKS-2244). | ||
|
||
## v1.0 - 2020.01.28 | ||
- Выпустили первую версию API-клиента EDI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=48EE3E26C0CEA7418038B87FB0A42288/AbsolutePath/@EntryValue">C:\workspace\KonturEdiApi\Common.DotSettings</s:String> | ||
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=48EE3E26C0CEA7418038B87FB0A42288/RelativePath/@EntryValue">Common.DotSettings</s:String> | ||
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=48EE3E26C0CEA7418038B87FB0A42288/@KeyIndexDefined">True</s:Boolean> | ||
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File48EE3E26C0CEA7418038B87FB0A42288/@KeyIndexDefined">True</s:Boolean> | ||
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File48EE3E26C0CEA7418038B87FB0A42288/RelativePriority/@EntryValue">1</s:Double> | ||
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=0401FFF1739048478CA4D4CCB062AE55/@KeyIndexDefined">True</s:Boolean> | ||
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=0401FFF1739048478CA4D4CCB062AE55/AbsolutePath/@EntryValue">D:\projects\edi\git\edi-api-client\Common.DotSettings</s:String> | ||
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=0401FFF1739048478CA4D4CCB062AE55/RelativePath/@EntryValue">..\Common.DotSettings</s:String> | ||
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File0401FFF1739048478CA4D4CCB062AE55/@KeyIndexDefined">True</s:Boolean> | ||
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File0401FFF1739048478CA4D4CCB062AE55/RelativePriority/@EntryValue">1</s:Double> | ||
|
||
|
||
|
||
|
||
|
||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Kontur/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
Oops, something went wrong.