<< Klik hier om de inhoudsopgave te tonen >> Navigatie: 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="https://api.stip-t.nl/v1/"> <securityToken></securityToken> <relation> <relationNo></relationNo> <name></name> <contact></contact> <address></address> <postalCode></postalCode> <city></city> <countryCode></countryCode> <IBAN></IBAN> <BIC></BIC> <commerceNo></commerceNo> <taxNo></taxNo> <OIN></OIN> <email></email> <telephone></telephone> <relationType></relationType> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </relation> </ns2:UpdateRelation> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
Opmerkingen/beperkingen |
Omschrijving |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
securityToken |
string |
verplicht |
securityToken verkregen bij login |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relation |
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="https://api.stip-t.nl/v1/"> <result> <error></error> <errorMessage></errorMessage> <relation> <relationNo></relationNo> <name></name> <contact></contact> <address></address> <postalCode></postalCode> <city></city> <countryCode></countryCode> <IBAN></IBAN> <BIC></BIC> <commerceNo></commerceNo> <taxNo></taxNo> <OIN></OIN> <email></email> <telephone></telephone> <relationType></relationType> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </relation> </result> </ns2:UpdateRelationResponse> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
result |
RequestResult
|