POST api/Master/PostWarehouseMaster

Request Information

URI Parameters

None.

Body Parameters

WarehouseMaster
NameDescriptionTypeAdditional information
AM_ID

integer

None.

AM_CP_ID

integer

None.

AM_CODE

string

None.

AM_NAME

string

None.

AM_UOM

integer

None.

AM_APPLICABLE_ON

string

None.

AM_STATUS

string

None.

AM_NOTES

string

None.

AM_ACTIVITY_TYPE

string

None.

AM_CREATED_BY

integer

None.

AM_PROGRAM_ID

string

None.

AM_UOM_CODE

string

None.

AM_STATUS_CODE

string

None.

AM_APPLICABLE_ON_CODE

string

None.

AM_ACTIVITY_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AM_ID": 1,
  "AM_CP_ID": 1,
  "AM_CODE": "sample string 1",
  "AM_NAME": "sample string 2",
  "AM_UOM": 1,
  "AM_APPLICABLE_ON": "sample string 3",
  "AM_STATUS": "sample string 4",
  "AM_NOTES": "sample string 5",
  "AM_ACTIVITY_TYPE": "sample string 6",
  "AM_CREATED_BY": 1,
  "AM_PROGRAM_ID": "sample string 7",
  "AM_UOM_CODE": "sample string 8",
  "AM_STATUS_CODE": "sample string 9",
  "AM_APPLICABLE_ON_CODE": "sample string 10",
  "AM_ACTIVITY_CODE": "sample string 11"
}

application/xml, text/xml

Sample:
<WarehouseMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AM_ACTIVITY_CODE>sample string 11</AM_ACTIVITY_CODE>
  <AM_ACTIVITY_TYPE>sample string 6</AM_ACTIVITY_TYPE>
  <AM_APPLICABLE_ON>sample string 3</AM_APPLICABLE_ON>
  <AM_APPLICABLE_ON_CODE>sample string 10</AM_APPLICABLE_ON_CODE>
  <AM_CODE>sample string 1</AM_CODE>
  <AM_CP_ID>1</AM_CP_ID>
  <AM_CREATED_BY>1</AM_CREATED_BY>
  <AM_ID>1</AM_ID>
  <AM_NAME>sample string 2</AM_NAME>
  <AM_NOTES>sample string 5</AM_NOTES>
  <AM_PROGRAM_ID>sample string 7</AM_PROGRAM_ID>
  <AM_STATUS>sample string 4</AM_STATUS>
  <AM_STATUS_CODE>sample string 9</AM_STATUS_CODE>
  <AM_UOM>1</AM_UOM>
  <AM_UOM_CODE>sample string 8</AM_UOM_CODE>
</WarehouseMaster>

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.