Deallocate Child Message

Deallocate Child message is sent from the Global Ministry Center (GMC) to the Global Partner (GP).

The message informs the GP that a child has been reallocated to a different partner country. The GP whom the child was allocated to will receive this message to notify them that the child is no longer allocated to them.

Sample Message
Parameters

Sample Message

SOAP OnRamps and OffRamps exist to provide delivery of this EsbEnvelope.

Therefore, the EsbEnvelope should pass through OnRamps and OffRamps unchanged.

SOAP headers needed for making the call to the OnRamp are independent of headers inside the EsbEnvelope. The SOAP envelope and headers are not shown here.

This is an example only.

    <EsbEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                 xmlns="http://schemas.ci.org/ci/messaging/common/2011/04/">

    <EsbHeader>
      <SendersName>[string]</SendersName>
        <SendersAppName>[string]</SendersAppName>
        <SendersTrackingId>[GUID]</SendersTrackingId>
        <ToAddress>[string]</ToAddress>
        <FromAddress>[string]</FromAddress>
        <MessageType>
http://schemas.ci.org/ci/messaging/compass/2013/02/DeallocateChild
</
MessageType>
        <RequestId>[string]</RequestId>
      </EsbHeader>
      <EsbBody>
        <DeallocateChild>
          <PartnerCountryCode>AA</PartnerCountryCode>
          <ChildId>[string]</ChildId>
          <NeedKey>[string]</NeedKey>
          <Event>Deallocation</Event>
          <TransactionDate>mm-dd-yyyy</TransactionDate>
          <SentDate>mm-dd-yyyy</SentDate>

          <ChildType>[string]</ChildType>
        </DeallocateChild>
      </EsbBody>
    </EsbEnvelope>

Parameters

Name Description
EsbEnvelope Headers
SendersName Supplied by Cornerstone Connect during setup
SendersAppName Supplied by Cornerstone Connect during setup
SendersTrackingId Supplied by Cornerstone Connect during setup
ToAddress Supplied by Cornerstone Connect during setup
FromAddress Supplied by Cornerstone Connect during setup
MessageType http://schemas.ci.org/ci/messaging/compass/2013/02/AllocateChild
RequestId Unique number created by Compass in order to track specific messages
EsbBody (populated by Compass)
DeallocateChild
PartnerCountryCode
IP country code to which the message is sent
ChildId System generated unique identifier for a child
NeedKey Child key
Event Event is Deallocation
TransactionDate Date Compass solidified the transaction. This can be the same day or earlier than the SentDate.
SentDate Automatically populated when the message is sent
ChildType ChildType can be:
  • CDSPChild
  • LDPChild

0 Comments

New comments are not being accepted at this time.

Docs Navigation