DonorHubWebService


Click here for a complete list of operations.

AuthorizeNet_GiveSite_GetGivePlans

.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
SessionID:
FilteredBy_GiveMethodID:

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 /dataqueryservice.asmx HTTP/1.1
Host: local-mytntware-com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "donorhub.tntware.com/AuthorizeNet_GiveSite_GetGivePlans"

<?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>
    <AuthorizeNet_GiveSite_GetGivePlans xmlns="donorhub.tntware.com">
      <SessionID>string</SessionID>
      <FilteredBy_GiveMethodID>int</FilteredBy_GiveMethodID>
    </AuthorizeNet_GiveSite_GetGivePlans>
  </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>
    <AuthorizeNet_GiveSite_GetGivePlansResponse xmlns="donorhub.tntware.com">
      <AuthorizeNet_GiveSite_GetGivePlansResult>
        <TGivePlan>
          <GivePlanID>int</GivePlanID>
          <GiveProfileID>int</GiveProfileID>
          <OnBehalfOf>string</OnBehalfOf>
          <GiveMethodID>int</GiveMethodID>
          <AcctType>string</AcctType>
          <AcctNr>string</AcctNr>
          <GiveMethodError>string</GiveMethodError>
          <ExpirationYear>int</ExpirationYear>
          <ExpirationMonth>int</ExpirationMonth>
          <DesigCode>string</DesigCode>
          <Amount>decimal</Amount>
          <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
          <NextGiftDate>dateTime</NextGiftDate>
          <FirstGiftDate>dateTime</FirstGiftDate>
          <LastGiftDate>dateTime</LastGiftDate>
          <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
          <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
          <LastErrorMsg>string</LastErrorMsg>
          <LastErrorIsInternal>boolean</LastErrorIsInternal>
          <LastErrorDate>dateTime</LastErrorDate>
          <WillRetrySoon>boolean</WillRetrySoon>
          <NumberOfMissedPayments>int</NumberOfMissedPayments>
        </TGivePlan>
        <TGivePlan>
          <GivePlanID>int</GivePlanID>
          <GiveProfileID>int</GiveProfileID>
          <OnBehalfOf>string</OnBehalfOf>
          <GiveMethodID>int</GiveMethodID>
          <AcctType>string</AcctType>
          <AcctNr>string</AcctNr>
          <GiveMethodError>string</GiveMethodError>
          <ExpirationYear>int</ExpirationYear>
          <ExpirationMonth>int</ExpirationMonth>
          <DesigCode>string</DesigCode>
          <Amount>decimal</Amount>
          <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
          <NextGiftDate>dateTime</NextGiftDate>
          <FirstGiftDate>dateTime</FirstGiftDate>
          <LastGiftDate>dateTime</LastGiftDate>
          <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
          <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
          <LastErrorMsg>string</LastErrorMsg>
          <LastErrorIsInternal>boolean</LastErrorIsInternal>
          <LastErrorDate>dateTime</LastErrorDate>
          <WillRetrySoon>boolean</WillRetrySoon>
          <NumberOfMissedPayments>int</NumberOfMissedPayments>
        </TGivePlan>
      </AuthorizeNet_GiveSite_GetGivePlansResult>
    </AuthorizeNet_GiveSite_GetGivePlansResponse>
  </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 /dataqueryservice.asmx HTTP/1.1
