AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..Post<(Of <(<'TRequestParameter>)>)> Method (String, TRequestParameter, AuthenticationHeaderValue)
Posts the supplied request object to the URL with the specified
AuthenticationHeaderValue and deserialises the response.
Namespace:
AdvantageCSP.APIAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
public static AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..AdvantageApiRequestResult Post<TRequestParameter>( string url, TRequestParameter requestObject, AuthenticationHeaderValue authenticationHeader )
Type Parameters
- TRequestParameter
- The request-object type to serialise as the request body.
Parameters
- url
- Type: String
The target URL.
- requestObject
- Type: TRequestParameter
The request object to serialise; may be null for empty bodies.
- authenticationHeader
- Type: AuthenticationHeaderValue
The Authorization header value to attach; may be null.

