POST api/CHAMasters/UploadPMMaster

Request Information

URI Parameters

None.

Body Parameters

CHAPMMaster
NameDescriptionTypeAdditional information
PM_ID

integer

None.

PM_CODE

string

None.

PM_DESC

string

None.

PM_STATUS

string

None.

PM_CREATED_BY

integer

None.

PM_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PM_ID": 1,
  "PM_CODE": "sample string 1",
  "PM_DESC": "sample string 2",
  "PM_STATUS": "sample string 3",
  "PM_CREATED_BY": 1,
  "PM_STATUS_CODE": "sample string 4"
}

application/xml, text/xml

Sample:
<CHAPMMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PM_CODE>sample string 1</PM_CODE>
  <PM_CREATED_BY>1</PM_CREATED_BY>
  <PM_DESC>sample string 2</PM_DESC>
  <PM_ID>1</PM_ID>
  <PM_STATUS>sample string 3</PM_STATUS>
  <PM_STATUS_CODE>sample string 4</PM_STATUS_CODE>
</CHAPMMaster>

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.