Host: local-mytntware-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>
    <AuthorizeNet_GiveSite_GetGivePlans xmlns="donorhub.tntware.com">
      <SessionID>string</SessionID>
      <FilteredBy_GiveMethodID>int</FilteredBy_GiveMethodID>
    </AuthorizeNet_GiveSite_GetGivePlans>
  </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>
    <AuthorizeNet_GiveSite_GetGivePlansResponse xmlns="donorhub.tntware.com">
      <AuthorizeNet_GiveSite_GetGivePlansResult>
        <TGivePlan>
          <GivePlanID>int</GivePlanID>
          <GiveProfileID>int</GiveProfileID>
          <OnBehalfOf>string</OnBehalfOf>
          <GiveMethodID>int</GiveMethodID>
          <AcctType>string</AcctType>
          <AcctNr>string</AcctNr>
          <GiveMethodError>string</GiveMethodError>
          <ExpirationYear>int</ExpirationYear>
          <ExpirationMonth>int</ExpirationMonth>
          <DesigCode>string</DesigCode>
          <Amount>decimal</Amount>
          <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
          <NextGiftDate>dateTime</NextGiftDate>
          <FirstGiftDate>dateTime</FirstGiftDate>
          <LastGiftDate>dateTime</LastGiftDate>
          <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
          <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
          <LastErrorMsg>string</LastErrorMsg>
          <LastErrorIsInternal>boolean</LastErrorIsInternal>
          <LastErrorDate>dateTime</LastErrorDate>
          <WillRetrySoon>boolean</WillRetrySoon>
          <NumberOfMissedPayments>int</NumberOfMissedPayments>
        </TGivePlan>
        <TGivePlan>
          <GivePlanID>int</GivePlanID>
          <GiveProfileID>int</GiveProfileID>
          <OnBehalfOf>string</OnBehalfOf>
          <GiveMethodID>int</GiveMethodID>
          <AcctType>string</AcctType>
          <AcctNr>string</AcctNr>
          <GiveMethodError>string</GiveMethodError>
          <ExpirationYear>int</ExpirationYear>
          <ExpirationMonth>int</ExpirationMonth>
          <DesigCode>string</DesigCode>
          <Amount>decimal</Amount>
          <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
          <NextGiftDate>dateTime</NextGiftDate>
          <FirstGiftDate>dateTime</FirstGiftDate>
          <LastGiftDate>dateTime</LastGiftDate>
          <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
          <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
          <LastErrorMsg>string</LastErrorMsg>
          <LastErrorIsInternal>boolean</LastErrorIsInternal>
          <LastErrorDate>dateTime</LastErrorDate>
          <WillRetrySoon>boolean</WillRetrySoon>
          <NumberOfMissedPayments>int</NumberOfMissedPayments>
        </TGivePlan>
      </AuthorizeNet_GiveSite_GetGivePlansResult>
    </AuthorizeNet_GiveSite_GetGivePlansResponse>
  </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 /dataqueryservice.asmx/AuthorizeNet_GiveSite_GetGivePlans?SessionID=string&FilteredBy_GiveMethodID=string HTTP/1.1
Host: local-mytntware-com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTGivePlan xmlns="donorhub.tntware.com">
  <TGivePlan>
    <GivePlanID>int</GivePlanID>
    <GiveProfileID>int</GiveProfileID>
    <OnBehalfOf>string</OnBehalfOf>
    <GiveMethodID>int</GiveMethodID>
    <AcctType>string</AcctType>
    <AcctNr>string</AcctNr>
    <GiveMethodError>string</GiveMethodError>
    <ExpirationYear>int</ExpirationYear>
    <ExpirationMonth>int</ExpirationMonth>
    <DesigCode>string</DesigCode>
    <Amount>decimal</Amount>
    <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
    <NextGiftDate>dateTime</NextGiftDate>
    <FirstGiftDate>dateTime</FirstGiftDate>
    <LastGiftDate>dateTime</LastGiftDate>
    <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
    <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
    <LastErrorMsg>string</LastErrorMsg>
    <LastErrorIsInternal>boolean</LastErrorIsInternal>
    <LastErrorDate>dateTime</LastErrorDate>
    <WillRetrySoon>boolean</WillRetrySoon>
    <NumberOfMissedPayments>int</NumberOfMissedPayments>
  </TGivePlan>
  <TGivePlan>
    <GivePlanID>int</GivePlanID>
    <GiveProfileID>int</GiveProfileID>
    <OnBehalfOf>string</OnBehalfOf>
    <GiveMethodID>int</GiveMethodID>
    <AcctType>string</AcctType>
    <AcctNr>string</AcctNr>
    <GiveMethodError>string</GiveMethodError>
    <ExpirationYear>int</ExpirationYear>
    <ExpirationMonth>int</ExpirationMonth>
    <DesigCode>string</DesigCode>
    <Amount>decimal</Amount>
    <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
    <NextGiftDate>dateTime</NextGiftDate>
    <FirstGiftDate>dateTime</FirstGiftDate>
    <LastGiftDate>dateTime</LastGiftDate>
    <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
    <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
    <LastErrorMsg>string</LastErrorMsg>
    <LastErrorIsInternal>boolean</LastErrorIsInternal>
    <LastErrorDate>dateTime</LastErrorDate>
    <WillRetrySoon>boolean</WillRetrySoon>
    <NumberOfMissedPayments>int</NumberOfMissedPayments>
  </TGivePlan>
