POST api/Subcontracts/{subcontractId}/SendEmailToNotifyOnSapError
Execute pre-check action.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
Body Parameters
SupplementDtoEmailToNotifyOnSap| Name | Description | Type | Additional information |
|---|---|---|---|
| AdditionalEmailToNotifyOnSapError | string |
None. |
|
| SupplementId | integer |
None. |
|
| SupplementVersionId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"additionalEmailToNotifyOnSapError": "sample string 1",
"supplementId": 1,
"supplementVersionId": 1
}
text/html
Sample:
{"additionalEmailToNotifyOnSapError":"sample string 1","supplementId":1,"supplementVersionId":1}
application/xml, text/xml
Sample:
<SupplementDtoEmailToNotifyOnSap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.SuplementAgg"> <AdditionalEmailToNotifyOnSapError>sample string 1</AdditionalEmailToNotifyOnSapError> <SupplementId>1</SupplementId> <SupplementVersionId>1</SupplementVersionId> </SupplementDtoEmailToNotifyOnSap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
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.