GET api/CustomerSystemCallListRelation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerSystemCallListRelationName | Description | Type | Additional information |
---|---|---|---|
RelationId |
Corresponds to the Realtion_Id field of the SS_Relation table |
integer |
None. |
Relation |
The title of the relationship |
string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
[ { "RelationId": 1, "Relation": "sample string 2" }, { "RelationId": 1, "Relation": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomerSystemCallListRelation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SedonaServices.Models"> <CustomerSystemCallListRelation> <Relation>sample string 2</Relation> <RelationId>1</RelationId> </CustomerSystemCallListRelation> <CustomerSystemCallListRelation> <Relation>sample string 2</Relation> <RelationId>1</RelationId> </CustomerSystemCallListRelation> </ArrayOfCustomerSystemCallListRelation>