PUT api/Guarantees/{guaranteeId}/AssociateSapBonds

Associate milestone to Guarantee

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guaranteeId

integer

Required

Body Parameters

Collection of SapBondLineResponseDto
NameDescriptionTypeAdditional information
BondCode

string

None.

CompanyCode

string

None.

BankName

string

None.

BondType

string

None.

Status

string

None.

ReleaseDate

date

None.

ExecutionDate

date

None.

ExpirationDate

date

None.

ReceptionDate

date

None.

RealExpirationDate

date

None.

SubcontractorCode

string

None.

ProjectCode

string

None.

SubcontractCode

string

None.

SupplementCode

string

None.

Amount

decimal number

None.

PaymentAmount

decimal number

None.

Comments

string

None.

Conditions

string

None.

Cont

string

None.

BondTypeDescription

string

None.

SubcontractorName

string

None.

StatusDescription

string

None.

Currency

string

None.

DevolutionDate

date

None.

Pep

string

None.

ActionType

string

None.

Action

string

None.

Actions

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "bondCode": "sample string 1",
    "companyCode": "sample string 2",
    "bankName": "sample string 3",
    "bondType": "sample string 4",
    "status": "sample string 5",
    "releaseDate": "2026-05-09T14:06:17.8218172+02:00",
    "executionDate": "2026-05-09T14:06:17.8218172+02:00",
    "expirationDate": "2026-05-09T14:06:17.8218172+02:00",
    "receptionDate": "2026-05-09T14:06:17.8218172+02:00",
    "realExpirationDate": "2026-05-09T14:06:17.8218172+02:00",
    "subcontractorCode": "sample string 6",
    "projectCode": "sample string 7",
    "subcontractCode": "sample string 8",
    "supplementCode": "sample string 9",
    "amount": 10.0,
    "paymentAmount": 11.0,
    "comments": "sample string 12",
    "conditions": "sample string 13",
    "cont": "sample string 14",
    "bondTypeDescription": "sample string 15",
    "subcontractorName": "sample string 16",
    "statusDescription": "sample string 17",
    "currency": "sample string 18",
    "devolutionDate": "2026-05-09T14:06:17.8268169+02:00",
    "pep": "sample string 19",
    "actionType": "sample string 20",
    "action": "sample string 21",
    "actions": "sample string 22"
  },
  {
    "bondCode": "sample string 1",
    "companyCode": "sample string 2",
    "bankName": "sample string 3",
    "bondType": "sample string 4",
    "status": "sample string 5",
    "releaseDate": "2026-05-09T14:06:17.8218172+02:00",
    "executionDate": "2026-05-09T14:06:17.8218172+02:00",
    "expirationDate": "2026-05-09T14:06:17.8218172+02:00",
    "receptionDate": "2026-05-09T14:06:17.8218172+02:00",
    "realExpirationDate": "2026-05-09T14:06:17.8218172+02:00",
    "subcontractorCode": "sample string 6",
    "projectCode": "sample string 7",
    "subcontractCode": "sample string 8",
    "supplementCode": "sample string 9",
    "amount": 10.0,
    "paymentAmount": 11.0,
    "comments": "sample string 12",
    "conditions": "sample string 13",
    "cont": "sample string 14",
    "bondTypeDescription": "sample string 15",
    "subcontractorName": "sample string 16",
    "statusDescription": "sample string 17",
    "currency": "sample string 18",
    "devolutionDate": "2026-05-09T14:06:17.8268169+02:00",
    "pep": "sample string 19",
    "actionType": "sample string 20",
    "action": "sample string 21",
    "actions": "sample string 22"
  }
]

text/html

