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
- application/xml
- application/json
The details of the request which is to be recorded.
Root Schema : schema
Type:
Show Source
object
-
accountId(required): string
The Account ID of the request.
-
contentType(required): string
The type of content in the request.
-
correlationId: string
The correlation ID of the request.
-
descr: string
The descriptionof the request.
-
errorInfo: array
errorInfo
Information about the error.
-
extension: object
extension
The extended attributes.
-
failedInfo: object
FailedInfo
Failure information for the request.
-
headerInfo: array
headerInfo
The header information for the request.
-
id: string
The ID of the request.
-
opcodeInfo: object
OpcodeInfo
Information about the opcode related to the request.
-
partial: integer
(int32)
-
payloadStr(required): string
The payload of the request.
-
requestInfo: object
RequestInfo
Information about the request.
-
status: integer
(int32)
The status of the request.
-
userId: string
The UserID of the request.
Nested Schema : errorInfo
Type:
array
Information about the error.
Show Source
-
Array of:
object ErrorInfo
Information about the error.
Nested Schema : extension
Type:
object
The extended attributes.
Nested Schema : FailedInfo
Type:
object
Failure information for the request.
Show Source
-
errorCode(required): string
The error code of the failure.
-
errorDescr: string
The description of the error.
Nested Schema : headerInfo
Type:
array
The header information for the request.
Show Source
-
Array of:
object HeaderInfo
The header information for the request.
Nested Schema : OpcodeInfo
Type:
object
Information about the opcode related to the request.
Show Source
-
flags: integer
(int32)
The flags passed ioth the opcode.
-
opcode: integer
(int32)
The name of the opcode.
Nested Schema : RequestInfo
Type:
object
Information about the request.
Show Source
-
method(required): string
The method of the request.
-
path(required): string
The path of the request.
-
queryParam: string
The query parameters associated with the request.
-
url(required): string
The URL of the request.
Nested Schema : ErrorInfo
Type:
object
Information about the error.
Show Source
-
className: string
The class name.
-
elementId: integer
(int32)
The element ID.
-
errorCode: string
The error code.
-
fieldNum: integer
(int32)
The field number.
-
location: string
The location of the error.
-
reasonDomainId: integer
(int32)
The domain ID of the reason for the error.
-
reasonId: integer
(int32)
The ID of the reason for the error.
Nested Schema : HeaderInfo
Type:
object
The header information for the request.
Show Source
-
name(required): string
The name of the header information paramerter.
-
value(required): string
The value of the header information parameter.
The details of the request which is to be recorded.
Root Schema : schema
Type:
Show Source
object
-
accountId(required): string
The Account ID of the request.
-
contentType(required): string
The type of content in the request.
-
correlationId: string
The correlation ID of the request.
-
descr: string
The descriptionof the request.
-
errorInfo: array
errorInfo
Information about the error.
-
extension: object
extension
The extended attributes.
-
failedInfo: object
FailedInfo
Failure information for the request.
-
headerInfo: array
headerInfo
The header information for the request.
-
id: string
The ID of the request.
-
opcodeInfo: object
OpcodeInfo
Information about the opcode related to the request.
-
partial: integer
(int32)
-
payloadStr(required): string
The payload of the request.
-
requestInfo: object
RequestInfo
Information about the request.
-
status: integer
(int32)
The status of the request.
-
userId: string
The UserID of the request.
Nested Schema : errorInfo
Type:
array
Information about the error.
Show Source
-
Array of:
object ErrorInfo
Information about the error.
Nested Schema : extension
Type:
object
The extended attributes.
Nested Schema : FailedInfo
Type:
object
Failure information for the request.
Show Source
-
errorCode(required): string
The error code of the failure.
-
errorDescr: string
The description of the error.
Nested Schema : headerInfo
Type:
array
The header information for the request.
Show Source
-
Array of:
object HeaderInfo
The header information for the request.
Nested Schema : OpcodeInfo
Type:
object
Information about the opcode related to the request.
Show Source
-
flags: integer
(int32)
The flags passed ioth the opcode.
-
opcode: integer
(int32)
The name of the opcode.
Nested Schema : RequestInfo
Type:
object
Information about the request.
Show Source
-
method(required): string
The method of the request.
-
path(required): string
The path of the request.
-
queryParam: string
The query parameters associated with the request.
-
url(required): string
The URL of the request.
Nested Schema : ErrorInfo
Type:
object
Information about the error.
Show Source
-
className: string
The class name.
-
elementId: integer
(int32)
The element ID.
-
errorCode: string
The error code.
-
fieldNum: integer
(int32)
The field number.
-
location: string
The location of the error.
-
reasonDomainId: integer
(int32)
The domain ID of the reason for the error.
-
reasonId: integer
(int32)
The ID of the reason for the error.
Nested Schema : HeaderInfo
Type:
object
The header information for the request.
Show Source
-
name(required): string
The name of the header information paramerter.
-
value(required): string
The value of the header information parameter.
Response
200 Response
The request ID is returned successfully.
500 Response
An internal server error occurred.