POST InsertionEkle

Request Information

URI Parameters

None.

Body Parameters

ReadDto
NameDescriptionTypeAdditional information
gid

string

None.

nid

string

None.

zmn

date

None.

pil

decimal number

None.

nem

decimal number

None.

isi

decimal number

None.

bsn

decimal number

None.

tisi

decimal number

None.

yog

decimal number

None.

rzh

decimal number

None.

rzy

string

None.

ygm

decimal number

None.

s1

integer

None.

s2

integer

None.

s3

integer

None.

s4

integer

None.

Id

integer

None.

IsDeleted

boolean

None.

CreateTime

date

None.

UpdateTime

date

None.

CreateIpAddress

string

None.

CreateUsername

string

None.

UpdateUsername

string

None.

UpdateIpAddress

string

None.

History

string

None.

LastTransaction

string

None.

Request Formats

application/json, text/json

Sample:
{
  "gid": "sample string 1",
  "nid": "sample string 2",
  "zmn": "2025-12-06T07:00:17.0502963+03:00",
  "pil": 4.1,
  "nem": 5.1,
  "isi": 6.1,
  "bsn": 7.1,
  "tisi": 8.1,
  "yog": 9.1,
  "rzh": 10.1,
  "rzy": "sample string 11",
  "ygm": 12.1,
  "s1": 13,
  "s2": 14,
  "s3": 15,
  "s4": 16,
  "Id": 17,
  "IsDeleted": true,
  "CreateTime": "2025-12-06T07:00:17.0502963+03:00",
  "UpdateTime": "2025-12-06T07:00:17.0502963+03:00",
  "CreateIpAddress": "sample string 20",
  "CreateUsername": "sample string 21",
  "UpdateUsername": "sample string 22",
  "UpdateIpAddress": "sample string 23",
  "History": "sample string 24",
  "LastTransaction": "sample string 25"
}

application/xml, text/xml

Sample:
<ReadDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RootSniffer.Dto">
  <CreateIpAddress>sample string 20</CreateIpAddress>
  <CreateTime>2025-12-06T07:00:17.0502963+03:00</CreateTime>
  <CreateUsername>sample string 21</CreateUsername>
  <History>sample string 24</History>
  <Id>17</Id>
  <IsDeleted>true</IsDeleted>
  <LastTransaction>sample string 25</LastTransaction>
  <UpdateIpAddress>sample string 23</UpdateIpAddress>
  <UpdateTime>2025-12-06T07:00:17.0502963+03:00</UpdateTime>
  <UpdateUsername>sample string 22</UpdateUsername>
  <bsn>7.1</bsn>
  <gId>sample string 1</gId>
  <isi>6.1</isi>
  <nId>sample string 2</nId>
  <nem>5.1</nem>
  <pil>4.1</pil>
  <rzH>10.1</rzH>
  <rzY>sample string 11</rzY>
  <s1>13</s1>
  <s2>14</s2>
  <s3>15</s3>
  <s4>16</s4>
  <tIsi>8.1</tIsi>
  <ygm>12.1</ygm>
  <yog>9.1</yog>
  <zmn>2025-12-06T07:00:17.0502963+03:00</zmn>
</ReadDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfInt32
NameDescriptionTypeAdditional information
status

ResponseStatus

None.

data

integer

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 0,
  "data": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RootSniffer.WebAPI.Models">
  <Data>1</Data>
  <Message>sample string 2</Message>
  <Status>Unknown</Status>
</ResponseOfint>