POST api/GoodsInward/Delete

Request Information

URI Parameters

None.

Body Parameters

GoodsInwardViewModel
NameDescriptionTypeAdditional information
GRNInwardID

integer

None.

CompanyDetailID

integer

None.

GRNDetailID

integer

None.

VendorItemSerialType

string

None.

VendorItemSerialNumber

string

None.

ItemID

integer

None.

JenniferItemSerial

string

None.

LoginId

integer

None.

GRNNumber

string

None.

InventoryType

string

None.

ItemCode

string

None.

ItemName

string

None.

GRNID

integer

None.

IsDeleteAllowed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "GRNInwardID": 1,
  "CompanyDetailID": 2,
  "GRNDetailID": 3,
  "VendorItemSerialType": "sample string 4",
  "VendorItemSerialNumber": "sample string 5",
  "ItemID": 6,
  "JenniferItemSerial": "sample string 7",
  "LoginId": 8,
  "GRNNumber": "sample string 9",
  "InventoryType": "sample string 10",
  "ItemCode": "sample string 11",
  "ItemName": "sample string 12",
  "GRNID": 13,
  "IsDeleteAllowed": true
}

application/xml, text/xml

Sample:
<GoodsInwardViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL.ViewModel">
  <CompanyDetailID>2</CompanyDetailID>
  <GRNDetailID>3</GRNDetailID>
  <GRNID>13</GRNID>
  <GRNInwardID>1</GRNInwardID>
  <GRNNumber>sample string 9</GRNNumber>
  <InventoryType>sample string 10</InventoryType>
  <IsDeleteAllowed>true</IsDeleteAllowed>
  <ItemCode>sample string 11</ItemCode>
  <ItemID>6</ItemID>
  <ItemName>sample string 12</ItemName>
  <JenniferItemSerial>sample string 7</JenniferItemSerial>
  <LoginId>8</LoginId>
  <VendorItemSerialNumber>sample string 5</VendorItemSerialNumber>
  <VendorItemSerialType>sample string 4</VendorItemSerialType>
</GoodsInwardViewModel>

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.