Skip to content

ServiceNow.Core

SNow.Core.API.API<T>

API<T>.PostAsync(string, object) Method

csharp
public System.Threading.Tasks.Task<T> PostAsync(string endpoint, object data);

Parameters

endpoint System.String

data System.Object

Returns

System.Threading.Tasks.Task<T>

Implements PostAsync(string, object)

Released under the MIT License.