Documentation > CMS Template API Library > PutHttpResponse
CrownPeak.CMSAPI.PutHttpResponse : CrownPeak.CMSAPI.HttpResponse
The object returned by Util.PutHttp. It contains the response text and various meta information about the PUT request.
Name | Description | Type |
---|---|---|
Headers | This is the headers that were sent to the server that returned the POST. There are provided for debugging purposes for cases where the receiving server needs a specific set of headers passed to it. |
Property |
ResponseText | The text that has been returned from the server. |
Property |
StatusCode | The status code returned from the server. |
Property |
StatusDescription | The status description returned from the server. |
Property |