Skip to main content
id
string
required
Unique identifier for the rep (UUID).
objectType
string
required
Always "rep".
name
string
required
The name of the rep.
ownedById
string
The UUID of the user who owns this rep.
createdAt
string
required
ISO 8601 timestamp when the object was created.
updatedAt
string
required
ISO 8601 timestamp when the object was last updated.

Example

{
  "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "objectType": "rep",
  "name": "Jane Smith",
  "ownedById": "c3d4e5f6-a7b8-9012-cdef-123456789012",
  "createdAt": "2024-01-05T09:00:00Z",
  "updatedAt": "2024-02-10T11:30:00Z"
}