Adds a new QC interface report
post
/qcinterfacereport/save
This endpoint is used to add a new QC interface report.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating a new qcinterfacereport
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : QCInterfaceDTO-allOf[1]
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
dateAndTime(optional):
string
-
direction(optional):
string
-
exception(optional):
string
-
interfaceAction(optional):
string
-
interfaceType(optional):
string
-
rootCauseOfException(optional):
string
-
status(optional):
string
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created qcinterfacereport
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error