POST api/Auditor/DiscardALL

Request Information

URI Parameters

None.

Body Parameters

tbl_AuditLogReport
NameDescriptionTypeAdditional information
ProdId

integer

None.

ReportMasterID

integer

None.

PhysicalStock

integer

None.

DamagedStock

integer

None.

ShortRemarksID

integer

None.

ShortRemarks

string

None.

LongRemarks

string

None.

BranchRefID

integer

None.

ReportLogID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "prodId": 1,
  "reportMasterID": 1,
  "physicalStock": 2,
  "damagedStock": 1,
  "shortRemarksID": 3,
  "shortRemarks": "sample string 4",
  "longRemarks": "sample string 5",
  "branchRefID": 6,
  "reportLogID": 7
}

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.