Service
Click here for a complete list of operations.
CustomerAccountRelationships
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Service.asmx HTTP/1.1 Host: api-uat.bki.ir Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/CustomerAccountRelationships" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <CustomerAccountRelationships xmlns="http://tempuri.org/"> <cusRelationRequest> <ID>unsignedLong</ID> <AccountNumber>unsignedLong</AccountNumber> <Entity>string</Entity> <RelationshipReqd>string</RelationshipReqd> <DisplayActiveOnly>char</DisplayActiveOnly> </cusRelationRequest> </CustomerAccountRelationships> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <CustomerAccountRelationshipsResponse xmlns="http://tempuri.org/"> <CustomerAccountRelationshipsResult> <JNO>string</JNO> <ID>string</ID> <Entity>string</Entity> <EntityName>string</EntityName> <ReqdRelat>string</ReqdRelat> <Recs>string</Recs> <Payloads> <Payload> <Record>string</Record> <ID>string</ID> <Entity>string</Entity> <Status>string</Status> <RelationshipReqd>string</RelationshipReqd> <Percent>string</Percent> <StartDate>string</StartDate> <EndDate>string</EndDate> </Payload> <Payload> <Record>string</Record> <ID>string</ID> <Entity>string</Entity> <Status>string</Status> <RelationshipReqd>string</RelationshipReqd> <Percent>string</Percent> <StartDate>string</StartDate> <EndDate>string</EndDate> </Payload> </Payloads> <More>string</More> </CustomerAccountRelationshipsResult> </CustomerAccountRelationshipsResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Service.asmx HTTP/1.1 Host: api-uat.bki.ir Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <CustomerAccountRelationships xmlns="http://tempuri.org/"> <cusRelationRequest> <ID>unsignedLong</ID> <AccountNumber>unsignedLong</AccountNumber> <Entity>string</Entity> <RelationshipReqd>string</RelationshipReqd> <DisplayActiveOnly>char</DisplayActiveOnly> </cusRelationRequest> </CustomerAccountRelationships> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <CustomerAccountRelationshipsResponse xmlns="http://tempuri.org/"> <CustomerAccountRelationshipsResult> <JNO>string</JNO> <ID>string</ID> <Entity>string</Entity> <EntityName>string</EntityName> <ReqdRelat>string</ReqdRelat> <Recs>string</Recs> <Payloads> <Payload> <Record>string</Record> <ID>string</ID> <Entity>string</Entity> <Status>string</Status> <RelationshipReqd>string</RelationshipReqd> <Percent>string</Percent> <StartDate>string</StartDate> <EndDate>string</EndDate> </Payload> <Payload> <Record>string</Record> <ID>string</ID> <Entity>string</Entity> <Status>string</Status> <RelationshipReqd>string</RelationshipReqd> <Percent>string</Percent> <StartDate>string</StartDate> <EndDate>string</EndDate> </Payload> </Payloads> <More>string</More> </CustomerAccountRelationshipsResult> </CustomerAccountRelationshipsResponse> </soap12:Body> </soap12:Envelope>