POST api/MasterData/AddIssue

Request Information

URI Parameters

None.

Body Parameters

IssueDetails
NameDescriptionTypeAdditional information
issueId

integer

None.

lolPlant

string

None.

vendor

string

None.

lolItemNumber

string

None.

supplier

string

None.

vendorItemNumber

string

None.

lotNumber

string

None.

materialType

string

None.

cartonNumber

string

None.

materialStatus

string

None.

purchaseOrder

string

None.

quantityFailed

integer

None.

quantityRemaining

integer

None.

unit

string

None.

lostProductionHours

integer

None.

associatedCost

decimal number

None.

description

string

None.

createdByEmpId

string

None.

createdByEmpName

string

None.

createdByEmpEmailId

string

None.

createdOn

date

None.

updatedByEmpId

string

None.

updatedByEmpName

string

None.

updatedByEmpEmailId

string

None.

updatedOn

date

None.

closedDate

date

None.

issueStatus

string

None.

imageId

Collection of integer

None.

image

Collection of string

None.

imageName

Collection of string

None.

city

string

None.

state

string

None.

country

string

None.

additionalCost

decimal number

None.

deleteImages

ImageDetails

None.

comment

string

None.

comments

Collection of comments

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IssueDetailStatus
NameDescriptionTypeAdditional information
status

string

None.

issueId

integer

None.

errorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "issueId": 2,
  "errorMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<IssueDetailStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SITDataAccess">
  <errorMessage>sample string 3</errorMessage>
  <issueId>2</issueId>
  <status>sample string 1</status>
</IssueDetailStatus>