POST api/{database}/DmDocumentCreateReferenceCommand?type={type}

Execute the DmDocumentCreateReferenceCommand



Request Information

Parameters

NameDescriptionAdditional information
type The type.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "referenceType": "sample string 1",
  "result": "sample string 2"
}

application/xml, text/xml

Sample:
<DmDocumentCreateReferenceCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Commands">
  <ReferenceType>sample string 1</ReferenceType>
  <Result>sample string 2</Result>
</DmDocumentCreateReferenceCommand>