POST api/ShowDefaultConfiguration/SaveShowDefaultConfiguration

Request Information

URI Parameters

None.

Body Parameters

ShowDefaultConfigurationListViewModel
NameDescriptionTypeAdditional information
ShowDefaultConfigurationList

Collection of ShowDefaultConfigurationViewModel

None.

PortalId

integer

None.

UserId

integer

None.

ShowId

string

None.

ReturnStatus

boolean

None.

ReturnMessage

Collection of string

None.

ValidationErrors

Dictionary of Object [key] and Object [value]

None.

TotalPages

integer

None.

TotalRows

integer

None.

PageSize

integer

None.

IsAuthenticated

boolean

None.

SortExpression

string

None.

SortDirection

string

None.

CurrentPageNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "showDefaultConfigurationList": [
    {
      "id": "sample string 1",
      "showId": "sample string 2",
      "type": "sample string 3",
      "value": "sample string 4",
      "returnStatus": true,
      "returnMessage": [
        "sample string 1",
        "sample string 2"
      ],
      "validationErrors": {
        "system.Object": {}
      },
      "totalPages": 6,
      "totalRows": 7,
      "pageSize": 8,
      "isAuthenticated": true,
      "sortExpression": "sample string 10",
      "sortDirection": "sample string 11",
      "currentPageNumber": 12
    },
    {
      "id": "sample string 1",
      "showId": "sample string 2",
      "type": "sample string 3",
      "value": "sample string 4",
      "returnStatus": true,
      "returnMessage": [
        "sample string 1",
        "sample string 2"
      ],
      "validationErrors": {
        "system.Object": {}
      },
      "totalPages": 6,
      "totalRows": 7,
      "pageSize": 8,
      "isAuthenticated": true,
      "sortExpression": "sample string 10",
      "sortDirection": "sample string 11",
      "currentPageNumber": 12
    }
  ],
  "portalId": 1,
  "userId": 2,
  "showId": "sample string 3",
  "returnStatus": true,
  "returnMessage": [
    "sample string 1",
    "sample string 2"
  ],
  "validationErrors": {
    "system.Object": {}
  },
  "totalPages": 5,
  "totalRows": 6,
  "pageSize": 7,
  "isAuthenticated": true,
  "sortExpression": "sample string 9",
  "sortDirection": "sample string 10",
  "currentPageNumber": 11
}

application/xml, text/xml

Sample:
<ShowDefaultConfigurationListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.ViewModels">
  <CurrentPageNumber xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">11</CurrentPageNumber>
  <IsAuthenticated xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">true</IsAuthenticated>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">7</PageSize>
  <ReturnMessage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ReturnMessage>
  <ReturnStatus xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">true</ReturnStatus>
  <SortDirection xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">sample string 10</SortDirection>
  <SortExpression xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">sample string 9</SortExpression>
  <TotalPages xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">5</TotalPages>
  <TotalRows xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">6</TotalRows>
  <ValidationErrors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">
    <d2p1:KeyValueOfanyTypeanyType>
      <d2p1:Key />
      <d2p1:Value />
    </d2p1:KeyValueOfanyTypeanyType>
    <d2p1:KeyValueOfanyTypeanyType>
      <d2p1:Key />
      <d2p1:Value />
    </d2p1:KeyValueOfanyTypeanyType>
  </ValidationErrors>
  <PortalId>1</PortalId>
  <ShowDefaultConfigurationList>
    <ShowDefaultConfigurationViewModel>
      <CurrentPageNumber xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">12</CurrentPageNumber>
      <IsAuthenticated xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">true</IsAuthenticated>
      <PageSize xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">8</PageSize>
      <ReturnMessage xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </ReturnMessage>
      <ReturnStatus xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">true</ReturnStatus>
      <SortDirection xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">sample string 11</SortDirection>
      <SortExpression xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">sample string 10</SortExpression>
      <TotalPages xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">6</TotalPages>
      <TotalRows xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">7</TotalRows>
      <ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">
        <d4p1:KeyValueOfanyTypeanyType>
          <d4p1:Key />
          <d4p1:Value />
        </d4p1:KeyValueOfanyTypeanyType>
        <d4p1:KeyValueOfanyTypeanyType>
          <d4p1:Key />
          <d4p1:Value />
        </d4p1:KeyValueOfanyTypeanyType>
      </ValidationErrors>
      <Id>sample string 1</Id>
      <ShowId>sample string 2</ShowId>
      <Type>sample string 3</Type>
      <Value>sample string 4</Value>
    </ShowDefaultConfigurationViewModel>
    <ShowDefaultConfigurationViewModel>
      <CurrentPageNumber xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">12</CurrentPageNumber>
      <IsAuthenticated xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">true</IsAuthenticated>
      <PageSize xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">8</PageSize>
      <ReturnMessage xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </ReturnMessage>
      <ReturnStatus xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">true</ReturnStatus>
      <SortDirection xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">sample string 11</SortDirection>
      <SortExpression xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">sample string 10</SortExpression>
      <TotalPages xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">6</TotalPages>
      <TotalRows xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">7</TotalRows>
      <ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Fila12.Business.Entities">
        <d4p1:KeyValueOfanyTypeanyType>
          <d4p1:Key />
          <d4p1:Value />
        </d4p1:KeyValueOfanyTypeanyType>
        <d4p1:KeyValueOfanyTypeanyType>
          <d4p1:Key />
          <d4p1:Value />
        </d4p1:KeyValueOfanyTypeanyType>
      </ValidationErrors>
      <Id>sample string 1</Id>
      <ShowId>sample string 2</ShowId>
      <Type>sample string 3</Type>
      <Value>sample string 4</Value>
    </ShowDefaultConfigurationViewModel>
  </ShowDefaultConfigurationList>
  <ShowId>sample string 3</ShowId>
  <UserId>2</UserId>
</ShowDefaultConfigurationListViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.