Class THeader
This class has information related to header information, which is the extra information sent from the caller side such as user id to provide full trace of API calls.
Inheritance
System.Object
THeader
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class THeader
Properties
EventSource
Declaration
[DataMember(EmitDefaultValue = false)]
public TEventSource EventSource { get; set; }
Property Value
| Type | Description |
|---|---|
| TEventSource | Event source information provides details from which the API call originates, e.g. "2" for mobile interface |
Office
Declaration
[DataMember(EmitDefaultValue = false)]
public TOffice Office { get; set; }
Property Value
| Type | Description |
|---|---|
| TOffice | Office details or point of sales identifier from which the API call originates |
UserId
Declaration
[DataMember(EmitDefaultValue = false)]
public string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | User identifier in calling system who triggers the current API call |