POST api/ACMASTER

Request Information

URI Parameters

None.

Body Parameters

ACMASTER
NameDescriptionTypeAdditional information
CODE1

integer

None.

CODE2

integer

None.

Name

string

None.

OPN_BAL

decimal number

None.

BALANCE

decimal number

None.

OPN_DATE

date

None.

EXP_DATE

date

None.

TRN_DATE

date

None.

CLOSE_FLAG

string

None.

CLOSE_DATE

date

None.

INT_DATE

date

None.

INT_RATE

decimal number

None.

CUSTTYPE

integer

None.

state

integer

None.

CreatedOn

date

None.

UpdatedBy

string

None.

UpdatedOn

date

None.

UpdateCount

integer

None.

UsageCount

integer

None.

Id

integer

None.

Active

boolean

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODE1": 1,
  "CODE2": 2,
  "Name": "sample string 3",
  "OPN_BAL": 4.0,
  "BALANCE": 5.0,
  "OPN_DATE": "2025-12-17T14:33:54.094644+05:30",
  "EXP_DATE": "2025-12-17T14:33:54.094644+05:30",
  "TRN_DATE": "2025-12-17T14:33:54.094644+05:30",
  "CLOSE_FLAG": "sample string 9",
  "CLOSE_DATE": "2025-12-17T14:33:54.094644+05:30",
  "INT_DATE": "2025-12-17T14:33:54.094644+05:30",
  "INT_RATE": 12.0,
  "CUSTTYPE": 13,
  "state": 14,
  "CreatedOn": "2025-12-17T14:33:54.094644+05:30",
  "UpdatedBy": "sample string 16",
  "UpdatedOn": "2025-12-17T14:33:54.094644+05:30",
  "UpdateCount": 18,
  "UsageCount": 19,
  "Id": 20,
  "Active": true,
  "CreatedBy": "sample string 22"
}

application/xml, text/xml

Sample:
<ACMASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model">
  <Active>true</Active>
  <CreatedBy>sample string 22</CreatedBy>
  <Id>20</Id>
  <BALANCE>5</BALANCE>
  <CLOSE_DATE>2025-12-17T14:33:54.094644+05:30</CLOSE_DATE>
  <CLOSE_FLAG>sample string 9</CLOSE_FLAG>
  <CODE1>1</CODE1>
  <CODE2>2</CODE2>
  <CUSTTYPE>13</CUSTTYPE>
  <CreatedOn>2025-12-17T14:33:54.094644+05:30</CreatedOn>
  <EXP_DATE>2025-12-17T14:33:54.094644+05:30</EXP_DATE>
  <INT_DATE>2025-12-17T14:33:54.094644+05:30</INT_DATE>
  <INT_RATE>12</INT_RATE>
  <Name>sample string 3</Name>
  <OPN_BAL>4</OPN_BAL>
  <OPN_DATE>2025-12-17T14:33:54.094644+05:30</OPN_DATE>
  <TRN_DATE>2025-12-17T14:33:54.094644+05:30</TRN_DATE>
  <UpdateCount>18</UpdateCount>
  <UpdatedBy>sample string 16</UpdatedBy>
  <UpdatedOn>2025-12-17T14:33:54.094644+05:30</UpdatedOn>
  <UsageCount>19</UsageCount>
  <state>14</state>
</ACMASTER>

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.