POST api/v1/ProjectScreen_TableColumn_Mapping/Update

Request Information

URI Parameters

None.

Body Parameters

ProjectScreen_TableColumn_MappingModel
NameDescriptionTypeAdditional information
Id

string

None.

ProjectScreenId

string

None.

ProjectTableId

string

None.

ProjectTableColumnId

string

None.

UIFieldName

string

None.

UIIsHidden

boolean

None.

UITitle

string

None.

UIControlTypeText

string

None.

UIIsRemoved

boolean

None.

Description

string

None.

Btn_Duplicate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ProjectScreenId": "sample string 2",
  "ProjectTableId": "sample string 3",
  "ProjectTableColumnId": "sample string 4",
  "UIFieldName": "sample string 5",
  "UIIsHidden": true,
  "UITitle": "sample string 7",
  "UIControlTypeText": "sample string 8",
  "UIIsRemoved": true,
  "Description": "sample string 10",
  "Btn_Duplicate": "sample string 11"
}

application/xml, text/xml

Sample:
<ProjectScreen_TableColumn_MappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <Btn_Duplicate>sample string 11</Btn_Duplicate>
  <Description>sample string 10</Description>
  <Id>sample string 1</Id>
  <ProjectScreenId>sample string 2</ProjectScreenId>
  <ProjectTableColumnId>sample string 4</ProjectTableColumnId>
  <ProjectTableId>sample string 3</ProjectTableId>
  <UIControlTypeText>sample string 8</UIControlTypeText>
  <UIFieldName>sample string 5</UIFieldName>
  <UIIsHidden>true</UIIsHidden>
  <UIIsRemoved>true</UIIsRemoved>
  <UITitle>sample string 7</UITitle>
</ProjectScreen_TableColumn_MappingModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProjectScreen_TableColumn_MappingModel'.

Response Information

Resource Description

EzyResultObjectOfProjectScreen_TableColumn_MappingModel
NameDescriptionTypeAdditional information
Data

ProjectScreen_TableColumn_MappingModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": "sample string 1",
    "ProjectScreenId": "sample string 2",
    "ProjectTableId": "sample string 3",
    "ProjectTableColumnId": "sample string 4",
    "UIFieldName": "sample string 5",
    "UIIsHidden": true,
    "UITitle": "sample string 7",
    "UIControlTypeText": "sample string 8",
    "UIIsRemoved": true,
    "Description": "sample string 10",
    "Btn_Duplicate": "sample string 11"
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfProjectScreen_TableColumn_MappingModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
    <d2p1:Btn_Duplicate>sample string 11</d2p1:Btn_Duplicate>
    <d2p1:Description>sample string 10</d2p1:Description>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:ProjectScreenId>sample string 2</d2p1:ProjectScreenId>
    <d2p1:ProjectTableColumnId>sample string 4</d2p1:ProjectTableColumnId>
    <d2p1:ProjectTableId>sample string 3</d2p1:ProjectTableId>
    <d2p1:UIControlTypeText>sample string 8</d2p1:UIControlTypeText>
    <d2p1:UIFieldName>sample string 5</d2p1:UIFieldName>
    <d2p1:UIIsHidden>true</d2p1:UIIsHidden>
    <d2p1:UIIsRemoved>true</d2p1:UIIsRemoved>
    <d2p1:UITitle>sample string 7</d2p1:UITitle>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfProjectScreen_TableColumn_MappingModel3BwjWE5f>