PUT api/PendingFormsByPCPs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PendingFormsByPCP| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CPI | string |
None. |
|
| DIV_ID | integer |
None. |
|
| ACTIVITY_ID | integer |
None. |
|
| QUESTIONNAIRE_ID | integer |
None. |
|
| START_BY | string |
None. |
|
| START_DATE | date |
None. |
|
| COMPLETED_BY | string |
None. |
|
| COMPLETED_DATE | date |
None. |
|
| CHECKED_BY | string |
None. |
|
| CHECKED_DATE | date |
None. |
|
| LASTNAME | string |
None. |
|
| FIRSTNAME | string |
None. |
|
| SEX | string |
None. |
|
| DOB | date |
None. |
|
| FLAG | string |
None. |
|
| IMG | string |
None. |
|
| TEAM_ID | integer |
None. |
|
| COACH_ID | string |
None. |
|
| COACH | string |
None. |
|
| COMPLETED_NAME | string |
None. |
|
| TASK_ID | integer |
None. |
|
| TASK_NAME | string |
None. |
|
| CHECK_BY | integer |
None. |
|
| TYPE | integer |
None. |
|
| PAT_PROG_ID | integer |
None. |
|
| NOTE_ID | integer |
None. |
|
| UNIQUENAME | string |
None. |
|
| LEVEL2_ID | integer |
None. |
|
| LEVEL_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CPI": "sample string 2",
"DIV_ID": 3,
"ACTIVITY_ID": 4,
"QUESTIONNAIRE_ID": 1,
"START_BY": "sample string 5",
"START_DATE": "2026-01-13T06:14:16.8015751+00:00",
"COMPLETED_BY": "sample string 6",
"COMPLETED_DATE": "2026-01-13T06:14:16.8015751+00:00",
"CHECKED_BY": "sample string 7",
"CHECKED_DATE": "2026-01-13T06:14:16.8015751+00:00",
"LASTNAME": "sample string 8",
"FIRSTNAME": "sample string 9",
"SEX": "sample string 10",
"DOB": "2026-01-13T06:14:16.8015751+00:00",
"FLAG": "sample string 11",
"IMG": "sample string 12",
"TEAM_ID": 1,
"COACH_ID": "sample string 13",
"COACH": "sample string 14",
"COMPLETED_NAME": "sample string 15",
"TASK_ID": 16,
"TASK_NAME": "sample string 17",
"CHECK_BY": 1,
"TYPE": 18,
"PAT_PROG_ID": 19,
"NOTE_ID": 1,
"UNIQUENAME": "sample string 20",
"LEVEL2_ID": 1,
"LEVEL_ID": 1
}
application/octet-stream
Sample:
{"ID":1,"CPI":"sample string 2","DIV_ID":3,"ACTIVITY_ID":4,"QUESTIONNAIRE_ID":1,"START_BY":"sample string 5","START_DATE":"2026-01-13T06:14:16.8015751+00:00","COMPLETED_BY":"sample string 6","COMPLETED_DATE":"2026-01-13T06:14:16.8015751+00:00","CHECKED_BY":"sample string 7","CHECKED_DATE":"2026-01-13T06:14:16.8015751+00:00","LASTNAME":"sample string 8","FIRSTNAME":"sample string 9","SEX":"sample string 10","DOB":"2026-01-13T06:14:16.8015751+00:00","FLAG":"sample string 11","IMG":"sample string 12","TEAM_ID":1,"COACH_ID":"sample string 13","COACH":"sample string 14","COMPLETED_NAME":"sample string 15","TASK_ID":16,"TASK_NAME":"sample string 17","CHECK_BY":1,"TYPE":18,"PAT_PROG_ID":19,"NOTE_ID":1,"UNIQUENAME":"sample string 20","LEVEL2_ID":1,"LEVEL_ID":1}
application/xml, text/xml
Sample:
<PendingFormsByPCP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ID>1</ID> <CPI>sample string 2</CPI> <DIV_ID>3</DIV_ID> <ACTIVITY_ID>4</ACTIVITY_ID> <QUESTIONNAIRE_ID>1</QUESTIONNAIRE_ID> <START_BY>sample string 5</START_BY> <START_DATE>2026-01-13T06:14:16.8015751+00:00</START_DATE> <COMPLETED_BY>sample string 6</COMPLETED_BY> <COMPLETED_DATE>2026-01-13T06:14:16.8015751+00:00</COMPLETED_DATE> <CHECKED_BY>sample string 7</CHECKED_BY> <CHECKED_DATE>2026-01-13T06:14:16.8015751+00:00</CHECKED_DATE> <LASTNAME>sample string 8</LASTNAME> <FIRSTNAME>sample string 9</FIRSTNAME> <SEX>sample string 10</SEX> <DOB>2026-01-13T06:14:16.8015751+00:00</DOB> <FLAG>sample string 11</FLAG> <IMG>sample string 12</IMG> <TEAM_ID>1</TEAM_ID> <COACH_ID>sample string 13</COACH_ID> <COACH>sample string 14</COACH> <COMPLETED_NAME>sample string 15</COMPLETED_NAME> <TASK_ID>16</TASK_ID> <TASK_NAME>sample string 17</TASK_NAME> <CHECK_BY>1</CHECK_BY> <TYPE>18</TYPE> <PAT_PROG_ID>19</PAT_PROG_ID> <NOTE_ID>1</NOTE_ID> <UNIQUENAME>sample string 20</UNIQUENAME> <LEVEL2_ID>1</LEVEL2_ID> <LEVEL_ID>1</LEVEL_ID> </PendingFormsByPCP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.