POST api/Synchronization/PostMarkDataFromProjectAsSent

Documentation for 'PostMarkDataFromProjectAsSent'.

Request Information

Parameters

NameDescriptionAdditional information
projectResponse
Documentation for 'projectResponse'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ProjectIds": "sample string 1",
  "UsersByProject": "sample string 2",
  "GraphsByProject": "sample string 3",
  "OperationsByGraphInProject": "sample string 4",
  "EquipmentsByProject": "sample string 5",
  "Imei": "sample string 6"
}

text/javascript

Sample:
{"ProjectIds":"sample string 1","UsersByProject":"sample string 2","GraphsByProject":"sample string 3","OperationsByGraphInProject":"sample string 4","EquipmentsByProject":"sample string 5","Imei":"sample string 6"}

application/xml, text/xml

Sample:
<ProjectResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models.Conalvias">
  <EquipmentsByProject>sample string 5</EquipmentsByProject>
  <GraphsByProject>sample string 3</GraphsByProject>
  <Imei>sample string 6</Imei>
  <OperationsByGraphInProject>sample string 4</OperationsByGraphInProject>
  <ProjectIds>sample string 1</ProjectIds>
  <UsersByProject>sample string 2</UsersByProject>
</ProjectResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.