Create Material Issue Line
post
https://server:port/rest/apis/asset/inventory/materialIssue/
Creates Material Issue Lines from an external system. Use this service to record material issued from the storeroom for Material Requests initiated from WAM.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
Show Source
object
-
externalSystem: string
Maximum Length:
30
The Work and Asset Management code that represents the external system.Example:ERP
-
issuedQuantity: number
Minimum Value:
0
Maximum Value:99999999.99999
The quantity of materials issued from the storeroom.Example:10
-
materialIssueLineExternalId: string
Maximum Length:
14
A unique identifier of the Material Issue Line record as represented in the external system.Example:9BE5876545A
-
materialRequestHeaderId: string
Maximum Length:
14
System-generated ID in the Work and Asset Management system to uniquely identify the Material Request Header.Example:59279750490857
-
materialRequestLineId: string
Maximum Length:
14
System-generated ID in the Work and Asset Management system to uniquely identify the Material Request Line.Example:99640565085497
-
stockItemDetailExternalId: string
Maximum Length:
12
A unique identifier of the related Stock Item Detail record as represented in the external system.Example:D096427592BCE
-
totalCost: number
The calculated cost of the issued materials based on Unit Price and Issued Quantity.Example:
120.95
Root Schema : schema
Type:
Show Source
object
-
externalSystem: string
Maximum Length:
30
The Work and Asset Management code that represents the external system.Example:ERP
-
issuedQuantity: number
Minimum Value:
0
Maximum Value:99999999.99999
The quantity of materials issued from the storeroom.Example:10
-
materialIssueLineExternalId: string
Maximum Length:
14
A unique identifier of the Material Issue Line record as represented in the external system.Example:9BE5876545A
-
materialRequestHeaderId: string
Maximum Length:
14
System-generated ID in the Work and Asset Management system to uniquely identify the Material Request Header.Example:59279750490857
-
materialRequestLineId: string
Maximum Length:
14
System-generated ID in the Work and Asset Management system to uniquely identify the Material Request Line.Example:99640565085497
-
stockItemDetailExternalId: string
Maximum Length:
12
A unique identifier of the related Stock Item Detail record as represented in the external system.Example:D096427592BCE
-
totalCost: number
The calculated cost of the issued materials based on Unit Price and Issued Quantity.Example:
120.95
Response
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : W1CreMtlIss
Type:
Show Source
object
-
materialIssueLineExternalId: string
Maximum Length:
14
A unique identifier of the Material Issue Line record as represented in the external system.Example:9BE5876545A
-
materialIssueLineId: string
Maximum Length:
14
Material Issue Line
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60
URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60
URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.