PUT api/Subcontracts/{subcontractId}/CostList/TransferProgress
Progress update
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId | integer |
Required |
Body Parameters
ProgressCIDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TypeId | integer |
None. |
|
| TypeDescription | string |
None. |
|
| TypeCode | string |
None. |
|
| TypeDescriptionExport | string |
None. |
|
| SubTypeId | integer |
None. |
|
| SubTypeDescription | string |
None. |
|
| SubTypeCode | string |
None. |
|
| SubTypeDescriptionExport | string |
None. |
|
| Description | string |
None. |
|
| CIAmount | decimal number |
None. |
|
| CurrencyCode | string |
None. |
|
| CIProgresss | decimal number |
None. |
|
| CIAmountProgresss | decimal number |
None. |
|
| ProgressDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"typeId": 1,
"typeDescription": "sample string 2",
"typeCode": "sample string 3",
"typeDescriptionExport": "sample string 3 - sample string 2",
"subTypeId": 4,
"subTypeDescription": "sample string 5",
"subTypeCode": "sample string 6",
"subTypeDescriptionExport": "sample string 6 - sample string 5",
"description": "sample string 7",
"ciAmount": 1.0,
"currencyCode": "sample string 8",
"ciProgresss": 1.0,
"ciAmountProgresss": 1.0,
"progressDate": "2026-05-09T14:06:12.7429704+02:00"
}
text/html
Sample:
{"id":1,"typeId":1,"typeDescription":"sample string 2","typeCode":"sample string 3","typeDescriptionExport":"sample string 3 - sample string 2","subTypeId":4,"subTypeDescription":"sample string 5","subTypeCode":"sample string 6","subTypeDescriptionExport":"sample string 6 - sample string 5","description":"sample string 7","ciAmount":1.0,"currencyCode":"sample string 8","ciProgresss":1.0,"ciAmountProgresss":1.0,"progressDate":"2026-05-09T14:06:12.7429704+02:00"}
application/xml, text/xml
Sample:
<ProgressCIDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProgressAgg"> <CIAmount>1</CIAmount> <CIAmountProgresss>1</CIAmountProgresss> <CIProgresss>1</CIProgresss> <CurrencyCode>sample string 8</CurrencyCode> <Description>sample string 7</Description> <Id>1</Id> <ProgressDate>2026-05-09T14:06:12.7429704+02:00</ProgressDate> <SubTypeCode>sample string 6</SubTypeCode> <SubTypeDescription>sample string 5</SubTypeDescription> <SubTypeId>4</SubTypeId> <TypeCode>sample string 3</TypeCode> <TypeDescription>sample string 2</TypeDescription> <TypeId>1</TypeId> </ProgressCIDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfDecimal| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | decimal number |
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.