POST api/SizeMaster/UpdateSizeMaster

Request Information

URI Parameters

None.

Body Parameters

SizeMaster
NameDescriptionTypeAdditional information
errMsg

string

None.

response

boolean

None.

ds

DataSet

None.

SIZE_ID

integer

None.

SIZE_TYPE_ID

integer

None.

SEQ_NO

integer

None.

SIZE

string

None.

USER_ID

integer

None.

DELETEACTION

string

None.

IS_ACTIVE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "errMsg": "sample string 1",
  "response": true,
  "ds": null,
  "SIZE_ID": 3,
  "SIZE_TYPE_ID": 4,
  "SEQ_NO": 5,
  "SIZE": "sample string 6",
  "USER_ID": 7,
  "DELETEACTION": "sample string 8",
  "IS_ACTIVE": "sample string 9"
}

application/xml, text/xml

Sample:
<SizeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models">
  <DELETEACTION>sample string 8</DELETEACTION>
  <IS_ACTIVE>sample string 9</IS_ACTIVE>
  <SEQ_NO>5</SEQ_NO>
  <SIZE>sample string 6</SIZE>
  <SIZE_ID>3</SIZE_ID>
  <SIZE_TYPE_ID>4</SIZE_TYPE_ID>
  <USER_ID>7</USER_ID>
  <ds i:nil="true" />
  <errMsg>sample string 1</errMsg>
  <response>true</response>
</SizeMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.