POST api/Tools/UploadImages_FilesForDocuments_Masters

Request Information

URI Parameters

None.

Body Parameters

UploadImages_FilesForDocuments_MastersInput
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

DocumentMaster

string

None.

UploadStatus

string

None.

StartDate

integer

None.

EndDate

integer

None.

Branch

string

None.

DocumentType

string

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "DocumentMaster": "sample string 4",
  "UploadStatus": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "Branch": "sample string 8",
  "DocumentType": "sample string 9",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<UploadImages_FilesForDocuments_MastersInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <Branch>sample string 8</Branch>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocumentMaster>sample string 4</DocumentMaster>
  <DocumentType>sample string 9</DocumentType>
  <DownloadReport>true</DownloadReport>
  <EndDate>7</EndDate>
  <StartDate>6</StartDate>
  <UploadStatus>sample string 5</UploadStatus>
  <UserInternalCode>sample string 3</UserInternalCode>
</UploadImages_FilesForDocuments_MastersInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.