POST Inventory/dash_po

Request Information

URI Parameters

None.

Body Parameters

dashinsert
NameDescriptionTypeAdditional information
c1

string

None.

c2

string

None.

c3

string

None.

c4

string

None.

Request Formats

application/json, text/json

Sample:
{
  "c1": "sample string 1",
  "c2": "sample string 2",
  "c3": "sample string 3",
  "c4": "sample string 4"
}

application/xml, text/xml

Sample:
<dashinsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL.Inventory">
  <c1>sample string 1</c1>
  <c2>sample string 2</c2>
  <c3>sample string 3</c3>
  <c4>sample string 4</c4>
</dashinsert>

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 'dashinsert'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />