Request Information

URI Parameters

None.

Body Parameters

The loan product group.

Pico.LoanProductGroup
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether loan product group is active.

boolean

None.

id

Gets or sets the loan product group identifier.

integer

None.

loanProductGroupType

Gets or sets the loan product group type identifier.

integer

None.

loanProducts

Gets or sets the loan product ids.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "isActive": true,
  "id": "3",
  "loanProductGroupType": "1",
  "loanProducts": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"description":"sample String 1","isActive":true,"id":"3","loanProductGroupType":"1","loanProducts":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The created loan product group.

Pico.LoanProductGroup
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether loan product group is active.

boolean

None.

id

Gets or sets the loan product group identifier.

integer

None.

loanProductGroupType

Gets or sets the loan product group type identifier.

integer

None.

loanProducts

Gets or sets the loan product ids.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "isActive": true,
  "id": "3",
  "loanProductGroupType": "1",
  "loanProducts": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"description":"sample String 1","isActive":true,"id":"3","loanProductGroupType":"1","loanProducts":["1","2"]}