POST api/Accounts/UpdateToDynamicsinBatches

Request Information

URI Parameters

None.

Body Parameters

Collection of InsightsCounterResponse
NameDescriptionTypeAdditional information
AccountId

string

None.

CounterAccidents

integer

None.

CounterInspections

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AccountId": "sample string 1",
    "CounterAccidents": 2,
    "CounterInspections": 3
  },
  {
    "AccountId": "sample string 1",
    "CounterAccidents": 2,
    "CounterInspections": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccountInsights.InsightsCounterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Models">
  <AccountInsights.InsightsCounterResponse>
    <AccountId>sample string 1</AccountId>
    <CounterAccidents>2</CounterAccidents>
    <CounterInspections>3</CounterInspections>
  </AccountInsights.InsightsCounterResponse>
  <AccountInsights.InsightsCounterResponse>
    <AccountId>sample string 1</AccountId>
    <CounterAccidents>2</CounterAccidents>
    <CounterInspections>3</CounterInspections>
  </AccountInsights.InsightsCounterResponse>
</ArrayOfAccountInsights.InsightsCounterResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.