POST api/PigmiSetting

Request Information

URI Parameters

None.

Body Parameters

PIGMI_SETTING
NameDescriptionTypeAdditional information
Pigmi_id

integer

None.

Pigmi_name

string

None.

Maturity_period

integer

None.

Pre_maturity_rate

decimal number

None.

Intr_start_period

integer

None.

Intr_ledger_id

integer

None.

Cr_ledger_id

integer

None.

Intr_posting_type

integer

None.

Created_by

string

None.

Created_date

date

None.

Modified_by

string

None.

Modified_date

date

None.

Limit

integer

None.

Agent_commi_l_id

integer

None.

Intr_type

character

None.

Cr_intr_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Pigmi_id": 1,
  "Pigmi_name": "sample string 2",
  "Maturity_period": 3,
  "Pre_maturity_rate": 4.0,
  "Intr_start_period": 5,
  "Intr_ledger_id": 6,
  "Cr_ledger_id": 7,
  "Intr_posting_type": 8,
  "Created_by": "sample string 9",
  "Created_date": "2026-06-25T21:40:20.349164+05:30",
  "Modified_by": "sample string 11",
  "Modified_date": "2026-06-25T21:40:20.349164+05:30",
  "Limit": 13,
  "Agent_commi_l_id": 14,
  "Intr_type": "A",
  "Cr_intr_id": 16
}

application/xml, text/xml

Sample:
<PIGMI_SETTING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models">
  <Agent_commi_l_id>14</Agent_commi_l_id>
  <Cr_intr_id>16</Cr_intr_id>
  <Cr_ledger_id>7</Cr_ledger_id>
  <Created_by>sample string 9</Created_by>
  <Created_date>2026-06-25T21:40:20.349164+05:30</Created_date>
  <Intr_ledger_id>6</Intr_ledger_id>
  <Intr_posting_type>8</Intr_posting_type>
  <Intr_start_period>5</Intr_start_period>
  <Intr_type>65</Intr_type>
  <Limit>13</Limit>
  <Maturity_period>3</Maturity_period>
  <Modified_by>sample string 11</Modified_by>
  <Modified_date>2026-06-25T21:40:20.349164+05:30</Modified_date>
  <Pigmi_id>1</Pigmi_id>
  <Pigmi_name>sample string 2</Pigmi_name>
  <Pre_maturity_rate>4</Pre_maturity_rate>
</PIGMI_SETTING>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.