Authorization: Bearer ********************
{
"status": "pipeline"
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/projects//status' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "pipeline"
}'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"projectKey": "string",
"title": "string",
"client": {
"id": "string",
"name": "string",
"clientType": "business",
"billingAddress": {
"locationName": "string",
"street1": "string",
"street2": "string",
"pincode": "string",
"city": "string",
"state": "string",
"country": "string"
},
"contacts": [
{
"isPrimary": true,
"salutation": "Mr.",
"firstName": "string",
"lastName": "string",
"email": "string",
"workPhone": "string",
"mobilePhone": "string",
"designation": "string",
"department": "string"
}
],
"shippingAddress": {
"locationName": "string",
"street1": "string",
"street2": "string",
"pincode": "string",
"city": "string",
"state": "string",
"country": "string"
},
"tax": {
"taxTreatment": "GST",
"taxNumber": "string",
"taxes": [
{
"id": "string",
"name": "string",
"percentage": 0
}
]
}
},
"startDate": {
"estimated": "2019-08-24T14:15:22Z",
"actual": "2019-08-24T14:15:22Z"
},
"endDate": {
"estimated": "2019-08-24T14:15:22Z",
"actual": "2019-08-24T14:15:22Z"
},
"status": "pipeline",
"description": "string",
"participants": [
{
"id": "string",
"name": "string",
"email": "string",
"organizations": [
{
"organizationHashId": "string",
"organizationId": "string",
"role": "organization-admin",
"teams": [
"admin"
],
"organizationName": "string",
"organizationLogo": "string",
"isActive": true
}
]
}
],
"order": {
"id": "string",
"finalAmount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"orderNumber": "string"
},
"expenses": [
{
"id": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
}
}
],
"files": [
"string"
],
"currency": {
"name": "string",
"symbol": "string"
},
"budget": {
"actual": 0,
"estimated": 0
},
"isDeleted": true,
"isArchived": true,
"icon": "string"
},
"message": "string"
}