POST v1/CapiScan/{Id}?F_CompanyId={F_CompanyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
F_CompanyId | integer |
Required |
Body Parameters
AppAttachmentRequestName | Description | Type | Additional information |
---|---|---|---|
FileName |
File name (original) |
string |
None. |
ContentType |
File contents type (original) |
string |
None. |
FileContents |
File contents in base64 encoding |
string |
None. |
ImageType |
Image Type |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FileName": "sample string 1", "ContentType": "sample string 2", "FileContents": "sample string 3", "ImageType": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true