CRUIDServicePutXmlRequest Method
Perform a PUT Request with XML Body
Namespace: CoreMX.NET.WebOperationsAssembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
protected Task<CRUIDResponse?> PutXmlRequest(
string apiUrl,
string xmlBody
)
- apiUrl String
- API Url
- xmlBody String
- The XML Body
TaskCRUIDResponse