ITMSFNCCustomCloudSMS.Parse Method
Parses the raw response of a send request into the supplied request object, filling in its status, error message and items.
API unit family: TMSFNCCloudSMS
Declaring type: ITMSFNCCustomCloudSMS
Syntax
procedure Parse(ARequest: TTMSFNCCloudSMSRequest; ARequestResult: string);
Parameters
| Name | Description |
|---|---|
ARequest |
Request object to populate with the parsed result. |
ARequestResult |
Raw response text returned by the provider. |