POST api/CHAImpMstrs/GetCHANOTNMasterList

Request Information

URI Parameters

None.

Body Parameters

GetCHANOTNMasterInputs
NameDescriptionTypeAdditional information
NSN_ID

integer

None.

NSN_NAME

string

None.

NSN_NTN_TYP

string

None.

NSN_NO

string

None.

NSN_CTH

decimal number

None.

NSN_AD_FLAG

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NSN_ID": 1,
  "NSN_NAME": "sample string 1",
  "NSN_NTN_TYP": "sample string 2",
  "NSN_NO": "sample string 3",
  "NSN_CTH": 1.1,
  "NSN_AD_FLAG": "sample string 4",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetCHANOTNMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <NSN_AD_FLAG>sample string 4</NSN_AD_FLAG>
  <NSN_CTH>1.1</NSN_CTH>
  <NSN_ID>1</NSN_ID>
  <NSN_NAME>sample string 1</NSN_NAME>
  <NSN_NO>sample string 3</NSN_NO>
  <NSN_NTN_TYP>sample string 2</NSN_NTN_TYP>
  <START>1</START>
</GetCHANOTNMasterInputs>

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.