POST api/ProgressReport?GROUP_ID={GROUP_ID}&GPR_ID={GPR_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GROUP_ID | string |
Required |
|
| GPR_ID | string |
Required |
Body Parameters
StartEndNew| Name | Description | Type | Additional information |
|---|---|---|---|
| START | string |
None. |
|
| END | string |
None. |
|
| WORD | string |
None. |
|
| ACCESS_CODE | string |
None. |
|
| LANG_ID | string |
None. |
|
| USER_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"START": "sample string 1",
"END": "sample string 2",
"WORD": "sample string 3",
"ACCESS_CODE": "sample string 4",
"LANG_ID": "sample string 5",
"USER_ID": "sample string 6"
}
application/xml, text/xml
Sample:
<StartEndNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiIfcoIndia.Models"> <ACCESS_CODE>sample string 4</ACCESS_CODE> <END>sample string 2</END> <LANG_ID>sample string 5</LANG_ID> <START>sample string 1</START> <USER_ID>sample string 6</USER_ID> <WORD>sample string 3</WORD> </StartEndNew>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |