POST Web/inventory/saveitemserialnumbers

Request Information

URI Parameters

None.

Body Parameters

ItemsSerialNumbersDto
NameDescriptionTypeAdditional information
Id

integer

None.

ItemId

integer

None.

SerialNumber

string

None.

Isactive

boolean

None.

PackageName

string

None.

ZoneName

string

None.

DistrictName

string

None.

MandalName

string

None.

SpanName

string

None.

GPName

string

None.

ItemName

string

None.

CreatedDate

date

None.

CreatedById

integer

None.

UpdatedById

integer

None.

RecordDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ItemId": 2,
  "SerialNumber": "sample string 3",
  "Isactive": true,
  "PackageName": "sample string 5",
  "ZoneName": "sample string 6",
  "DistrictName": "sample string 7",
  "MandalName": "sample string 8",
  "SpanName": "sample string 9",
  "GPName": "sample string 10",
  "ItemName": "sample string 11",
  "CreatedDate": "2026-09-05T14:08:23.7445229+05:30",
  "CreatedById": 13,
  "UpdatedById": 14,
  "RecordDate": "2026-09-05T14:08:23.7455071+05:30"
}

text/html

Sample:
{"Id":1,"ItemId":2,"SerialNumber":"sample string 3","Isactive":true,"PackageName":"sample string 5","ZoneName":"sample string 6","DistrictName":"sample string 7","MandalName":"sample string 8","SpanName":"sample string 9","GPName":"sample string 10","ItemName":"sample string 11","CreatedDate":"2026-09-05T14:08:23.7445229+05:30","CreatedById":13,"UpdatedById":14,"RecordDate":"2026-09-05T14:08:23.7455071+05:30"}

application/xml, text/xml

Sample:
<ItemsSerialNumbersDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tracking.Entity">
  <CreatedById>13</CreatedById>
  <CreatedDate>2026-09-05T14:08:23.7445229+05:30</CreatedDate>
  <DistrictName>sample string 7</DistrictName>
  <GPName>sample string 10</GPName>
  <Id>1</Id>
  <Isactive>true</Isactive>
  <ItemId>2</ItemId>
  <ItemName>sample string 11</ItemName>
  <MandalName>sample string 8</MandalName>
  <PackageName>sample string 5</PackageName>
  <RecordDate>2026-09-05T14:08:23.7455071+05:30</RecordDate>
  <SerialNumber>sample string 3</SerialNumber>
  <SpanName>sample string 9</SpanName>
  <UpdatedById>14</UpdatedById>
  <ZoneName>sample string 6</ZoneName>
</ItemsSerialNumbersDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ItemsSerialNumbersDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.