GET api/CustomerSystemCallListRelation/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CustomerSystemCallListRelation
NameDescriptionTypeAdditional 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"
}

application/xml, text/xml

Sample:
<CustomerSystemCallListRelation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SedonaServices.Models">
  <Relation>sample string 2</Relation>
  <RelationId>1</RelationId>
</CustomerSystemCallListRelation>