Appearance
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