Skip to content

Commit

Permalink
Add property DiadocUrls.PriceListUrl for clean of PriceList
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kozulin committed Aug 12, 2021
1 parent 920839b commit 05d70a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# История изменений

## v1.9.2 - 2021.08.12
- Добавлено свойство DiadocUrls.PriceListUrl для передачи ссылки на чистовик PriceList в Diadoc

## v1.9.1 - 2021.06.12
- Добавлены события для подписания документа в Диадоке с разногласиями

Expand Down
3 changes: 2 additions & 1 deletion EdiApi.Client/Types/Messages/DiadocUrls.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace SkbKontur.EdiApi.Client.Types.Messages
namespace SkbKontur.EdiApi.Client.Types.Messages
{
public class DiadocUrls
{
Expand All @@ -8,6 +8,7 @@ public class DiadocUrls
public string InvoiceCorrectionUrl { get; set; }
public string UniversalTransferDocumentUrl { get; set; }
public string UniversalCorrectionDocumentUrl { get; set; }
public string PriceListUrl { get; set; }
public string NonformalizedUrl { get; set; }
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.202"
"version": "5.0.302"
}
}

0 comments on commit 05d70a2

Please sign in to comment.