GPApiClientLibrary_wolf


Click here for a complete list of operations.

setEDIDocHeader

EDI header. Return DocumentID or ERROR

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 /apis/soap/wolf/acl.asmx HTTP/1.1
Host: cloud.greyphillips.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://greyphillips.com/setEDIDocHeader"

<?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>
    <setEDIDocHeader xmlns="http://greyphillips.com/">
      <strToken>string</strToken>
      <intAction>int</intAction>
      <strDocumentID>string</strDocumentID>
      <strDocumentKey>string</strDocumentKey>
      <strConsecutiveID>string</strConsecutiveID>
      <intSituation>int</intSituation>
      <strReceiverID>string</strReceiverID>
      <strReceiverAddressID>string</strReceiverAddressID>
      <strDatetime>string</strDatetime>
      <strCurrencyID>string</strCurrencyID>
      <strSaleConditionID>string</strSaleConditionID>
      <strCreditTerm>string</strCreditTerm>
      <strPaymentMethods>string</strPaymentMethods>
      <decTotalServTaxed>decimal</decTotalServTaxed>
      <decTotalServNoTaxed>decimal</decTotalServNoTaxed>
      <decTotalProdsTaxed>decimal</decTotalProdsTaxed>
      <decTotalProdsNoTaxed>decimal</decTotalProdsNoTaxed>
      <decTotalDiscounts>decimal</decTotalDiscounts>
      <decTotalTax>decimal</decTotalTax>
      <decExchangeRate>decimal</decExchangeRate>
      <strComent>string</strComent>
      <strSaler>string</strSaler>
      <strBuyOrder>string</strBuyOrder>
      <strSaleOrder>string</strSaleOrder>
      <intPDFDecimals>int</intPDFDecimals>
      <strAditional>string</strAditional>
      <strAdicRefID>string</strAdicRefID>
      <strTerminal>string</strTerminal>
      <strAdicRefID2>string</strAdicRefID2>
      <strCodR>string</strCodR>
      <strCCEID>string</strCCEID>
      <dblTotalReturnedIVA>decimal</dblTotalReturnedIVA>
      <dblTotalOtherCharges>decimal</dblTotalOtherCharges>
      <dblTotalMercExonerated>decimal</dblTotalMercExonerated>
      <dblTotalServExonerated>decimal</dblTotalServExonerated>
      <strActivityCode>string</strActivityCode>
      <strSgAppID>string</strSgAppID>
      <strContact2ID>string</strContact2ID>
      <strContactAddress2ID>string</strContactAddress2ID>
      <strBudgetID>string</strBudgetID>
      <strBuyTypeID>string</strBuyTypeID>
      <strDatePO>string</strDatePO>
      <strMovTypeID>string</strMovTypeID>
      <strDatePay>string</strDatePay>
      <strInfoPay>string</strInfoPay>
    </setEDIDocHeader>
  </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>
    <setEDIDocHeaderResponse xmlns="http://greyphillips.com/">
      <setEDIDocHeaderResult>string</setEDIDocHeaderResult>
    </setEDIDocHeaderResponse>
  </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 /apis/soap/wolf/acl.asmx HTTP/1.1
Host: cloud.greyphillips.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>
    <setEDIDocHeader xmlns="http://greyphillips.com/">
      <strToken>string</strToken>
      <intAction>int</intAction>
      <strDocumentID>string</strDocumentID>
      <strDocumentKey>string</strDocumentKey>
      <strConsecutiveID>string</strConsecutiveID>
      <intSituation>int</intSituation>
      <strReceiverID>string</strReceiverID>
      <strReceiverAddressID>string</strReceiverAddressID>
      <strDatetime>string</strDatetime>
      <strCurrencyID>string</strCurrencyID>
      <strSaleConditionID>string</strSaleConditionID>
      <strCreditTerm>string</strCreditTerm>
      <strPaymentMethods>string</strPaymentMethods>
      <decTotalServTaxed>decimal</decTotalServTaxed>
      <decTotalServNoTaxed>decimal</decTotalServNoTaxed>
      <decTotalProdsTaxed>decimal</decTotalProdsTaxed>
      <decTotalProdsNoTaxed>decimal</decTotalProdsNoTaxed>
      <decTotalDiscounts>decimal</decTotalDiscounts>
      <decTotalTax>decimal</decTotalTax>
      <decExchangeRate>decimal</decExchangeRate>
      <strComent>string</strComent>
      <strSaler>string</strSaler>
      <strBuyOrder>string</strBuyOrder>
      <strSaleOrder>string</strSaleOrder>
      <intPDFDecimals>int</intPDFDecimals>
      <strAditional>string</strAditional>
      <strAdicRefID>string</strAdicRefID>
      <strTerminal>string</strTerminal>
      <strAdicRefID2>string</strAdicRefID2>
      <strCodR>string</strCodR>
      <strCCEID>string</strCCEID>
      <dblTotalReturnedIVA>decimal</dblTotalReturnedIVA>
      <dblTotalOtherCharges>decimal</dblTotalOtherCharges>
      <dblTotalMercExonerated>decimal</dblTotalMercExonerated>
      <dblTotalServExonerated>decimal</dblTotalServExonerated>
      <strActivityCode>string</strActivityCode>
      <strSgAppID>string</strSgAppID>
      <strContact2ID>string</strContact2ID>
      <strContactAddress2ID>string</strContactAddress2ID>
      <strBudgetID>string</strBudgetID>
      <strBuyTypeID>string</strBuyTypeID>
      <strDatePO>string</strDatePO>
      <strMovTypeID>string</strMovTypeID>
      <strDatePay>string</strDatePay>
      <strInfoPay>string</strInfoPay>
    </setEDIDocHeader>
  </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>
    <setEDIDocHeaderResponse xmlns="http://greyphillips.com/">
      <setEDIDocHeaderResult>string</setEDIDocHeaderResult>
    </setEDIDocHeaderResponse>
  </soap12:Body>
</soap12:Envelope>