POST api2020/Joint2020/LeakSignOffs?db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
Body Parameters
Collection of JILeakSignOff2020| Name | Description | Type | Additional information |
|---|---|---|---|
| StillLeaking | boolean |
None. |
|
| CttrHeaderId | integer |
None. |
|
| Title | string |
None. |
|
| UserName | string |
None. |
|
| DateTime | integer |
None. |
|
| SignOffSlotNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"StillLeaking": true,
"CttrHeaderId": 2,
"Title": "sample string 3",
"UserName": "sample string 4",
"DateTime": 5,
"SignOffSlotNumber": "sample string 6"
},
{
"StillLeaking": true,
"CttrHeaderId": 2,
"Title": "sample string 3",
"UserName": "sample string 4",
"DateTime": 5,
"SignOffSlotNumber": "sample string 6"
}
]
text/xml
Sample:
<ArrayOfJILeakSignOff2020 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.JI">
<JILeakSignOff2020>
<CttrHeaderId>2</CttrHeaderId>
<DateTime>5</DateTime>
<SignOffSlotNumber>sample string 6</SignOffSlotNumber>
<Title>sample string 3</Title>
<UserName>sample string 4</UserName>
<StillLeaking>true</StillLeaking>
</JILeakSignOff2020>
<JILeakSignOff2020>
<CttrHeaderId>2</CttrHeaderId>
<DateTime>5</DateTime>
<SignOffSlotNumber>sample string 6</SignOffSlotNumber>
<Title>sample string 3</Title>
<UserName>sample string 4</UserName>
<StillLeaking>true</StillLeaking>
</JILeakSignOff2020>
</ArrayOfJILeakSignOff2020>
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>