Create Pseudo Client
This operation creates a Pseudo Client.
- application/json
Request Body
- object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientName stringclientId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientName": "string",
"clientId": 0,
"_type_": 0
}
}
}
Loading...