POST api/DeleteAttribute

Request Information

URI Parameters

None.

Body Parameters

ManageAttributeModel
NameDescriptionTypeAdditional information
ATTR_MSTR_ID

integer

None.

ATTR_VAL_MSTR_ID

integer

None.

USER_CONFIG_ID

integer

None.

FORCE_DELETE_FLG

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ATTR_MSTR_ID": 1,
  "ATTR_VAL_MSTR_ID": 2,
  "USER_CONFIG_ID": 3,
  "FORCE_DELETE_FLG": 4
}

application/xml, text/xml

Sample:
<ManageAttributeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.CheckinModels">
  <ATTR_MSTR_ID>1</ATTR_MSTR_ID>
  <ATTR_VAL_MSTR_ID>2</ATTR_VAL_MSTR_ID>
  <FORCE_DELETE_FLG>4</FORCE_DELETE_FLG>
  <USER_CONFIG_ID>3</USER_CONFIG_ID>
</ManageAttributeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />