POST v1/operationSummary/site/deletecardstoview

Request Information

URI Parameters

None.

Body Parameters

CF_OperationSummarySaveCardsView
NameDescriptionTypeAdditional information
customerId

integer

None.

userId

integer

None.

ids

Collection of integer

None.

ShowOrdersByDriver

boolean

None.

ShowNumberOfDriverUsed

boolean

None.

ShowOrdersByRoute

boolean

None.

ShowOrdersPercentage

boolean

None.

ShowGetOrdersMap

boolean

None.

ShowGetAverateRating

boolean

None.

CardsInColumn

Collection of string

None.

ColumnID

integer

None.

OrdinationCardSerialized

string

None.

OrdinationCards

Collection of string

None.

OrdemCards

Ordem

None.

ShowOrdersFinishedInLocal

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "userId": 2,
  "ids": [
    1,
    2
  ],
  "ShowOrdersByDriver": true,
  "ShowNumberOfDriverUsed": true,
  "ShowOrdersByRoute": true,
  "ShowOrdersPercentage": true,
  "ShowGetOrdersMap": true,
  "ShowGetAverateRating": true,
  "CardsInColumn": [
    "sample string 1",
    "sample string 2"
  ],
  "ColumnID": 9,
  "OrdinationCardSerialized": "sample string 10",
  "OrdinationCards": [
    "sample string 1",
    "sample string 2"
  ],
  "OrdemCards": {
    "ordem": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "ShowOrdersFinishedInLocal": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.