Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The app identifier.

integer

Required

Body Parameters

The request data.

Nano.ChangePricingOrganizationRequest
NameDescriptionTypeAdditional information
organizationId

Gets or sets the organization identifier.

string

None.

loanOfficerId

Gets or sets the loan officer identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "organizationId": "sample String 1",
  "loanOfficerId": 2
}

text/html

Sample:
{"organizationId":"sample String 1","loanOfficerId":2}

application/xml, text/xml

Sample:
<ChangePricingOrganizationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OrganizationId>sample String 1</OrganizationId>
  <LoanOfficerId>2</LoanOfficerId>
</ChangePricingOrganizationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The result of action.

RPCResponse
NameDescriptionTypeAdditional 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}