POST api/File/AddBatch/{ID}?Code={Code}&Description={Description}&Status={Status}&Visible={Visible}&StartDateTime={StartDateTime}&EndDateTime={EndDateTime}&FilePath={FilePath}&CreatedBy={CreatedBy}&CreatedDate={CreatedDate}&LastUpdatedBy={LastUpdatedBy}&LastUpdatedDate={LastUpdatedDate}&RowStatus={RowStatus}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Code

string

Required

String length: inclusive between 0 and 150

Description

string

String length: inclusive between 0 and 500

Status

integer

None.

Visible

boolean

None.

StartDateTime

date

None.

EndDateTime

date

None.

FilePath

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LastUpdatedBy

integer

None.

LastUpdatedDate

date

None.

RowStatus

byte

None.

ID

integer

None.

Body Parameters

None.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>