POST api/InventoryTracking/GetInventoryDashboard

Request Information

URI Parameters

None.

Body Parameters

InvDashboard
NameDescriptionTypeAdditional information
AGENCY_ID

integer

None.

INV_MODE

string

None.

CON_TYPE

string

None.

AGENT_CODE

string

None.

MOVE_CODE

string

None.

DEPOT_CODE

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AGENCY_ID": 1,
  "INV_MODE": "sample string 1",
  "CON_TYPE": "sample string 2",
  "AGENT_CODE": "sample string 3",
  "MOVE_CODE": "sample string 4",
  "DEPOT_CODE": 1
}

application/xml, text/xml

Sample:
<InvDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AGENCY_ID>1</AGENCY_ID>
  <AGENT_CODE>sample string 3</AGENT_CODE>
  <CON_TYPE>sample string 2</CON_TYPE>
  <DEPOT_CODE>1</DEPOT_CODE>
  <INV_MODE>sample string 1</INV_MODE>
  <MOVE_CODE>sample string 4</MOVE_CODE>
</InvDashboard>

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.