BNEnetforumxml


Click here for a complete list of operations.

CeuApplyExternalCredits

Add ceu credits to an individual. Existing credits can be updated based on the credit externalId.

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 /xweb/secure/bnenetforumxml.asmx HTTP/1.1
Host: netforum.sema.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.avectra.com/2005/CeuApplyExternalCredits"

<?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>
    <AuthorizationToken xmlns="http://www.avectra.com/2005/">
      <Token>string</Token>
    </AuthorizationToken>
  </soap:Header>
  <soap:Body>
    <CeuApplyExternalCredits xmlns="http://www.avectra.com/2005/">
      <individualKey>guid</individualKey>
      <credits>
        <credit>
          <productId>guid</productId>
          <externalId>string</externalId>
          <grantDate>dateTime</grantDate>
          <creditStatus>string</creditStatus>
          <creditValue>decimal</creditValue>
          <creditType>string</creditType>
          <productCompletionDate>dateTime</productCompletionDate>
          <productStatus>string</productStatus>
          <productScore>decimal</productScore>
        </credit>
        <credit>
          <productId>guid</productId>
          <externalId>string</externalId>
          <grantDate>dateTime</grantDate>
          <creditStatus>string</creditStatus>
          <creditValue>decimal</creditValue>
          <creditType>string</creditType>
          <productCompletionDate>dateTime</productCompletionDate>
          <productStatus>string</productStatus>
          <productScore>decimal</productScore>
        </credit>
      </credits>
    </CeuApplyExternalCredits>
  </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:Header>
    <AuthorizationToken xmlns="http://www.avectra.com/2005/">
      <Token>string</Token>
    </AuthorizationToken>
  </soap:Header>
  <soap:Body>
    <CeuApplyExternalCreditsResponse xmlns="http://www.avectra.com/2005/">
      <CeuApplyExternalCreditsResult>
        <CeuCreditResult>
          <ceu_key>guid</ceu_key>
          <externalId>string</externalId>
          <resultStatus>string</resultStatus>
          <resultMessage>string</resultMessage>
        </CeuCreditResult>
        <CeuCreditResult>
          <ceu_key>guid</ceu_key>
          <externalId>string</externalId>
          <resultStatus>string</resultStatus>
          <resultMessage>string</resultMessage>
        </CeuCreditResult>
      </CeuApplyExternalCreditsResult>
    </CeuApplyExternalCreditsResponse>
  </soap:Body>
</soap:Envelope>