Skip to main content

Create Plan record

POST 

/api/v2/Plan

Create Plan record

Request

Body

required

    CustomFields

    object

    nullable

    property name* string
    Person guidrequired

    Possible values: non-empty

    From date-timenullable

    Seconds must be included and must be 0.

    Example: 2025-05-21T07:48:00Z
    To date-timenullable

    Seconds must be included and must be 0.

    Example: 2025-05-21T07:48:00Z
    Hours durationnullable

    Seconds must be included and must be 0. Example: 08:04:00

    Activity guidrequired

    Possible values: non-empty

    Contract guidnullable
    Subcontract guidnullable
    Description stringnullable

    Possible values: <= 500 characters

    ExternalKey stringnullable

    Possible values: <= 100 characters

    Date datenullable

Responses

Successfully created

Schema

    Guid guidnullable
Loading...