Sample:
[{"bondCode":"sample string 1","companyCode":"sample string 2","bankName":"sample string 3","bondType":"sample string 4","status":"sample string 5","releaseDate":"2026-05-09T14:06:17.8218172+02:00","executionDate":"2026-05-09T14:06:17.8218172+02:00","expirationDate":"2026-05-09T14:06:17.8218172+02:00","receptionDate":"2026-05-09T14:06:17.8218172+02:00","realExpirationDate":"2026-05-09T14:06:17.8218172+02:00","subcontractorCode":"sample string 6","projectCode":"sample string 7","subcontractCode":"sample string 8","supplementCode":"sample string 9","amount":10.0,"paymentAmount":11.0,"comments":"sample string 12","conditions":"sample string 13","cont":"sample string 14","bondTypeDescription":"sample string 15","subcontractorName":"sample string 16","statusDescription":"sample string 17","currency":"sample string 18","devolutionDate":"2026-05-09T14:06:17.8268169+02:00","pep":"sample string 19","actionType":"sample string 20","action":"sample string 21","actions":"sample string 22"},{"bondCode":"sample string 1","companyCode":"sample string 2","bankName":"sample string 3","bondType":"sample string 4","status":"sample string 5","releaseDate":"2026-05-09T14:06:17.8218172+02:00","executionDate":"2026-05-09T14:06:17.8218172+02:00","expirationDate":"2026-05-09T14:06:17.8218172+02:00","receptionDate":"2026-05-09T14:06:17.8218172+02:00","realExpirationDate":"2026-05-09T14:06:17.8218172+02:00","subcontractorCode":"sample string 6","projectCode":"sample string 7","subcontractCode":"sample string 8","supplementCode":"sample string 9","amount":10.0,"paymentAmount":11.0,"comments":"sample string 12","conditions":"sample string 13","cont":"sample string 14","bondTypeDescription":"sample string 15","subcontractorName":"sample string 16","statusDescription":"sample string 17","currency":"sample string 18","devolutionDate":"2026-05-09T14:06:17.8268169+02:00","pep":"sample string 19","actionType":"sample string 20","action":"sample string 21","actions":"sample string 22"}]

application/xml, text/xml

