POST api/CHAMasters/GetUOMMasterList

Request Information

URI Parameters

None.

Body Parameters

GetUOMMasterList
NameDescriptionTypeAdditional information
UOM_ID

integer

None.

UOM_CODE

string

None.

UOM_DESC

string

None.

UOM_TYPE

string

None.

UOM_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UOM_ID": 1,
  "UOM_CODE": "sample string 1",
  "UOM_DESC": "sample string 2",
  "UOM_TYPE": "sample string 3",
  "UOM_STATUS": "sample string 4",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetUOMMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <UOM_CODE>sample string 1</UOM_CODE>
  <UOM_DESC>sample string 2</UOM_DESC>
  <UOM_ID>1</UOM_ID>
  <UOM_STATUS>sample string 4</UOM_STATUS>
  <UOM_TYPE>sample string 3</UOM_TYPE>
</GetUOMMasterList>

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.