Skip to content

ServiceNow.Core

SNow.Core.API.IAPI<T>

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

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

Parameters

endpoint System.String

data System.Object

Returns

System.Threading.Tasks.Task<T>

Released under the MIT License.