POST api/cmnsy/Progress
Request Information
URI Parameters
None.
Body Parameters
ProgressRequestEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiUserName | string |
None. |
|
| Token | string |
None. |
|
| Id | integer |
None. |
|
| ProjectId | integer |
None. |
|
| OfficeId | integer |
None. |
|
| PhysicalProgress | decimal number |
None. |
|
| ProgressPhoto | string |
None. |
|
| ProgressPhoto1 | string |
None. |
|
| ProgressPhoto2 | string |
None. |
|
| ProgressDT | string |
None. |
|
| FinancialProgress | string |
None. |
|
| longitude | string |
None. |
|
| Latitude | string |
None. |
|
| Remark | string |
None. |
|
| FinYearId | integer |
None. |
|
| ProcId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiUserName": "sample string 1",
"Token": "sample string 2",
"Id": 3,
"ProjectId": 4,
"OfficeId": 5,
"PhysicalProgress": 6.0,
"ProgressPhoto": "sample string 7",
"ProgressPhoto1": "sample string 8",
"ProgressPhoto2": "sample string 9",
"ProgressDT": "sample string 10",
"FinancialProgress": "sample string 11",
"longitude": "sample string 12",
"Latitude": "sample string 13",
"Remark": "sample string 14",
"FinYearId": 15,
"ProcId": 16
}
application/xml, text/xml
Sample:
<ProgressRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models"> <ApiUserName>sample string 1</ApiUserName> <FinYearId>15</FinYearId> <FinancialProgress>sample string 11</FinancialProgress> <Id>3</Id> <Latitude>sample string 13</Latitude> <OfficeId>5</OfficeId> <PhysicalProgress>6</PhysicalProgress> <ProcId>16</ProcId> <ProgressDT>sample string 10</ProgressDT> <ProgressPhoto>sample string 7</ProgressPhoto> <ProgressPhoto1>sample string 8</ProgressPhoto1> <ProgressPhoto2>sample string 9</ProgressPhoto2> <ProjectId>4</ProjectId> <Remark>sample string 14</Remark> <Token>sample string 2</Token> <longitude>sample string 12</longitude> </ProgressRequestEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProgressResponseEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| respCode | string |
None. |
|
| respMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"respCode": "sample string 1",
"respMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<ProgressResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models"> <respCode>sample string 1</respCode> <respMessage>sample string 2</respMessage> </ProgressResponseEntity>