POST api/Master/UploadStateMaster

Request Information

URI Parameters

None.

Body Parameters

UploadStateMaster
NameDescriptionTypeAdditional information
STM_ID

integer

None.

STM_CODE

string

None.

STM_NAME

string

None.

STM_CO_ID

integer

None.

STM_STATUS

string

None.

STM_TYPE

string

None.

STM_PROGRAM_ID

string

None.

STM_CREATED_BY

integer

None.

STM_CO_NAME

string

None.

STM_TYPE_CODE

string

None.

STM_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "STM_ID": 1,
  "STM_CODE": "sample string 1",
  "STM_NAME": "sample string 2",
  "STM_CO_ID": 1,
  "STM_STATUS": "sample string 3",
  "STM_TYPE": "sample string 4",
  "STM_PROGRAM_ID": "sample string 5",
  "STM_CREATED_BY": 1,
  "STM_CO_NAME": "sample string 6",
  "STM_TYPE_CODE": "sample string 7",
  "STM_STATUS_CODE": "sample string 8"
}

application/xml, text/xml

Sample:
<UploadStateMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <STM_CODE>sample string 1</STM_CODE>
  <STM_CO_ID>1</STM_CO_ID>
  <STM_CO_NAME>sample string 6</STM_CO_NAME>
  <STM_CREATED_BY>1</STM_CREATED_BY>
  <STM_ID>1</STM_ID>
  <STM_NAME>sample string 2</STM_NAME>
  <STM_PROGRAM_ID>sample string 5</STM_PROGRAM_ID>
  <STM_STATUS>sample string 3</STM_STATUS>
  <STM_STATUS_CODE>sample string 8</STM_STATUS_CODE>
  <STM_TYPE>sample string 4</STM_TYPE>
  <STM_TYPE_CODE>sample string 7</STM_TYPE_CODE>
</UploadStateMaster>

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.