POST jxc_api/Attachment/UpdateAttachMajor

Request Information

URI Parameters

None.

Body Parameters

ModifyAttachmentMajorPara
NameDescriptionTypeAdditional information
MainType

integer

None.

RecId

integer

None.

SubType

integer

None.

MajorAttachId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MainType": 1,
  "RecId": 2,
  "SubType": 3,
  "MajorAttachId": 4
}

application/xml, text/xml

Sample:
<ModifyAttachmentMajorPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <MainType>1</MainType>
  <MajorAttachId>4</MajorAttachId>
  <RecId>2</RecId>
  <SubType>3</SubType>
</ModifyAttachmentMajorPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.