PUT api/Subcontracts/{subcontractId}/CostList/Progress

Update the subcontract cost list progress

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

integer

Required

Body Parameters

Collection of ProgressCIDto
NameDescriptionTypeAdditional 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:07:16.194865+02:00"
  },
  {
    "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:07:16.194865+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:07:16.194865+02:00"},{"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:07:16.194865+02:00"}]

application/xml, text/xml

Sample:
<ArrayOfProgressCIDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProgressAgg">
  <ProgressCIDto>
    <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:07:16.194865+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>
  <ProgressCIDto>
    <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:07:16.194865+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>
</ArrayOfProgressCIDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfBoolean
NameDescriptionTypeAdditional 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.