Skip to main content

Update a porting activation job

PATCH 
/porting_orders/:id/activation_jobs/:activationJobId

Updates the activation time of a porting activation job.

Request

Path Parameters

    id uuidrequired

    Porting Order id

    activationJobId uuidrequired

    Activation Job Identifier

Body

required

    activate_at date-time

    The desired activation time. The activation time should be between any of the activation windows.

Responses

200: Successful response

404: Not found

422: Unprocessable entity. Check message field in response for details.

Loading...