POST api/reflegaldocumenttype/edit

Request Information

URI Parameters

None.

Body Parameters

RefLegalDocumentTypeDTO
NameDescriptionTypeAdditional information
Type_Doc_Id

integer

None.

Unit_Type_Code

string

None.

Type_Legal_Doc_Code

string

None.

Type_Legal_Doc_Name

string

None.

IsMandatory

string

None.

IsActive

string

None.

UserOfficeId

integer

None.

UserRequestId

integer

None.

UserRoleId

integer

None.

TimeStamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Type_Doc_Id": 1,
  "Unit_Type_Code": "sample string 2",
  "Type_Legal_Doc_Code": "sample string 3",
  "Type_Legal_Doc_Name": "sample string 4",
  "IsMandatory": "sample string 5",
  "IsActive": "sample string 6",
  "UserOfficeId": 7,
  "UserRequestId": 8,
  "UserRoleId": 9,
  "TimeStamp": "QEA="
}

text/html

Sample:
{"Type_Doc_Id":1,"Unit_Type_Code":"sample string 2","Type_Legal_Doc_Code":"sample string 3","Type_Legal_Doc_Name":"sample string 4","IsMandatory":"sample string 5","IsActive":"sample string 6","UserOfficeId":7,"UserRequestId":8,"UserRoleId":9,"TimeStamp":"QEA="}

application/xml, text/xml

Sample:
<RefLegalDocumentTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Document">
  <TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
  <UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserOfficeId>
  <UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">8</UserRequestId>
  <UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</UserRoleId>
  <IsActive>sample string 6</IsActive>
  <IsMandatory>sample string 5</IsMandatory>
  <Type_Doc_Id>1</Type_Doc_Id>
  <Type_Legal_Doc_Code>sample string 3</Type_Legal_Doc_Code>
  <Type_Legal_Doc_Name>sample string 4</Type_Legal_Doc_Name>
  <Unit_Type_Code>sample string 2</Unit_Type_Code>
</RefLegalDocumentTypeDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.