POST api/MEMTRAN

Request Information

URI Parameters

None.

Body Parameters

MEMTRAN
NameDescriptionTypeAdditional information
VARCODE

integer

None.

DATE

date

None.

MEMCODE

integer

None.

CDFLAG

string

None.

QUANTITY

decimal number

None.

PRVQTY

decimal number

None.

PERT

string

None.

billno

integer

None.

billyn

string

None.

posted_by

string

None.

packs

decimal number

None.

uniquekey

integer

None.

membillno

integer

None.

workyear

integer

None.

type

string

None.

no

integer

None.

itemcode

integer

None.

POSTFLAG

string

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:
{
  "VARCODE": 1,
  "DATE": "2025-12-17T14:36:41.6330383+05:30",
  "MEMCODE": 3,
  "CDFLAG": "sample string 4",
  "QUANTITY": 5.1,
  "PRVQTY": 6.1,
  "PERT": "sample string 7",
  "billno": 8,
  "billyn": "sample string 9",
  "posted_by": "sample string 10",
  "packs": 11.1,
  "uniquekey": 12,
  "membillno": 13,
  "workyear": 14,
  "type": "sample string 15",
  "no": 16,
  "itemcode": 17,
  "POSTFLAG": "sample string 18",
  "CreatedOn": "2025-12-17T14:36:41.6330383+05:30",
  "UpdatedBy": "sample string 20",
  "UpdatedOn": "2025-12-17T14:36:41.6330383+05:30",
  "UpdateCount": 22,
  "UsageCount": 23,
  "Id": 24,
  "Active": true,
  "CreatedBy": "sample string 26"
}

application/xml, text/xml

Sample:
<MEMTRAN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model">
  <Active>true</Active>
  <CreatedBy>sample string 26</CreatedBy>
  <Id>24</Id>
  <CDFLAG>sample string 4</CDFLAG>
  <CreatedOn>2025-12-17T14:36:41.6330383+05:30</CreatedOn>
  <DATE>2025-12-17T14:36:41.6330383+05:30</DATE>
  <MEMCODE>3</MEMCODE>
  <PERT>sample string 7</PERT>
  <POSTFLAG>sample string 18</POSTFLAG>
  <PRVQTY>6.1</PRVQTY>
  <QUANTITY>5.1</QUANTITY>
  <UpdateCount>22</UpdateCount>
  <UpdatedBy>sample string 20</UpdatedBy>
  <UpdatedOn>2025-12-17T14:36:41.6330383+05:30</UpdatedOn>
  <UsageCount>23</UsageCount>
  <VARCODE>1</VARCODE>
  <billno>8</billno>
  <billyn>sample string 9</billyn>
  <itemcode>17</itemcode>
  <membillno>13</membillno>
  <no>16</no>
  <packs>11.1</packs>
  <posted_by>sample string 10</posted_by>
  <type>sample string 15</type>
  <uniquekey>12</uniquekey>
  <workyear>14</workyear>
</MEMTRAN>

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.