CRUIDServicePostFormRequest Method

Perform a POST Request with Form Fields

Definition

Namespace: CoreMX.NET.WebOperations
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
protected Task<CRUIDResponse?> PostFormRequest(
	string apiUrl,
	Dictionary<string, string> formFields
)

Parameters

apiUrl  String
API Url
formFields  DictionaryString, String
The Form Fields

Return Value

TaskCRUIDResponse

See Also