GET api/DeleteScopeModificationDetails/{scopeModificationDetailsIDs}/{projectId}/{projectCostScopeModificationId}/{loggedInUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scopeModificationDetailsIDs | string |
Required |
|
| projectId | integer |
Required |
|
| projectCostScopeModificationId | integer |
Required |
|
| loggedInUserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PMAProjectCostSMFDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectCostScopeModificationDetailsID | integer |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectCostScopeModificationId | integer |
None. |
|
| SeqNo | integer |
None. |
|
| CostDescription | string |
None. |
|
| SMFAmount | decimal number |
None. |
|
| SMFComments | string |
None. |
|
| UserIDCreated | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| RowStatus | string |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectCostScopeModificationDetailsID": 1,
"ProjectId": 1,
"ProjectCostScopeModificationId": 2,
"SeqNo": 1,
"CostDescription": "sample string 3",
"SMFAmount": 1.0,
"SMFComments": "sample string 4",
"UserIDCreated": 5,
"CreatedDate": "2025-11-01T00:45:10.612135-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:10.612135-04:00",
"RowStatus": "sample string 6",
"Comments": "sample string 7"
},
{
"ProjectCostScopeModificationDetailsID": 1,
"ProjectId": 1,
"ProjectCostScopeModificationId": 2,
"SeqNo": 1,
"CostDescription": "sample string 3",
"SMFAmount": 1.0,
"SMFComments": "sample string 4",
"UserIDCreated": 5,
"CreatedDate": "2025-11-01T00:45:10.612135-04:00",
"UserIDModified": 1,
"ModifiedDate": "2025-11-01T00:45:10.612135-04:00",
"RowStatus": "sample string 6",
"Comments": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfPMAProjectCostSMFDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<PMAProjectCostSMFDetails>
<Comments>sample string 7</Comments>
<CostDescription>sample string 3</CostDescription>
<CreatedDate>2025-11-01T00:45:10.612135-04:00</CreatedDate>
<ModifiedDate>2025-11-01T00:45:10.612135-04:00</ModifiedDate>
<ProjectCostScopeModificationDetailsID>1</ProjectCostScopeModificationDetailsID>
<ProjectCostScopeModificationId>2</ProjectCostScopeModificationId>
<ProjectId>1</ProjectId>
<RowStatus>sample string 6</RowStatus>
<SMFAmount>1</SMFAmount>
<SMFComments>sample string 4</SMFComments>
<SeqNo>1</SeqNo>
<UserIDCreated>5</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAProjectCostSMFDetails>
<PMAProjectCostSMFDetails>
<Comments>sample string 7</Comments>
<CostDescription>sample string 3</CostDescription>
<CreatedDate>2025-11-01T00:45:10.612135-04:00</CreatedDate>
<ModifiedDate>2025-11-01T00:45:10.612135-04:00</ModifiedDate>
<ProjectCostScopeModificationDetailsID>1</ProjectCostScopeModificationDetailsID>
<ProjectCostScopeModificationId>2</ProjectCostScopeModificationId>
<ProjectId>1</ProjectId>
<RowStatus>sample string 6</RowStatus>
<SMFAmount>1</SMFAmount>
<SMFComments>sample string 4</SMFComments>
<SeqNo>1</SeqNo>
<UserIDCreated>5</UserIDCreated>
<UserIDModified>1</UserIDModified>
</PMAProjectCostSMFDetails>
</ArrayOfPMAProjectCostSMFDetails>