Remove IntegrationIds
This functionality is used to remove IntegrationId's on a customer.
This functionality is used to remove IntegrationId's on a customer.
Parameters​
Field | min Occurs | nillable | Max | Type | Description |
---|---|---|---|---|---|
Username | 1 | false | 50 | string | The username used to authorize the request. |
Password | 1 | false | 50 | string | The password used to authorize the request. |
CorrelationId | 1 | true | 50 | string | CorrelationID is sent back in the response. |
CountryCode | 1 | false | 2 | string | The country code (ISO 3166-1 alpha-2) for the country. |
IntegrationId | 1 | true | 50 | string | The integration ID that shall be removed |
RegNo | 1 | false | 20 | string | The registration number. |
StoreId | 1 | true | 4 | int | The StoreId used for identification of store. |
Response​
Field | min Occurs | nillable | Max | Type | Description |
---|---|---|---|---|---|
CorrelationId | 1 | true | 50 | string | CorrelationID from the request if any. |
Example Requests​
 | Value |
---|---|
Environment: | UAT |
Service: | PaymentService |
URL: | https://ecommercetest.collector.se/v3.0/PaymentServiceV10.svc?wsdl |
Function: | RemoveIntegrationIds |
Description: | The operation fetches all reservations |
Notes: | N/A |
- B2C Request
- B2C Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pay="http://schemas.ecommerce.collector.se/v30/PaymentService">
<soapenv:Header>
<pay:Username>test</pay:Username>
<pay:Password>123456</pay:Password>
</soapenv:Header>
<soapenv:Body>
<pay:RemoveIntegrationIdRequest>
<pay:CorrelationId>953a0cc4-310f-4aa6-bd23-07b62103d0f9</pay:CorrelationId>
<pay:CountryCode>SE</pay:CountryCode>
<pay:IntegrationId>ID_123456</pay:IntegrationId>
<pay:RegNo>195001182046</pay:RegNo>
<pay:StoreId>1234</pay:StoreId>
</pay:RemoveIntegrationIdRequest>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<RemoveIntegrationIdResponse xmlns="http://schemas.ecommerce.collector.se/v30/PaymentService">
<CorrelationId>953a0cc4-310f-4aa6-bd23-07b62103d0f9</CorrelationId>
</RemoveIntegrationIdResponse>
</s:Body>
</s:Envelope>
Error codes​
Please see separate page Error Codes
Fault Code | Description |
---|