Sample:
<ArrayOfSapBondLineResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Infrastructure.Sap.Dtos">
  <SapBondLineResponseDto>
    <_x003C_ActionType_x003E_k__BackingField>sample string 20</_x003C_ActionType_x003E_k__BackingField>
    <_x003C_Action_x003E_k__BackingField>sample string 21</_x003C_Action_x003E_k__BackingField>
    <_x003C_Actions_x003E_k__BackingField>sample string 22</_x003C_Actions_x003E_k__BackingField>
    <_x003C_Amount_x003E_k__BackingField>10</_x003C_Amount_x003E_k__BackingField>
    <_x003C_BankName_x003E_k__BackingField>sample string 3</_x003C_BankName_x003E_k__BackingField>
    <_x003C_BondCode_x003E_k__BackingField>sample string 1</_x003C_BondCode_x003E_k__BackingField>
    <_x003C_BondTypeDescription_x003E_k__BackingField>sample string 15</_x003C_BondTypeDescription_x003E_k__BackingField>
    <_x003C_BondType_x003E_k__BackingField>sample string 4</_x003C_BondType_x003E_k__BackingField>
    <_x003C_Comments_x003E_k__BackingField>sample string 12</_x003C_Comments_x003E_k__BackingField>
    <_x003C_CompanyCode_x003E_k__BackingField>sample string 2</_x003C_CompanyCode_x003E_k__BackingField>
    <_x003C_Conditions_x003E_k__BackingField>sample string 13</_x003C_Conditions_x003E_k__BackingField>
    <_x003C_Cont_x003E_k__BackingField>sample string 14</_x003C_Cont_x003E_k__BackingField>
    <_x003C_Currency_x003E_k__BackingField>sample string 18</_x003C_Currency_x003E_k__BackingField>
    <_x003C_DevolutionDate_x003E_k__BackingField>2026-05-09T14:06:17.8268169+02:00</_x003C_DevolutionDate_x003E_k__BackingField>
    <_x003C_ExecutionDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ExecutionDate_x003E_k__BackingField>
    <_x003C_ExpirationDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ExpirationDate_x003E_k__BackingField>
    <_x003C_PaymentAmount_x003E_k__BackingField>11</_x003C_PaymentAmount_x003E_k__BackingField>
    <_x003C_Pep_x003E_k__BackingField>sample string 19</_x003C_Pep_x003E_k__BackingField>
    <_x003C_ProjectCode_x003E_k__BackingField>sample string 7</_x003C_ProjectCode_x003E_k__BackingField>
    <_x003C_RealExpirationDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_RealExpirationDate_x003E_k__BackingField>
    <_x003C_ReceptionDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ReceptionDate_x003E_k__BackingField>
    <_x003C_ReleaseDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ReleaseDate_x003E_k__BackingField>
    <_x003C_StatusDescription_x003E_k__BackingField>sample string 17</_x003C_StatusDescription_x003E_k__BackingField>
    <_x003C_Status_x003E_k__BackingField>sample string 5</_x003C_Status_x003E_k__BackingField>
    <_x003C_SubcontractCode_x003E_k__BackingField>sample string 8</_x003C_SubcontractCode_x003E_k__BackingField>
    <_x003C_SubcontractorCode_x003E_k__BackingField>sample string 6</_x003C_SubcontractorCode_x003E_k__BackingField>
    <_x003C_SubcontractorName_x003E_k__BackingField>sample string 16</_x003C_SubcontractorName_x003E_k__BackingField>
    <_x003C_SupplementCode_x003E_k__BackingField>sample string 9</_x003C_SupplementCode_x003E_k__BackingField>
  </SapBondLineResponseDto>
  <SapBondLineResponseDto>
    <_x003C_ActionType_x003E_k__BackingField>sample string 20</_x003C_ActionType_x003E_k__BackingField>
    <_x003C_Action_x003E_k__BackingField>sample string 21</_x003C_Action_x003E_k__BackingField>
    <_x003C_Actions_x003E_k__BackingField>sample string 22</_x003C_Actions_x003E_k__BackingField>
    <_x003C_Amount_x003E_k__BackingField>10</_x003C_Amount_x003E_k__BackingField>
    <_x003C_BankName_x003E_k__BackingField>sample string 3</_x003C_BankName_x003E_k__BackingField>
    <_x003C_BondCode_x003E_k__BackingField>sample string 1</_x003C_BondCode_x003E_k__BackingField>
    <_x003C_BondTypeDescription_x003E_k__BackingField>sample string 15</_x003C_BondTypeDescription_x003E_k__BackingField>
    <_x003C_BondType_x003E_k__BackingField>sample string 4</_x003C_BondType_x003E_k__BackingField>
    <_x003C_Comments_x003E_k__BackingField>sample string 12</_x003C_Comments_x003E_k__BackingField>
    <_x003C_CompanyCode_x003E_k__BackingField>sample string 2</_x003C_CompanyCode_x003E_k__BackingField>
    <_x003C_Conditions_x003E_k__BackingField>sample string 13</_x003C_Conditions_x003E_k__BackingField>
    <_x003C_Cont_x003E_k__BackingField>sample string 14</_x003C_Cont_x003E_k__BackingField>
    <_x003C_Currency_x003E_k__BackingField>sample string 18</_x003C_Currency_x003E_k__BackingField>
    <_x003C_DevolutionDate_x003E_k__BackingField>2026-05-09T14:06:17.8268169+02:00</_x003C_DevolutionDate_x003E_k__BackingField>
    <_x003C_ExecutionDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ExecutionDate_x003E_k__BackingField>
    <_x003C_ExpirationDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ExpirationDate_x003E_k__BackingField>
    <_x003C_PaymentAmount_x003E_k__BackingField>11</_x003C_PaymentAmount_x003E_k__BackingField>
    <_x003C_Pep_x003E_k__BackingField>sample string 19</_x003C_Pep_x003E_k__BackingField>
    <_x003C_ProjectCode_x003E_k__BackingField>sample string 7</_x003C_ProjectCode_x003E_k__BackingField>
    <_x003C_RealExpirationDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_RealExpirationDate_x003E_k__BackingField>
    <_x003C_ReceptionDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ReceptionDate_x003E_k__BackingField>
    <_x003C_ReleaseDate_x003E_k__BackingField>2026-05-09T14:06:17.8218172+02:00</_x003C_ReleaseDate_x003E_k__BackingField>
    <_x003C_StatusDescription_x003E_k__BackingField>sample string 17</_x003C_StatusDescription_x003E_k__BackingField>
    <_x003C_Status_x003E_k__BackingField>sample string 5</_x003C_Status_x003E_k__BackingField>
    <_x003C_SubcontractCode_x003E_k__BackingField>sample string 8</_x003C_SubcontractCode_x003E_k__BackingField>
    <_x003C_SubcontractorCode_x003E_k__BackingField>sample string 6</_x003C_SubcontractorCode_x003E_k__BackingField>
    <_x003C_SubcontractorName_x003E_k__BackingField>sample string 16</_x003C_SubcontractorName_x003E_k__BackingField>
    <_x003C_SupplementCode_x003E_k__BackingField>sample string 9</_x003C_SupplementCode_x003E_k__BackingField>
  </SapBondLineResponseDto>
</ArrayOfSapBondLineResponseDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>