POST api/CHAMasters/GetEUMMaster

Request Information

URI Parameters

None.

Body Parameters

CHAEUMMaster
NameDescriptionTypeAdditional information
EUM_ID

integer

None.

EUM_CODE

string

None.

EUM_DESC

string

None.

EUM_STATUS

string

None.

EUM_NOTES

string

None.

EUM_CREATED_BY

integer

None.

EUM_BK_NAME

string

None.

EUM_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EUM_ID": 1,
  "EUM_CODE": "sample string 1",
  "EUM_DESC": "sample string 2",
  "EUM_STATUS": "sample string 3",
  "EUM_NOTES": "sample string 4",
  "EUM_CREATED_BY": 1,
  "EUM_BK_NAME": "sample string 5",
  "EUM_STATUS_CODE": "sample string 6"
}

application/xml, text/xml

Sample:
<CHAEUMMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <EUM_BK_NAME>sample string 5</EUM_BK_NAME>
  <EUM_CODE>sample string 1</EUM_CODE>
  <EUM_CREATED_BY>1</EUM_CREATED_BY>
  <EUM_DESC>sample string 2</EUM_DESC>
  <EUM_ID>1</EUM_ID>
  <EUM_NOTES>sample string 4</EUM_NOTES>
  <EUM_STATUS>sample string 3</EUM_STATUS>
  <EUM_STATUS_CODE>sample string 6</EUM_STATUS_CODE>
</CHAEUMMaster>

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.