POST api/LeadAppend/LeadAppendManualUpload

Request Information

URI Parameters

None.

Body Parameters

LeadAppendFileImportDTO
NameDescriptionTypeAdditional information
FileName

string

None.

FileBytes

Collection of byte

None.

HasAppendTag

boolean

None.

RtToAvail

boolean

None.

InstantDistribution

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "FileBytes": "QEA=",
  "HasAppendTag": true,
  "RtToAvail": true,
  "InstantDistribution": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true