<< Click to Display Table of Contents >> Navigation: API aanroepen > Relatie toevoegen/wijzigen |
Aanroep
Naam: UpdateRelation
Aanroep structuur
<?xml version="1.0" encoding="utf-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <S:Body> <ns2:UpdateRelation xmlns:ns2="api.timewriter.nl"> <securityToken></securityToken> <relation> <id1></id1> <id2></id2> <relationType></relationType> </relation> </ns2:UpdateRelation> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
Opmerkingen/beperkingen |
Omschrijving |
securityToken |
string |
verplicht |
securityToken verkregen bij login |
relation |
verplicht |
zie ook Relation |
Antwoord
Naam: UpdateRelationResponse
Antwoord structuur
<?xml version="1.0" encoding="utf-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <S:Body> <ns2:UpdateRelationResponse xmlns:ns2="api.timewriter.nl"> <result> <error></error> <errorMessage></errorMessage> <relation> <id1></id1> <id2></id2> <relationType></relationType> </relation> </result> </ns2:UpdateRelationResponse> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
result |
RequestResult |