POST api/department-activities?query={query}&skip={skip}&take={take}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
query

string

None.

skip

integer

None.

take

integer

None.

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

Response Information

Resource Description

FilteredListOfServiceDataItemDepartmentActivity
NameDescriptionTypeAdditional information
Count

integer

None.

Items

Collection of ServiceDataItemDepartmentActivity

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'InStockTransferDocNumSetter' on 'FLAME.Sap.Contract.Dto.LocationTransactionDto'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'InStockTransferDocNumSetter' on 'FLAME.Sap.Contract.Dto.LocationTransactionDto'.