POST v1/ClientData/{Id}?F_CompanyId={F_CompanyId}&userid={userid}&parentID={parentID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

F_CompanyId

integer

Required

userid

integer

Required

parentID

integer

Required

Body Parameters

AppAttachmentRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AppAttachmentRequest'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true