POST api/pcount/MachineProcessing/UpdateGoogleIdImageVideo

Request Information

URI Parameters

None.

Body Parameters

UpdateGoogleIdVideoDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ContratoId

string

None.

Circuito

string

None.

CameraId

globally unique identifier

None.

NameVideo

string

None.

GoogleId

string

None.

DateInput

date

None.

DeteccaoFacial

Collection of UpdateGoogleIdImageDto

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "ed6de64d-b537-4395-8a62-b98d1e15dab4",
  "contratoId": "sample string 2",
  "circuito": "sample string 3",
  "cameraId": "5bd6f641-759b-444f-949d-93bf6440f912",
  "nameVideo": "sample string 5",
  "googleId": "sample string 6",
  "dateInput": "2025-06-15T21:57:32.8401331-05:00",
  "deteccaoFacial": [
    {
      "$id": "2",
      "googleId": "sample string 1",
      "nameImg": "sample string 2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.