Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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















Outputs

NameTypeDescriptionAvailable from version

Entities

Array

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






Code examples

XML request example
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>


Blog Posts

  • No labels