AlphaAlpha Docs
API ReferencePortal finance

Approve change order

POST
/portal/change-orders/{opportunityId}/{changeOrderId}/approve
AuthorizationBearer <token>

In: header

Path Parameters

opportunityId*string
changeOrderId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/portal/change-orders/string/string/approve"
{
  "amount": 0.1,
  "approvedAt": "2019-08-24T14:15:22Z",
  "approvedBy": "string",
  "canApprove": true,
  "canReject": true,
  "category": "string",
  "date": "2019-08-24T14:15:22Z",
  "description": "string",
  "id": "string",
  "opportunityId": "string",
  "opportunityName": "string",
  "rejectedAt": "2019-08-24T14:15:22Z",
  "rejectionReason": "string",
  "status": "DRAFT"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}