PUT api/Subcontracts/{subcontractId}/Certifications/{certificationId}/Versions/{certificationVersionId}/AmountListByProgress
Get certification AmountListByProgress
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
|
| certificationId | integer |
Required |
|
| certificationVersionId | integer |
Required |
Body Parameters
CertificationAmountListByProgressUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityId | integer |
None. |
|
| ByProgressRate | decimal number |
None. |
|
| ByProgressAmount | decimal number |
None. |
|
| AppliedPercByProgress | boolean |
None. |
|
| SectionName | string |
None. |
|
| CertificationConceptId | CertificationConceptId |
None. |
Request Formats
application/json, text/json
Sample:
{
"entityId": 1,
"byProgressRate": 1.0,
"byProgressAmount": 1.0,
"appliedPercByProgress": true,
"sectionName": "sample string 3",
"certificationConceptId": 1
}
text/html
Sample:
{"entityId":1,"byProgressRate":1.0,"byProgressAmount":1.0,"appliedPercByProgress":true,"sectionName":"sample string 3","certificationConceptId":1}
application/xml, text/xml
Sample:
<CertificationAmountListByProgressUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.CertificationAgg"> <AppliedPercByProgress>true</AppliedPercByProgress> <ByProgressAmount>1</ByProgressAmount> <ByProgressRate>1</ByProgressRate> <CertificationConceptId>Progress</CertificationConceptId> <EntityId>1</EntityId> <SectionName>sample string 3</SectionName> </CertificationAmountListByProgressUpdateDto>
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.