POST api/SaveUpdateAmendmentCostBreakDownDetails
Request Information
URI Parameters
None.
Body Parameters
AmendmentSaveData| Name | Description | Type | Additional information |
|---|---|---|---|
| CostBreakDownList | Collection of PMAAmendmentCostBreakdownDetails |
None. |
|
| DeletedIds | string |
None. |
|
| AmendmentId | integer |
None. |
|
| UserId | integer |
None. |
|
| OraclePONo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CostBreakDownList": [
{
"AmendmentCostBreakdownDetailsID": 1,
"AmendmentId": 1,
"LkpCostBreakdownType": 1,
"LkpCostBreakdownId": 1,
"CostBreakdownAmount": 1.0,
"OracleLineItemNo": "sample string 2",
"UserIDCreated": 3,
"DbUserCreated": "sample string 4",
"CreatedDate": "2025-12-16T23:30:47.4048836-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 5",
"ModifiedDate": "2025-12-16T23:30:47.4048836-05:00",
"RowStatus": "sample string 6",
"Comments": "sample string 7",
"LkpCostBreakdownTypeName": "sample string 8",
"DeletedIds": "sample string 9"
},
{
"AmendmentCostBreakdownDetailsID": 1,
"AmendmentId": 1,
"LkpCostBreakdownType": 1,
"LkpCostBreakdownId": 1,
"CostBreakdownAmount": 1.0,
"OracleLineItemNo": "sample string 2",
"UserIDCreated": 3,
"DbUserCreated": "sample string 4",
"CreatedDate": "2025-12-16T23:30:47.4048836-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 5",
"ModifiedDate": "2025-12-16T23:30:47.4048836-05:00",
"RowStatus": "sample string 6",
"Comments": "sample string 7",
"LkpCostBreakdownTypeName": "sample string 8",
"DeletedIds": "sample string 9"
}
],
"DeletedIds": "sample string 1",
"AmendmentId": 1,
"UserId": 2,
"OraclePONo": "sample string 3"
}
application/xml, text/xml
Sample:
<AmendmentSaveData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<AmendmentId>1</AmendmentId>
<CostBreakDownList>
<PMAAmendmentCostBreakdownDetails>
<AmendmentCostBreakdownDetailsID>1</AmendmentCostBreakdownDetailsID>
<AmendmentId>1</AmendmentId>
<Comments>sample string 7</Comments>
<CostBreakdownAmount>1</CostBreakdownAmount>
<CreatedDate>2025-12-16T23:30:47.4048836-05:00</CreatedDate>
<DbUserCreated>sample string 4</DbUserCreated>
<DbUserModified>sample string 5</DbUserModified>
<DeletedIds>sample string 9</DeletedIds>
<LkpCostBreakdownId>1</LkpCostBreakdownId>
<LkpCostBreakdownType>1</LkpCostBreakdownType>
<LkpCostBreakdownTypeName>sample string 8</LkpCostBreakdownTypeName>
<ModifiedDate>2025-12-16T23:30:47.4048836-05:00</ModifiedDate>
<OracleLineItemNo>sample string 2</OracleLineItemNo>
<RowStatus>sample string 6</RowStatus>
<UserIDCreated>3</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAAmendmentCostBreakdownDetails>
<PMAAmendmentCostBreakdownDetails>
<AmendmentCostBreakdownDetailsID>1</AmendmentCostBreakdownDetailsID>
<AmendmentId>1</AmendmentId>
<Comments>sample string 7</Comments>
<CostBreakdownAmount>1</CostBreakdownAmount>
<CreatedDate>2025-12-16T23:30:47.4048836-05:00</CreatedDate>
<DbUserCreated>sample string 4</DbUserCreated>
<DbUserModified>sample string 5</DbUserModified>
<DeletedIds>sample string 9</DeletedIds>
<LkpCostBreakdownId>1</LkpCostBreakdownId>
<LkpCostBreakdownType>1</LkpCostBreakdownType>
<LkpCostBreakdownTypeName>sample string 8</LkpCostBreakdownTypeName>
<ModifiedDate>2025-12-16T23:30:47.4048836-05:00</ModifiedDate>
<OracleLineItemNo>sample string 2</OracleLineItemNo>
<RowStatus>sample string 6</RowStatus>
<UserIDCreated>3</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAAmendmentCostBreakdownDetails>
</CostBreakDownList>
<DeletedIds>sample string 1</DeletedIds>
<OraclePONo>sample string 3</OraclePONo>
<UserId>2</UserId>
</AmendmentSaveData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PMAAmendmentCostBreakdownDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AmendmentCostBreakdownDetailsID | integer |
None. |
|
| AmendmentId | integer |
None. |
|
| LkpCostBreakdownType | integer |
None. |
|
| LkpCostBreakdownId | integer |
None. |
|
| CostBreakdownAmount | decimal number |
None. |
|
| OracleLineItemNo | string |
None. |
|
| UserIDCreated | integer |
None. |
|
| DbUserCreated | string |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| DbUserModified | string |
None. |
|
| ModifiedDate | date |
None. |
|
| RowStatus | string |
None. |
|
| Comments | string |
None. |
|
| LkpCostBreakdownTypeName | string |
None. |
|
| DeletedIds | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AmendmentCostBreakdownDetailsID": 1,
"AmendmentId": 1,
"LkpCostBreakdownType": 1,
"LkpCostBreakdownId": 1,
"CostBreakdownAmount": 1.0,
"OracleLineItemNo": "sample string 2",
"UserIDCreated": 3,
"DbUserCreated": "sample string 4",
"CreatedDate": "2025-12-16T23:30:47.4205044-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 5",
"ModifiedDate": "2025-12-16T23:30:47.4205044-05:00",
"RowStatus": "sample string 6",
"Comments": "sample string 7",
"LkpCostBreakdownTypeName": "sample string 8",
"DeletedIds": "sample string 9"
},
{
"AmendmentCostBreakdownDetailsID": 1,
"AmendmentId": 1,
"LkpCostBreakdownType": 1,
"LkpCostBreakdownId": 1,
"CostBreakdownAmount": 1.0,
"OracleLineItemNo": "sample string 2",
"UserIDCreated": 3,
"DbUserCreated": "sample string 4",
"CreatedDate": "2025-12-16T23:30:47.4205044-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 5",
"ModifiedDate": "2025-12-16T23:30:47.4205044-05:00",
"RowStatus": "sample string 6",
"Comments": "sample string 7",
"LkpCostBreakdownTypeName": "sample string 8",
"DeletedIds": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfPMAAmendmentCostBreakdownDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<PMAAmendmentCostBreakdownDetails>
<AmendmentCostBreakdownDetailsID>1</AmendmentCostBreakdownDetailsID>
<AmendmentId>1</AmendmentId>
<Comments>sample string 7</Comments>
<CostBreakdownAmount>1</CostBreakdownAmount>
<CreatedDate>2025-12-16T23:30:47.4205044-05:00</CreatedDate>
<DbUserCreated>sample string 4</DbUserCreated>
<DbUserModified>sample string 5</DbUserModified>
<DeletedIds>sample string 9</DeletedIds>
<LkpCostBreakdownId>1</LkpCostBreakdownId>
<LkpCostBreakdownType>1</LkpCostBreakdownType>
<LkpCostBreakdownTypeName>sample string 8</LkpCostBreakdownTypeName>
<ModifiedDate>2025-12-16T23:30:47.4205044-05:00</ModifiedDate>
<OracleLineItemNo>sample string 2</OracleLineItemNo>
<RowStatus>sample string 6</RowStatus>
<UserIDCreated>3</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAAmendmentCostBreakdownDetails>
<PMAAmendmentCostBreakdownDetails>
<AmendmentCostBreakdownDetailsID>1</AmendmentCostBreakdownDetailsID>
<AmendmentId>1</AmendmentId>
<Comments>sample string 7</Comments>
<CostBreakdownAmount>1</CostBreakdownAmount>
<CreatedDate>2025-12-16T23:30:47.4205044-05:00</CreatedDate>
<DbUserCreated>sample string 4</DbUserCreated>
<DbUserModified>sample string 5</DbUserModified>
<DeletedIds>sample string 9</DeletedIds>
<LkpCostBreakdownId>1</LkpCostBreakdownId>
<LkpCostBreakdownType>1</LkpCostBreakdownType>
<LkpCostBreakdownTypeName>sample string 8</LkpCostBreakdownTypeName>
<ModifiedDate>2025-12-16T23:30:47.4205044-05:00</ModifiedDate>
<OracleLineItemNo>sample string 2</OracleLineItemNo>
<RowStatus>sample string 6</RowStatus>
<UserIDCreated>3</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAAmendmentCostBreakdownDetails>
</ArrayOfPMAAmendmentCostBreakdownDetails>