POST api2020/JIPunchList2020/PunchListItemImage?db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
Body Parameters
JIPunchListItemImage2020| Name | Description | Type | Additional information |
|---|---|---|---|
| CctrHeaderId | integer |
None. |
|
| PunchListItemId | integer |
None. |
|
| Modelname | string |
None. |
|
| Filename | string |
None. |
|
| FileContent | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"CctrHeaderId": 1,
"PunchListItemId": 2,
"Modelname": "sample string 3",
"Filename": "sample string 4",
"FileContent": "QEA="
}
text/xml
Sample:
<JIPunchListItemImage2020 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.JI"> <CctrHeaderId>1</CctrHeaderId> <FileContent>QEA=</FileContent> <Filename>sample string 4</Filename> <Modelname>sample string 3</Modelname> <PunchListItemId>2</PunchListItemId> </JIPunchListItemImage2020>
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>