Record a Request

post

/bcws/webresources/v1.0/request

Record a given request in BRM.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errorInfo
Type: array
Information about the error.
Show Source
Nested Schema : extension
Type: object
The extended attributes.
Nested Schema : FailedInfo
Type: object
Failure information for the request.
Show Source
Nested Schema : headerInfo
Type: array
The header information for the request.
Show Source
Nested Schema : OpcodeInfo
Type: object
Information about the opcode related to the request.
Show Source
Nested Schema : RequestInfo
Type: object
Information about the request.
Show Source
Nested Schema : ErrorInfo
Type: object
Information about the error.
Show Source
Nested Schema : HeaderInfo
Type: object
The header information for the request.
Show Source
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errorInfo
Type: array
Information about the error.
Show Source
Nested Schema : extension
Type: object
The extended attributes.
Nested Schema : FailedInfo
Type: object
Failure information for the request.
Show Source
Nested Schema : headerInfo
Type: array
The header information for the request.
Show Source
Nested Schema : OpcodeInfo
Type: object
Information about the opcode related to the request.
Show Source
Nested Schema : RequestInfo
Type: object
Information about the request.
Show Source
Nested Schema : ErrorInfo
Type: object
Information about the error.
Show Source
Nested Schema : HeaderInfo
Type: object
The header information for the request.
Show Source
Back to Top

Response

200 Response

The request ID is returned successfully.

500 Response

An internal server error occurred.
Back to Top