Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array[] of UpdateTransferReceiverState to update)

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuid This is the unique id of the transfer receiver which state should be updated Yes
TargetStatestring

The desired state to which the admission status should be updated.

Available states:

Admission_Created
Admission_Active
Admission_PendingCancelConfirmation
Admission_Cancelled
Admission_PendingCreateConfirmation
Admission_ToBeCancelled
Admission_Rejecte

 Yes















...

NameTypeDescriptionAvailable from version

Entities

Array

All UpdateTransferReceiverStates in the request is returned. And an array of Errors per UpdateTransferReceiverState.






Code examples

Code Block
languagexml
themeRDark
titleXML request example
collapsetrue
Content-Type: text/xml; charset=utf-8

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:tns="http://tempuri.org/" 
    xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/">
    <soap:Body>
        <UpdateTransferReceiverStates xmlns="http://tempuri.org/">
            <req>
                <Credentials>
                    <UserName>{{username}}</UserName>
                    <Password>{{password}}</Password>
                </Credentials>
                <identify>{{identify}}</identify>
                <Entities>
                    <UpdateTransferReceiverState>
                        <BrickId>996eb28f-99ab-4643-99b1-000000000000</BrickId>
                        <TargetState>Admission_ToBeCancelled</TargetState>
                    </UpdateTransferReceiverState>
                </Entities>
                <Fields>
                    <TargetState>true</TargetState>
                </Fields>
            </req>
        </UpdateTransferReceiverStates>
    </soap:Body>
</soap:Envelope>
Code Block
languagec#
themeRDark
titleC# - Get all account types from a BFS instance
linenumberstrue
collapsetrue



Blog Posts
sortcreation
contenttitles
labelsgetaccounttypes