UpdateTransferReceiverStates
Inputs (Array[] of UpdateTransferReceiverState to update)
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | Â This is the unique id of the transfer receiver which state should be updated | Â Yes | |
TargetState | string | The desired state to which the admission status should be updated. Available states: Admission_Created | Â Yes | |
Outputs
Name | Type | Description | Available 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
Related pages
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved