CRUIDServicePostJsonRequest Method
Perform a POST Request with JSON Body
Namespace: CoreMX.NET.WebOperationsAssembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
protected Task<CRUIDResponse?> PostJsonRequest(
string apiUrl,
string jsonBody
)
- apiUrl String
- API Url
- jsonBody String
- The Json Body
TaskCRUIDResponse