POST api2020/JIPunchList2020/PunchListItems?db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
Body Parameters
Collection of JIPunchListItem2020| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ConstraintType | string |
None. |
|
| PopularConstraint | string |
None. |
|
| PunchItem | string |
None. |
|
| CctrHeaderId | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | integer |
None. |
|
| IsCatA | boolean |
None. |
|
| IsRfi | boolean |
None. |
|
| System | string |
None. |
|
| Complete | boolean |
None. |
|
| ActionSentTo | string |
None. |
|
| CompletedBy | string |
None. |
|
| CompletedOn | integer |
None. |
|
| CloseNotes | string |
None. |
|
| Tag | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ConstraintType": "sample string 2",
"PopularConstraint": "sample string 3",
"PunchItem": "sample string 4",
"CctrHeaderId": 5,
"CreatedBy": "sample string 6",
"CreatedOn": 7,
"IsCatA": true,
"IsRfi": true,
"System": "sample string 10",
"Complete": true,
"ActionSentTo": "sample string 12",
"CompletedBy": "sample string 13",
"CompletedOn": 14,
"CloseNotes": "sample string 15",
"Tag": "sample string 16"
},
{
"Id": 1,
"ConstraintType": "sample string 2",
"PopularConstraint": "sample string 3",
"PunchItem": "sample string 4",
"CctrHeaderId": 5,
"CreatedBy": "sample string 6",
"CreatedOn": 7,
"IsCatA": true,
"IsRfi": true,
"System": "sample string 10",
"Complete": true,
"ActionSentTo": "sample string 12",
"CompletedBy": "sample string 13",
"CompletedOn": 14,
"CloseNotes": "sample string 15",
"Tag": "sample string 16"
}
]
text/xml
Sample:
<ArrayOfJIPunchListItem2020 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.JI">
<JIPunchListItem2020>
<ActionSentTo>sample string 12</ActionSentTo>
<CctrHeaderId>5</CctrHeaderId>
<CloseNotes>sample string 15</CloseNotes>
<Complete>true</Complete>
<CompletedBy>sample string 13</CompletedBy>
<CompletedOn>14</CompletedOn>
<ConstraintType>sample string 2</ConstraintType>
<CreatedBy>sample string 6</CreatedBy>
<CreatedOn>7</CreatedOn>
<Id>1</Id>
<IsCatA>true</IsCatA>
<IsRfi>true</IsRfi>
<PopularConstraint>sample string 3</PopularConstraint>
<PunchItem>sample string 4</PunchItem>
<System>sample string 10</System>
<Tag>sample string 16</Tag>
</JIPunchListItem2020>
<JIPunchListItem2020>
<ActionSentTo>sample string 12</ActionSentTo>
<CctrHeaderId>5</CctrHeaderId>
<CloseNotes>sample string 15</CloseNotes>
<Complete>true</Complete>
<CompletedBy>sample string 13</CompletedBy>
<CompletedOn>14</CompletedOn>
<ConstraintType>sample string 2</ConstraintType>
<CreatedBy>sample string 6</CreatedBy>
<CreatedOn>7</CreatedOn>
<Id>1</Id>
<IsCatA>true</IsCatA>
<IsRfi>true</IsRfi>
<PopularConstraint>sample string 3</PopularConstraint>
<PunchItem>sample string 4</PunchItem>
<System>sample string 10</System>
<Tag>sample string 16</Tag>
</JIPunchListItem2020>
</ArrayOfJIPunchListItem2020>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>