POST api/SaveProjectCostSMFDetails
Request Information
URI Parameters
None.
Body Parameters
PMAProjectCostSMFDetailsName | 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. |
Request 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-05-31T13:47:52.2484556-04:00", "UserIDModified": 1, "ModifiedDate": "2025-05-31T13:47:52.2484556-04:00", "RowStatus": "sample string 6", "Comments": "sample string 7" }
application/xml, text/xml
Sample:
<PMAProjectCostSMFDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <Comments>sample string 7</Comments> <CostDescription>sample string 3</CostDescription> <CreatedDate>2025-05-31T13:47:52.2484556-04:00</CreatedDate> <ModifiedDate>2025-05-31T13:47:52.2484556-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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PMAProjectCostSMFDetailsName | 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-05-31T13:47:52.2640861-04:00", "UserIDModified": 1, "ModifiedDate": "2025-05-31T13:47:52.2640861-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-05-31T13:47:52.2640861-04:00", "UserIDModified": 1, "ModifiedDate": "2025-05-31T13:47:52.2640861-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-05-31T13:47:52.2640861-04:00</CreatedDate> <ModifiedDate>2025-05-31T13:47:52.2640861-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-05-31T13:47:52.2640861-04:00</CreatedDate> <ModifiedDate>2025-05-31T13:47:52.2640861-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>