HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/PerspectiveRelationGetRequest HTTP/1.1
Host: gc-test.splitvision.nl
Content-Type: application/xml
Content-Length: length
<PerspectiveRelationGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.EnterpriseActions">
<Culture xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</Culture>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">0</ModifiedBy>
<OrgId xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">0</OrgId>
<TenantId xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</TenantId>
<FromPerspectiveId>0</FromPerspectiveId>
<ToPerspectiveId>0</ToPerspectiveId>
<Type>0</Type>
</PerspectiveRelationGetRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<PerspectiveRelationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.EnterpriseActions">
<StatusCode xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</StatusCode>
<StatusMessage xmlns="http://schemas.datacontract.org/2004/07/IControler.Actions.CommonActions">String</StatusMessage>
<PerspectiveRelationList xmlns:d2p1="http://schemas.datacontract.org/2004/07/IControler.Repository.Models">
<d2p1:PerspectiveRelation>
<d2p1:Id>0</d2p1:Id>
<d2p1:FromPerspectiveId>0</d2p1:FromPerspectiveId>
<d2p1:Status>String</d2p1:Status>
<d2p1:ToEnterpriseId>0</d2p1:ToEnterpriseId>
<d2p1:ToPerspectiveId>0</d2p1:ToPerspectiveId>
<d2p1:Words>
<d2p1:PerspectiveRelationWord>
<d2p1:Id>0</d2p1:Id>
<d2p1:PerspectiveRelationId>0</d2p1:PerspectiveRelationId>
<d2p1:Status>String</d2p1:Status>
<d2p1:Type>0</d2p1:Type>
<d2p1:Word>
<d2p1:Id>0</d2p1:Id>
<d2p1:ExportId>0</d2p1:ExportId>
<d2p1:LanguageCulture>String</d2p1:LanguageCulture>
<d2p1:SemanticWord>
<d2p1:Id>0</d2p1:Id>
<d2p1:ExportId>0</d2p1:ExportId>
<d2p1:LanguageCulture>String</d2p1:LanguageCulture>
<d2p1:SemanticWord>
<d2p1:Id>0</d2p1:Id>
<d2p1:ExportId>0</d2p1:ExportId>
<d2p1:LanguageCulture>String</d2p1:LanguageCulture>
<d2p1:SemanticWord i:nil="true" />
<d2p1:SemanticWordId>0</d2p1:SemanticWordId>
<d2p1:Value>String</d2p1:Value>
</d2p1:SemanticWord>
<d2p1:SemanticWordId>0</d2p1:SemanticWordId>
<d2p1:Value>String</d2p1:Value>
</d2p1:SemanticWord>
<d2p1:SemanticWordId>0</d2p1:SemanticWordId>
<d2p1:Value>String</d2p1:Value>
</d2p1:Word>
<d2p1:WordId>0</d2p1:WordId>
<d2p1:WordPurpose>0</d2p1:WordPurpose>
</d2p1:PerspectiveRelationWord>
</d2p1:Words>
</d2p1:PerspectiveRelation>
</PerspectiveRelationList>
</PerspectiveRelationResponse>