Perform a POST request.
Namespace:
Apptus.Util.Http
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public abstract void PostChars(
string path,
Dictionary<string, string> args,
TextReader body
)
Parameters
- path
- Type: SystemString
The path to request. - args
- Type: System.Collections.GenericDictionaryString, String
The request arguments. - body
- Type: System.IOTextReader
The request body.
See Also