Request Information
URI Parameters
None.
Body Parameters
The lock request.
LockRequestName | Description | Type | Additional information |
---|---|---|---|
appId | integer |
None. |
|
form | Form |
None. |
|
lockActionCode | string |
None. |
|
lockExtensionRequest | LockExtensionRequest |
None. |
|
lockValidationParameters | LockValidationParameters |
None. |
Request Formats
application/json, text/json
Sample:
{ "appId": 1, "form": null, "lockActionCode": "sample String 2", "lockExtensionRequest": { "AppId": 1, "Days": 2, "OverriddenExtensionCost": 1.0, "Payor": "sample String 3", "PayorOrganizationCode": "sample String 4" }, "lockValidationParameters": { "lenderCreditFee": 1.0, "originationCharges": 1.0, "pointsFee": 1.0, "totalCharges": 2.0 } }
text/html
Sample:
{"appId":1,"form":null,"lockActionCode":"sample String 2","lockExtensionRequest":{"AppId":1,"Days":2,"OverriddenExtensionCost":1.0,"Payor":"sample String 3","PayorOrganizationCode":"sample String 4"},"lockValidationParameters":{"lenderCreditFee":1.0,"originationCharges":1.0,"pointsFee":1.0,"totalCharges":2.0}}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The RPC response with a value indicating success or failure.
RPCResponseName | Description | Type | Additional information |
---|---|---|---|
data |
Gets or sets the data. |
Object |
None. |
errors |
Gets or sets the errors. |
Collection of RPCError2 |
None. |
included |
Gets or sets the included. |
Collection of Object |
None. |
messages |
Gets or sets the errors. |
Collection of string |
None. |
modelId |
Gets or sets the model identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": {}, "errors": [ { "code": "DataValidation", "detail": "sample String 1", "id": "sample String 2", "status": 100, "title": "sample String 3" }, { "code": "DataValidation", "detail": "sample String 1", "id": "sample String 2", "status": 100, "title": "sample String 3" } ], "included": [ {}, {} ], "messages": [ "sample String 1", "sample String 2" ], "modelId": 1 }
text/html
Sample:
{"data":{},"errors":[{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"},{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"}],"included":[{},{}],"messages":["sample String 1","sample String 2"],"modelId":1}