ResumeAdGroupsResponse Message Object
Defines the response message that the ResumeAdGroups operation returns to the client.
<wsdl:message name="ResumeAdGroupsResponse"> <wsdl:part name="parameters" element="tns:ResumeAdGroupsResponse" /> </wsdl:message>
Header Elements
Element | Description | Data Type |
|---|---|---|
TrackingId | The identifier of the log entry that contains details about the API call. | string |
SOAP
The following example shows the complete SOAP envelope for a ResumeAdGroupsResponse response.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header xmlns="https://adcenter.microsoft.com/v8"> <TrackingId p4:nil="false" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance"></TrackingId> </s:Header> <s:Body> <ResumeAdGroupsResponse xmlns="https://adcenter.microsoft.com/v8" /> </s:Body> </s:Envelope>