Skip to content

ServiceNow.Core

SNow.Core.API.IAPI

IAPI.PutAsync(string, Guid, HttpContent) Method

csharp
System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync(string endpoint, System.Guid id, System.Net.Http.HttpContent data);

Parameters

endpoint System.String

id System.Guid

data System.Net.Http.HttpContent

Returns

System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>

Released under the MIT License.