RequestSettings class
Request settings.
public class RequestSettings
Public Members
name | description |
---|---|
RequestSettings() | The default constructor. |
BaseAddress { get; set; } | API base address. |
BasicAuthentication { get; set; } | Basic authentication for the request, when needed. |
CompanyId { get; set; } | ID of the company against which the request should be performed. |
TokenAuthentication { get; set; } | Bearer token authentication for the request. Most frequently used. |
ValidationOverride { get; set; } | Wether validation errors should be overridale, if applicable. |
See Also
- namespace Amica