Show / Hide Table of Contents

Class PayrollApiSpecification

The Payroll Api specification

Inheritance
object
PayrollApiSpecification
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class PayrollApiSpecification

Fields

ApiKeyHeader

API key header

Declaration
public static readonly string ApiKeyHeader
Field Value
Type Description
string
Remarks

see backend specification

ApiSettingsFileName

File name containing the api settings

Declaration
public static readonly string ApiSettingsFileName
Field Value
Type Description
string

BackendApiKey

Setting name for the payroll api key

Declaration
public static readonly string BackendApiKey
Field Value
Type Description
string

BackendPortSetting

Setting name for the payroll backend port

Declaration
public static readonly string BackendPortSetting
Field Value
Type Description
string

BackendUrlSetting

Setting name for the payroll backend url

Declaration
public static readonly string BackendUrlSetting
Field Value
Type Description
string

TenantAuthorizationHeader

Tenant authorization header

Declaration
public static readonly string TenantAuthorizationHeader
Field Value
Type Description
string
Remarks

see backend specification

Properties

CurrentApiVersion

The current API version Update backend version changes here

Declaration
public static Version CurrentApiVersion { get; }
Property Value
Type Description
Version
☀
☾
Back to top Generated by DocFX