POST PeopleCounter/SaveScreenAudienceCount

Request Information

URI Parameters

None.

Body Parameters

ScreenAudience
NameDescriptionTypeAdditional information
AccountID

string

None.

ScreenID

integer

None.

ScreenAudienceData

Collection of ScreenAudienceData

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountID": "sample string 1",
  "ScreenID": 2,
  "ScreenAudienceData": [
    {
      "InHeadCount": 1,
      "OutHeadCount": 2,
      "LogDateTime": "2025-12-20T18:33:24.8406349+05:30"
    },
    {
      "InHeadCount": 1,
      "OutHeadCount": 2,
      "LogDateTime": "2025-12-20T18:33:24.8406349+05:30"
    }
  ]
}

application/xml, text/xml

Sample:
<ScreenAudience xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLibrary.BusinessModel">
  <AccountID>sample string 1</AccountID>
  <ScreenAudienceData>
    <ScreenAudienceData>
      <InHeadCount>1</InHeadCount>
      <LogDateTime>2025-12-20T18:33:24.8406349+05:30</LogDateTime>
      <OutHeadCount>2</OutHeadCount>
    </ScreenAudienceData>
    <ScreenAudienceData>
      <InHeadCount>1</InHeadCount>
      <LogDateTime>2025-12-20T18:33:24.8406349+05:30</LogDateTime>
      <OutHeadCount>2</OutHeadCount>
    </ScreenAudienceData>
  </ScreenAudienceData>
  <ScreenID>2</ScreenID>
</ScreenAudience>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />