POST api/docgen/CreateResponseDoc

Request Information

URI Parameters

None.

Body Parameters

ResponseDto
NameDescriptionTypeAdditional information
CaseId

integer

None.

Fa

string

None.

Complainant

PartyDto

None.

Respondent

PartyDto

None.

RespondentRep

RepresentativeDto

None.

Domains

Collection of DomainDto

None.

SupplementalRule1DResponse

string

None.

FactualAndLegal1

string

None.

FactualAndLegal2

string

None.

FactualAndLegal3

string

None.

OtherLegalProceedings

string

None.

IsTransmitted

boolean

None.

ReverseDomainNameHijacking

string

None.

Certification

CertificationDto

None.

FilingId

string

None.

WrittenNoticeDate

string

None.

PrelimText

string

None.

Ruleset

string

None.

AnnexDocuments

Collection of string

None.

BypassLengthCheck

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'AdditionalContact' with type 'CaseManagement.DocGen.Models.Complaint.PartyDto'. Path 'Complainant'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'AdditionalContact' with type 'CaseManagement.DocGen.Models.Complaint.PartyDto'. Path 'Complainant'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'CaseManagement.DocGen.Models.Complaint.PartyDto' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'CaseManagement.DocGen.Models.Complaint.PartyDto' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResponseDto'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>