GET api/GetPayAppNos/{projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PayAppNos| Name | Description | Type | Additional information |
|---|---|---|---|
| SeqNo | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SeqNo": 1.0
},
{
"SeqNo": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfPayAppNos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<PayAppNos>
<SeqNo>1</SeqNo>
</PayAppNos>
<PayAppNos>
<SeqNo>1</SeqNo>
</PayAppNos>
</ArrayOfPayAppNos>