POST api/CHAImpMstrs/PutMschemenotify

Request Information

URI Parameters

None.

Body Parameters

CHAMscheInputs
NameDescriptionTypeAdditional information
MSN_ID

integer

None.

MSN_CP_ID

integer

None.

MSN_CODE

string

None.

MSN_DESC

string

None.

MSN_NOTN_NO

string

None.

MSN_BCD

decimal number

None.

MSN_CVD

decimal number

None.

MSN_CESS_DTY

decimal number

None.

MSN_SAD

decimal number

None.

MSN_STATUS

string

None.

MSN_NOTES

string

None.

MSN_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MSN_ID": 1,
  "MSN_CP_ID": 1,
  "MSN_CODE": "sample string 1",
  "MSN_DESC": "sample string 2",
  "MSN_NOTN_NO": "sample string 3",
  "MSN_BCD": 1.0,
  "MSN_CVD": 1.0,
  "MSN_CESS_DTY": 1.0,
  "MSN_SAD": 1.0,
  "MSN_STATUS": "sample string 4",
  "MSN_NOTES": "sample string 5",
  "MSN_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHAMscheInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <MSN_BCD>1</MSN_BCD>
  <MSN_CESS_DTY>1</MSN_CESS_DTY>
  <MSN_CODE>sample string 1</MSN_CODE>
  <MSN_CP_ID>1</MSN_CP_ID>
  <MSN_CREATED_BY>1</MSN_CREATED_BY>
  <MSN_CVD>1</MSN_CVD>
  <MSN_DESC>sample string 2</MSN_DESC>
  <MSN_ID>1</MSN_ID>
  <MSN_NOTES>sample string 5</MSN_NOTES>
  <MSN_NOTN_NO>sample string 3</MSN_NOTN_NO>
  <MSN_SAD>1</MSN_SAD>
  <MSN_STATUS>sample string 4</MSN_STATUS>
</CHAMscheInputs>

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.