Class EdiMessageRouting
Routing information to identify the parties involved in the data transfer (e.g. PartnerId, ConiziId...)
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiMessageRouting
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiMessageRouting : EdiPatternPropertiesBase
Properties
ConiziId
Conizi Id is used to identify the sending or receiving Tenant/Site/App on the conizi platform
Declaration
public string ConiziId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EdiId
Edi Id is used to identify the technical sender or receiver (e.g. CONIZVK)
Declaration
public string EdiId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartnerId
Partner Id is used to identify the real sender or receiver (e.g. 1234)
Declaration
public string PartnerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |