RestClient Post Method CTCT Wrapper Documented Class Library
Make an Http POST request.

Namespace: CTCT.Util
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public CUrlResponse Post(
	string url,
	string accessToken,
	string apiKey,
	string data
)

Parameters

url
Type: System String
Request URL.
accessToken
Type: System String
Constant Contact OAuth2 access token
apiKey
Type: System String
The API key for the application
data
Type: System String
Data to send with request.

Return Value

The response body, http info, and error (if one exists).

Implements

IRestClient Post(String, String, String, String)
See Also