GET api/GetPayApplsByProjectIdConstruction/{projectId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PMAPayApplicationsName | Description | Type | Additional information |
---|---|---|---|
PayApplicationID | integer |
None. |
|
ProjectId | integer |
None. |
|
SeqNo | decimal number |
None. |
|
PeriodEndDate | date |
None. |
|
AmountPaid | decimal number |
None. |
|
ToFinanceDate | date |
None. |
|
AdvDmp | boolean |
None. |
|
ThruCONo | integer |
None. |
|
RetainageReleased | boolean |
None. |
|
RetainagePercent | decimal number |
None. |
|
FromContrDate | date |
None. |
|
WorkSheetPreparedDate | date |
None. |
|
DateToAE | date |
None. |
|
DateFromAE | date |
None. |
|
DateToOAR | date |
None. |
|
DateFromOAR | date |
None. |
|
DateFromCEF | date |
None. |
|
DateToCEF | date |
None. |
|
PAComments | 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. |
Response Formats
application/json, text/json
Sample:
[ { "PayApplicationID": 1, "ProjectId": 2, "SeqNo": 1.0, "PeriodEndDate": "2025-05-27T13:16:18.6851562-04:00", "AmountPaid": 1.0, "ToFinanceDate": "2025-05-27T13:16:18.6851562-04:00", "AdvDmp": true, "ThruCONo": 1, "RetainageReleased": true, "RetainagePercent": 1.0, "FromContrDate": "2025-05-27T13:16:18.6851562-04:00", "WorkSheetPreparedDate": "2025-05-27T13:16:18.6851562-04:00", "DateToAE": "2025-05-27T13:16:18.6851562-04:00", "DateFromAE": "2025-05-27T13:16:18.6851562-04:00", "DateToOAR": "2025-05-27T13:16:18.6851562-04:00", "DateFromOAR": "2025-05-27T13:16:18.6851562-04:00", "DateFromCEF": "2025-05-27T13:16:18.6851562-04:00", "DateToCEF": "2025-05-27T13:16:18.6851562-04:00", "PAComments": "sample string 3", "UserIDCreated": 4, "DbUserCreated": "sample string 5", "CreatedDate": "2025-05-27T13:16:18.6851562-04:00", "UserIDModified": 1, "DbUserModified": "sample string 6", "ModifiedDate": "2025-05-27T13:16:18.6851562-04:00", "RowStatus": "sample string 7", "Comments": "sample string 8" }, { "PayApplicationID": 1, "ProjectId": 2, "SeqNo": 1.0, "PeriodEndDate": "2025-05-27T13:16:18.6851562-04:00", "AmountPaid": 1.0, "ToFinanceDate": "2025-05-27T13:16:18.6851562-04:00", "AdvDmp": true, "ThruCONo": 1, "RetainageReleased": true, "RetainagePercent": 1.0, "FromContrDate": "2025-05-27T13:16:18.6851562-04:00", "WorkSheetPreparedDate": "2025-05-27T13:16:18.6851562-04:00", "DateToAE": "2025-05-27T13:16:18.6851562-04:00", "DateFromAE": "2025-05-27T13:16:18.6851562-04:00", "DateToOAR": "2025-05-27T13:16:18.6851562-04:00", "DateFromOAR": "2025-05-27T13:16:18.6851562-04:00", "DateFromCEF": "2025-05-27T13:16:18.6851562-04:00", "DateToCEF": "2025-05-27T13:16:18.6851562-04:00", "PAComments": "sample string 3", "UserIDCreated": 4, "DbUserCreated": "sample string 5", "CreatedDate": "2025-05-27T13:16:18.6851562-04:00", "UserIDModified": 1, "DbUserModified": "sample string 6", "ModifiedDate": "2025-05-27T13:16:18.6851562-04:00", "RowStatus": "sample string 7", "Comments": "sample string 8" } ]
application/xml, text/xml
Sample:
<ArrayOfPMAPayApplications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <PMAPayApplications> <AdvDmp>true</AdvDmp> <AmountPaid>1</AmountPaid> <Comments>sample string 8</Comments> <CreatedDate>2025-05-27T13:16:18.6851562-04:00</CreatedDate> <DateFromAE>2025-05-27T13:16:18.6851562-04:00</DateFromAE> <DateFromCEF>2025-05-27T13:16:18.6851562-04:00</DateFromCEF> <DateFromOAR>2025-05-27T13:16:18.6851562-04:00</DateFromOAR> <DateToAE>2025-05-27T13:16:18.6851562-04:00</DateToAE> <DateToCEF>2025-05-27T13:16:18.6851562-04:00</DateToCEF> <DateToOAR>2025-05-27T13:16:18.6851562-04:00</DateToOAR> <DbUserCreated>sample string 5</DbUserCreated> <DbUserModified>sample string 6</DbUserModified> <FromContrDate>2025-05-27T13:16:18.6851562-04:00</FromContrDate> <ModifiedDate>2025-05-27T13:16:18.6851562-04:00</ModifiedDate> <PAComments>sample string 3</PAComments> <PayApplicationID>1</PayApplicationID> <PeriodEndDate>2025-05-27T13:16:18.6851562-04:00</PeriodEndDate> <ProjectId>2</ProjectId> <RetainagePercent>1</RetainagePercent> <RetainageReleased>true</RetainageReleased> <RowStatus>sample string 7</RowStatus> <SeqNo>1</SeqNo> <ThruCONo>1</ThruCONo> <ToFinanceDate>2025-05-27T13:16:18.6851562-04:00</ToFinanceDate> <UserIDCreated>4</UserIDCreated> <UserIDModified>1</UserIDModified> <WorkSheetPreparedDate>2025-05-27T13:16:18.6851562-04:00</WorkSheetPreparedDate> </PMAPayApplications> <PMAPayApplications> <AdvDmp>true</AdvDmp> <AmountPaid>1</AmountPaid> <Comments>sample string 8</Comments> <CreatedDate>2025-05-27T13:16:18.6851562-04:00</CreatedDate> <DateFromAE>2025-05-27T13:16:18.6851562-04:00</DateFromAE> <DateFromCEF>2025-05-27T13:16:18.6851562-04:00</DateFromCEF> <DateFromOAR>2025-05-27T13:16:18.6851562-04:00</DateFromOAR> <DateToAE>2025-05-27T13:16:18.6851562-04:00</DateToAE> <DateToCEF>2025-05-27T13:16:18.6851562-04:00</DateToCEF> <DateToOAR>2025-05-27T13:16:18.6851562-04:00</DateToOAR> <DbUserCreated>sample string 5</DbUserCreated> <DbUserModified>sample string 6</DbUserModified> <FromContrDate>2025-05-27T13:16:18.6851562-04:00</FromContrDate> <ModifiedDate>2025-05-27T13:16:18.6851562-04:00</ModifiedDate> <PAComments>sample string 3</PAComments> <PayApplicationID>1</PayApplicationID> <PeriodEndDate>2025-05-27T13:16:18.6851562-04:00</PeriodEndDate> <ProjectId>2</ProjectId> <RetainagePercent>1</RetainagePercent> <RetainageReleased>true</RetainageReleased> <RowStatus>sample string 7</RowStatus> <SeqNo>1</SeqNo> <ThruCONo>1</ThruCONo> <ToFinanceDate>2025-05-27T13:16:18.6851562-04:00</ToFinanceDate> <UserIDCreated>4</UserIDCreated> <UserIDModified>1</UserIDModified> <WorkSheetPreparedDate>2025-05-27T13:16:18.6851562-04:00</WorkSheetPreparedDate> </PMAPayApplications> </ArrayOfPMAPayApplications>