Request App security keys to get access documents from a company in a other account. The request is send to EmailAddress specified in the request. If the request is accepted by the user the api call RequestAppIntegrationCredentials will return the App security keys needed to access the document of the company
Header fields | |
---|---|
Fieldname | Description |
SOAPAction | [Mandatory] http://api.everbinding.nl/v3_1/RequestAppIntegration |
Request fields | |
Fieldname | Description |
ReferenceId | eConnect ReferenceId (XCNLxxxxxx, {schemeID}:{Id} like NL:KVK:nnnnnnnn) |
EmailAddress | The email address of the user that will grant access to the document |
Response fields | |
Fieldname | Description |
IntegrationToken | Token to retrieve App security keys with RequestAppIntegrationCredentials |
Request body
<?xml version="1.0" ?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><h:Authentication xmlns="http://api.everbinding.nl/v3_1/" xmlns:h="http://api.everbinding.nl/v3_1/"><SecurityToken>o2S1qTusL29hp3IgMKWsn2I5CFV2LmZ2ZmR2AQp4AGN0BQZmATH3ZwHkAQH1LGL2AGx0VvkiLKI0nS9ho25wMG0vZmtjAGL5AmZ1VvkiLKI0nS90nJ1yp3EuoKN9VwR1ZQL0ZwxkAGxvYT9uqKEbK3AcM25uqUIlMI9gMKEbo2D9VxuADHZgH0uOZFVfo2S1qTusqzIlp2yiow0vZF4jVvkiLKI0nS90o2gyow0vJKqXFTAbIQLmHxMSHQEEFKc0nwIwL3ydDwIEGHplnmpvYT9uqKEbK3AcM25uqUIlMG0vnQIfnlHlDyuKHwWBpT0mGJkXDJkTHyInp1WyDmNyZ0Dv</SecurityToken></h:Authentication></S:Header><S:Body xmlns="http://api.everbinding.nl/v3_1/"> <RequestAppIntegration xmlns="http://api.everbinding.nl/v3_1/"> <To> <ReferenceId>XCNL10017</ReferenceId> <EmailAddress>everbinding.enexus@gmail.com</EmailAddress> </To> <PayByRequester>true</PayByRequester> </RequestAppIntegration></S:Body></S:Envelope>
Response 200
<?xml version="1.0" encoding="utf-8"?> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body> <RequestAppIntegrationResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.everbinding.nl/v3_1/"> <IntegrationToken>AINRY6bFRsuXaT8v6UIoHRMSxW2WNmvKzzMq</IntegrationToken> </RequestAppIntegrationResponse></SOAP:Body></SOAP:Envelope>