FulfillmentService


Click here for a complete list of operations.

SubmitPAVendor_Basic

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
agentID:
adsmartAdID:
productGroupID:
mediaCodeID:
adStartDate:
adEndDate:
estimatedCost:
language:
autoApproved:
agentComment:
translation:
translatorName:
transactionDate:
vendorID:
urlString:

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 /FulfillmentService.asmx HTTP/1.1
Host: vzwapp2.vzwcoop.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://vzw.acbcoop.com/SubmitPAVendor_Basic"

<?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>
    <SubmitPAVendor_Basic xmlns="http://vzw.acbcoop.com/">
      <agentID>string</agentID>
      <adsmartAdID>int</adsmartAdID>
      <productGroupID>int</productGroupID>
      <mediaCodeID>int</mediaCodeID>
      <adStartDate>string</adStartDate>
      <adEndDate>string</adEndDate>
      <estimatedCost>decimal</estimatedCost>
      <language>string</language>
      <autoApproved>string</autoApproved>
      <agentComment>string</agentComment>
      <translation>string</translation>
      <translatorName>string</translatorName>
      <transactionDate>string</transactionDate>
      <vendorID>int</vendorID>
      <urlString>string</urlString>
    </SubmitPAVendor_Basic>
  </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>
    <SubmitPAVendor_BasicResponse xmlns="http://vzw.acbcoop.com/">
      <SubmitPAVendor_BasicResult>
        <PreApprovalNumber>string</PreApprovalNumber>
        <Comment>string</Comment>
      </SubmitPAVendor_BasicResult>
    </SubmitPAVendor_BasicResponse>
  </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 /FulfillmentService.asmx HTTP/1.1
Host: vzwapp2.vzwcoop.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:Body>
    <SubmitPAVendor_Basic xmlns="http://vzw.acbcoop.com/">
      <agentID>string</agentID>
      <adsmartAdID>int</adsmartAdID>
      <productGroupID>int</productGroupID>
      <mediaCodeID>int</mediaCodeID>
      <adStartDate>string</adStartDate>
      <adEndDate>string</adEndDate>
      <estimatedCost>decimal</estimatedCost>
      <language>string</language>
      <autoApproved>string</autoApproved>
      <agentComment>string</agentComment>
      <translation>string</translation>
      <translatorName>string</translatorName>
      <transactionDate>string</transactionDate>
      <vendorID>int</vendorID>
      <urlString>string</urlString>
    </SubmitPAVendor_Basic>
  </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>
    <SubmitPAVendor_BasicResponse xmlns="http://vzw.acbcoop.com/">
      <SubmitPAVendor_BasicResult>
        <PreApprovalNumber>string</PreApprovalNumber>
        <Comment>string</Comment>
      </SubmitPAVendor_BasicResult>
    </SubmitPAVendor_BasicResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /FulfillmentService.asmx/SubmitPAVendor_Basic?agentID=string&adsmartAdID=string&productGroupID=string&mediaCodeID=string&adStartDate=string&adEndDate=string&estimatedCost=string&language=string&autoApproved=string&agentComment=string&translation=string&translatorName=string&transactionDate=string&vendorID=string&urlString=string HTTP/1.1
Host: vzwapp2.vzwcoop.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<PreApprovalServiceVendorResponse xmlns="http://vzw.acbcoop.com/">
  <PreApprovalNumber>string</PreApprovalNumber>
  <Comment>string</Comment>
</PreApprovalServiceVendorResponse>

HTTP POST

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

POST /FulfillmentService.asmx/SubmitPAVendor_Basic HTTP/1.1
Host: vzwapp2.vzwcoop.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

agentID=string&adsmartAdID=string&productGroupID=string&mediaCodeID=string&adStartDate=string&adEndDate=string&estimatedCost=string&language=string&autoApproved=string&agentComment=string&translation=string&translatorName=string&transactionDate=string&vendorID=string&urlString=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<PreApprovalServiceVendorResponse xmlns="http://vzw.acbcoop.com/">
  <PreApprovalNumber>string</PreApprovalNumber>
  <Comment>string</Comment>
</PreApprovalServiceVendorResponse>