Mark milestone as done

This endpoint is used to mark a delivery as delivered.

Milestone delivered

POST v2/escrow/delivery/delivered/:milestone_id/:user_id

Params

NameTypeDescription

milestone_id

String

The id of the milestone to be marked as done

user_id

String

The ID of the user

Headers

NameTypeDescription

Accept*

string

application/json

V-PRIVATE-KEY*

string

your vesicash private key

V-PUBLIC-KEY*

String

your vesicash public key

Request body

The request body should be empty as no specific data is required for this endpoint.

Response

The response is in JSON format and follows the schema

```json
{
    "status": "success",
    "code": 200,
    "message": "success",
    "data": null
}
```

Last updated