CRUIDServicePostRequest(String, String, String, Encoding) Method

Perform a POST Request

Definition

Namespace: CoreMX.NET.WebOperations
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
protected Task<CRUIDResponse?> PostRequest(
	string apiUrl,
	string requestBody,
	string contentType,
	Encoding? encoding = null
)

Parameters

apiUrl  String
API Url
requestBody  String
The Request Body
contentType  String
The Content Type
encoding  Encoding  (Optional)
The Encoding

Return Value

TaskCRUIDResponse

See Also