GET api/customers/customerRelationship
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfIListOfCustomerRelationshipName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
Data | Collection of CustomerRelationship |
None. |
Response Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "Data": [ { "CustomerId": "sample string 1", "RelationshipName": "sample string 2", "Relationship": 3.0, "FirstName": "sample string 4", "LastName": "sample string 5" }, { "CustomerId": "sample string 1", "RelationshipName": "sample string 2", "Relationship": 3.0, "FirstName": "sample string 4", "LastName": "sample string 5" } ] }
application/xml, text/xml
Sample:
<ResponseDataOfArrayOfCustomerRelationshipNdVm6wV7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Sts.Vas.ProcessesDebitor.Models"> <d2p1:CustomerRelationship> <d2p1:CustomerId>sample string 1</d2p1:CustomerId> <d2p1:FirstName>sample string 4</d2p1:FirstName> <d2p1:LastName>sample string 5</d2p1:LastName> <d2p1:Relationship>3</d2p1:Relationship> <d2p1:RelationshipName>sample string 2</d2p1:RelationshipName> </d2p1:CustomerRelationship> <d2p1:CustomerRelationship> <d2p1:CustomerId>sample string 1</d2p1:CustomerId> <d2p1:FirstName>sample string 4</d2p1:FirstName> <d2p1:LastName>sample string 5</d2p1:LastName> <d2p1:Relationship>3</d2p1:Relationship> <d2p1:RelationshipName>sample string 2</d2p1:RelationshipName> </d2p1:CustomerRelationship> </Data> <Token>sample string 1</Token> </ResponseDataOfArrayOfCustomerRelationshipNdVm6wV7>