POST api/Subcontracts/{subcontractId}/ApprovalSpecialAlerts

Get ApprovalHomeCheckingStatus.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

integer

Required

Body Parameters

ApprovalSpecialAlertsRequestData
NameDescriptionTypeAdditional information
SupplementId

integer

None.

SupplementVersionId

integer

None.

SpecialAlertTypeCode

string

None.

CertificationId

integer

None.

CertificationVersionId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "supplementId": 1,
  "supplementVersionId": 1,
  "specialAlertTypeCode": "sample string 1",
  "certificationId": 1,
  "certificationVersionId": 1
}

text/html

Sample:
{"supplementId":1,"supplementVersionId":1,"specialAlertTypeCode":"sample string 1","certificationId":1,"certificationVersionId":1}

application/xml, text/xml

Sample:
<ApprovalSpecialAlertsRequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Common">
  <CertificationId>1</CertificationId>
  <CertificationVersionId>1</CertificationVersionId>
  <SpecialAlertTypeCode>sample string 1</SpecialAlertTypeCode>
  <SupplementId>1</SupplementId>
  <SupplementVersionId>1</SupplementVersionId>
</ApprovalSpecialAlertsRequestData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfApprovalSpecialAlertsDto
NameDescriptionTypeAdditional information
Data

ApprovalSpecialAlertsDto

None.

Success

boolean

None.

Message

string

None.

Errors

Collection of CustomError

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.