POST JobId/bySummaryAnalysis

Request Information

URI Parameters

None.

Body Parameters

DtoSummaryAnalysis
NameDescriptionTypeAdditional information
VendorStatus

string

None.

VendorRemark

string

None.

IsAnalyzed

boolean

None.

JobId

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorStatus": "sample string 1",
  "VendorRemark": "sample string 2",
  "IsAnalyzed": true,
  "JobId": "sample string 4",
  "Id": 5
}

application/xml, text/xml

Sample:
<DtoSummaryAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CQA.Interface.Business.Dtos.VendorPortal">
  <Id>5</Id>
  <IsAnalyzed>true</IsAnalyzed>
  <JobId>sample string 4</JobId>
  <VendorRemark>sample string 2</VendorRemark>
  <VendorStatus>sample string 1</VendorStatus>
</DtoSummaryAnalysis>

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 'DtoSummaryAnalysis'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.