POST api/Synchronization/PostMarkDataFromCostCenterAsSent

Documentation for 'PostMarkDataFromCostCenterAsSent'.

Request Information

Parameters

NameDescriptionAdditional information
costCenterResponse
Documentation for 'costCenterResponse'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CostCenterIds": "sample string 1",
  "UsersByCostCenter": "sample string 2",
  "ActivityCenterByCostCenter": "sample string 3",
  "EquipmentsByCostCenter": "sample string 4",
  "Imei": "sample string 5"
}

text/javascript

Sample:
{"CostCenterIds":"sample string 1","UsersByCostCenter":"sample string 2","ActivityCenterByCostCenter":"sample string 3","EquipmentsByCostCenter":"sample string 4","Imei":"sample string 5"}

application/xml, text/xml

Sample:
<CostCenterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models.Conalvias">
  <ActivityCenterByCostCenter>sample string 3</ActivityCenterByCostCenter>
  <CostCenterIds>sample string 1</CostCenterIds>
  <EquipmentsByCostCenter>sample string 4</EquipmentsByCostCenter>
  <Imei>sample string 5</Imei>
  <UsersByCostCenter>sample string 2</UsersByCostCenter>
</CostCenterResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.