Traffic


Click here for a complete list of operations.

InsertStation2

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /TrafficWS/Traffic.asmx HTTP/1.1
Host: www.traf.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://service.radiotraffic.com/InsertStation2"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationHeader xmlns="http://service.radiotraffic.com/">
      <Username>string</Username>
      <Password>string</Password>
    </AuthenticationHeader>
  </soap:Header>
  <soap:Body>
    <InsertStation2 xmlns="http://service.radiotraffic.com/">
      <groupGuid>guid</groupGuid>
      <name>string</name>
      <callLetters>string</callLetters>
      <url>string</url>
      <invoiceCertifiedText>string</invoiceCertifiedText>
      <invoiceNotaryText>string</invoiceNotaryText>
      <invoiceFooterComment>string</invoiceFooterComment>
      <address>string</address>
      <city>string</city>
      <stateId>int</stateId>
      <stateInternational>string</stateInternational>
      <postal>string</postal>
      <countryId>int</countryId>
      <printAddressOverride>string</printAddressOverride>
      <phone>string</phone>
      <logLength>int</logLength>
      <prelockLength>int</prelockLength>
      <advertiserLongevityLevel>int</advertiserLongevityLevel>
      <dateEnteredLevel>int</dateEnteredLevel>
      <orderLengthLevel>int</orderLengthLevel>
      <priorityLevel>int</priorityLevel>
      <quantitySpotsLevel>int</quantitySpotsLevel>
      <ratePercentLevel>int</ratePercentLevel>
      <schedulingWindowLevel>int</schedulingWindowLevel>
      <emailMyTimesSubject>string</emailMyTimesSubject>
      <emailMyTimesBody>string</emailMyTimesBody>
      <invoiceSubject>string</invoiceSubject>
      <invoiceBody>string</invoiceBody>
      <automationTypeId>int</automationTypeId>
      <automationLogPath>string</automationLogPath>
      <automationTag>string</automationTag>
      <automationAirId>int</automationAirId>
      <automationAirPath>string</automationAirPath>
      <automationAirTag>string</automationAirTag>
      <trashed>boolean</trashed>
      <separationTypeId>int</separationTypeId>
      <separationAmount>int</separationAmount>
      <marketGroupingId>int</marketGroupingId>
      <formatGroupingId>int</formatGroupingId>
      <financeGroupingId>int</financeGroupingId>
      <impressionWeb>int</impressionWeb>
      <impressionStream>int</impressionStream>
      <businessNumber>string</businessNumber>
      <licensesCsv>string</licensesCsv>
      <limitContractCount>int</limitContractCount>
      <limitCopyCount>int</limitCopyCount>
      <limitInvoiceCount>int</limitInvoiceCount>
      <limitNetworkCount>int</limitNetworkCount>
      <limitLogTemplateCount>int</limitLogTemplateCount>
      <limitLogNoteCount>int</limitLogNoteCount>
      <limitAutomationCommandCount>int</limitAutomationCommandCount>
      <limitProgramCount>int</limitProgramCount>
      <limitClockCount>int</limitClockCount>
      <limitPlanCount>int</limitPlanCount>
      <limitMonthlyBillingAmount>decimal</limitMonthlyBillingAmount>
      <limitMonthlyEdiCount>int</limitMonthlyEdiCount>
      <historyComment>string</historyComment>
    </InsertStation2>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <InsertStation2Response xmlns="http://service.radiotraffic.com/">
      <InsertStation2Result>int</InsertStation2Result>
    </InsertStation2Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /TrafficWS/Traffic.asmx HTTP/1.1
Host: www.traf.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthenticationHeader xmlns="http://service.radiotraffic.com/">
      <Username>string</Username>
      <Password>string</Password>
    </AuthenticationHeader>
  </soap12:Header>
  <soap12:Body>
    <InsertStation2 xmlns="http://service.radiotraffic.com/">
      <groupGuid>guid</groupGuid>
      <name>string</name>
      <callLetters>string</callLetters>
      <url>string</url>
      <invoiceCertifiedText>string</invoiceCertifiedText>
      <invoiceNotaryText>string</invoiceNotaryText>
      <invoiceFooterComment>string</invoiceFooterComment>
      <address>string</address>
      <city>string</city>
      <stateId>int</stateId>
      <stateInternational>string</stateInternational>
      <postal>string</postal>
      <countryId>int</countryId>
      <printAddressOverride>string</printAddressOverride>
      <phone>string</phone>
      <logLength>int</logLength>
      <prelockLength>int</prelockLength>
      <advertiserLongevityLevel>int</advertiserLongevityLevel>
      <dateEnteredLevel>int</dateEnteredLevel>
      <orderLengthLevel>int</orderLengthLevel>
      <priorityLevel>int</priorityLevel>
      <quantitySpotsLevel>int</quantitySpotsLevel>
      <ratePercentLevel>int</ratePercentLevel>
      <schedulingWindowLevel>int</schedulingWindowLevel>
      <emailMyTimesSubject>string</emailMyTimesSubject>
      <emailMyTimesBody>string</emailMyTimesBody>
      <invoiceSubject>string</invoiceSubject>
      <invoiceBody>string</invoiceBody>
      <automationTypeId>int</automationTypeId>
      <automationLogPath>string</automationLogPath>
      <automationTag>string</automationTag>
      <automationAirId>int</automationAirId>
      <automationAirPath>string</automationAirPath>
      <automationAirTag>string</automationAirTag>
      <trashed>boolean</trashed>
      <separationTypeId>int</separationTypeId>
      <separationAmount>int</separationAmount>
      <marketGroupingId>int</marketGroupingId>
      <formatGroupingId>int</formatGroupingId>
      <financeGroupingId>int</financeGroupingId>
      <impressionWeb>int</impressionWeb>
      <impressionStream>int</impressionStream>
      <businessNumber>string</businessNumber>
      <licensesCsv>string</licensesCsv>
      <limitContractCount>int</limitContractCount>
      <limitCopyCount>int</limitCopyCount>
      <limitInvoiceCount>int</limitInvoiceCount>
      <limitNetworkCount>int</limitNetworkCount>
      <limitLogTemplateCount>int</limitLogTemplateCount>
      <limitLogNoteCount>int</limitLogNoteCount>
      <limitAutomationCommandCount>int</limitAutomationCommandCount>
      <limitProgramCount>int</limitProgramCount>
      <limitClockCount>int</limitClockCount>
      <limitPlanCount>int</limitPlanCount>
      <limitMonthlyBillingAmount>decimal</limitMonthlyBillingAmount>
      <limitMonthlyEdiCount>int</limitMonthlyEdiCount>
      <historyComment>string</historyComment>
    </InsertStation2>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <InsertStation2Response xmlns="http://service.radiotraffic.com/">
      <InsertStation2Result>int</InsertStation2Result>
    </InsertStation2Response>
  </soap12:Body>
</soap12:Envelope>