POST api/Master/PutDamageMaster

Request Information

URI Parameters

None.

Body Parameters

DamageMaster
NameDescriptionTypeAdditional information
DM_ID

integer

None.

DM_CODE

string

None.

DM_DESCRIPTION

string

None.

DM_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DM_ID": 1,
  "DM_CODE": "sample string 1",
  "DM_DESCRIPTION": "sample string 2",
  "DM_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<DamageMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DM_CODE>sample string 1</DM_CODE>
  <DM_CREATED_BY>1</DM_CREATED_BY>
  <DM_DESCRIPTION>sample string 2</DM_DESCRIPTION>
  <DM_ID>1</DM_ID>
</DamageMaster>

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.