vault backup: 2026-02-19 12:56:46
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
## Workflow
|
||||
public class LeadDataRequest
|
||||
{
|
||||
[DataMember(Name = "leadName")]
|
||||
public string LeadName;
|
||||
|
||||
- Черновик -> Отправлена (Network отправляет запрос в CRM с полями)
|
||||
-
|
||||
[DataMember(Name = "products")]
|
||||
public List<ProductItem> Products;
|
||||
|
||||
[DataMember(Name = "distributorName")]
|
||||
public string DistributorName;
|
||||
|
||||
[DataMember(Name = "distributorInn")]
|
||||
public string DistributorInn;
|
||||
}
|
||||
Reference in New Issue
Block a user