</ArrayOfTGivePlan>

HTTP POST

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

POST /dataqueryservice.asmx/AuthorizeNet_GiveSite_GetGivePlans HTTP/1.1
Host: local-mytntware-com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SessionID=string&FilteredBy_GiveMethodID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTGivePlan xmlns="donorhub.tntware.com">
  <TGivePlan>
    <GivePlanID>int</GivePlanID>
    <GiveProfileID>int</GiveProfileID>
    <OnBehalfOf>string</OnBehalfOf>
    <GiveMethodID>int</GiveMethodID>
    <AcctType>string</AcctType>
    <AcctNr>string</AcctNr>
    <GiveMethodError>string</GiveMethodError>
    <ExpirationYear>int</ExpirationYear>
    <ExpirationMonth>int</ExpirationMonth>
    <DesigCode>string</DesigCode>
    <Amount>decimal</Amount>
    <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
    <NextGiftDate>dateTime</NextGiftDate>
    <FirstGiftDate>dateTime</FirstGiftDate>
    <LastGiftDate>dateTime</LastGiftDate>
    <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
    <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
    <LastErrorMsg>string</LastErrorMsg>
    <LastErrorIsInternal>boolean</LastErrorIsInternal>
    <LastErrorDate>dateTime</LastErrorDate>
    <WillRetrySoon>boolean</WillRetrySoon>
    <NumberOfMissedPayments>int</NumberOfMissedPayments>
  </TGivePlan>
  <TGivePlan>
    <GivePlanID>int</GivePlanID>
    <GiveProfileID>int</GiveProfileID>
    <OnBehalfOf>string</OnBehalfOf>
    <GiveMethodID>int</GiveMethodID>
    <AcctType>string</AcctType>
    <AcctNr>string</AcctNr>
    <GiveMethodError>string</GiveMethodError>
    <ExpirationYear>int</ExpirationYear>
    <ExpirationMonth>int</ExpirationMonth>
    <DesigCode>string</DesigCode>
    <Amount>decimal</Amount>
    <Frequency>gfSingle or gfWeekly or gfBiWeekly or gfMonthly or gfQuarterly or gfSemiAnnually or gfAnnually</Frequency>
    <NextGiftDate>dateTime</NextGiftDate>
    <FirstGiftDate>dateTime</FirstGiftDate>
    <LastGiftDate>dateTime</LastGiftDate>
    <GiftToCoverProcessorFee>decimal</GiftToCoverProcessorFee>
    <MakeAnonymousToDesig>boolean</MakeAnonymousToDesig>
    <LastErrorMsg>string</LastErrorMsg>
    <LastErrorIsInternal>boolean</LastErrorIsInternal>
    <LastErrorDate>dateTime</LastErrorDate>
    <WillRetrySoon>boolean</WillRetrySoon>
    <NumberOfMissedPayments>int</NumberOfMissedPayments>
  </TGivePlan>
</ArrayOfTGivePlan>