E-State
  1. Purchase Orders
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
        • store
        • show
      • Auth
        • profile
        • logout
        • register
        • login
      • Units
        • index
        • show
        • units client
      • Sales
        • index
        • show
    • System
      • Projects
        • index
        • show
      • Units
        • index
        • show units by project
        • show
      • Sales
        • SaleRefund
          • index
          • show
        • index
        • show
      • Attention Requests
        • index
        • show
      • Clients
        • index
        • show
      • Discounts
        • index
        • show
      • Lands
        • owners
        • index
        • show
        • show land owner
      • marketings
        • campaign-types
        • show campaign type
        • campaign-goals
        • show campaign goals
        • index
        • show
      • Purchase Orders
        • index
          GET
        • show
          GET
        • raise-budgets
          GET
        • show raise-budgets
          GET
      • Purchase Requests
        • index
        • show
      • Rental Requests
        • rental-requests
        • show rental-requests
  1. Purchase Orders

show

Developing
GET
http://estate.test/api/v1{{url}}/system/purchase-orders/1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/purchase-orders/1' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
    "status": "true",
    "message": "Operation completed successfully",
    "data": {
        "id": 8,
        "title": "ceramic oh mmm siege until creative fuss fully swathe",
        "payment_terms": "sunt",
        "supplying_duration": "Lorem quis",
        "note": "Caecus fugiat esse talis.",
        "status": "in qui incididunt consectetur",
        "total": 2,
        "purchaseRequestOffer": {
            "id": 4,
            "status": "mollit sed deserunt amet ut",
            "description": "Alius aufero temperantia congregatio carmen delectus.",
            "offer_number": 8,
            "total": 1
        },
        "purchaseRequest": {
            "id": 3,
            "from_user_id": 0,
            "project_id": 2,
            "title": "contradict ouch successfully commonly once doorpost bah deduct",
            "status": "amet"
        },
        "supplier": {
            "id": 3,
            "name": "Bobby Langworth",
            "email": "Furman_Haag@yahoo.com",
            "phone": 1,
            "job_title": "IeJI50uUlW",
            "id_number": 6
        },
        "purchaseOrderDetails": [
            {
                "id": 7,
                "purchase_request_offer_details_id": 7,
                "purchase_order_id": 5,
                "purchaseRequestDetails": [
                    {
                        "id": 5,
                        "material_id": 6,
                        "purchase_request_id": 6,
                        "amount": 5,
                        "technical_specifications": "qui magna nisi"
                    },
                    {
                        "id": 9,
                        "material_id": 3,
                        "purchase_request_id": 8,
                        "amount": 4,
                        "technical_specifications": "laboris elit consectetur ipsum tempor"
                    },
                    {
                        "id": 8,
                        "material_id": 7,
                        "purchase_request_id": 4,
                        "amount": 3,
                        "technical_specifications": "laboris non est Duis"
                    }
                ],
                "purchaseRequestOfferDetails": [
                    {
                        "id": 6,
                        "request_details_id": 7,
                        "request_offer_id": 6,
                        "qty": 2,
                        "one_piece_price": 3,
                        "expected_delivery_date": "2026-04-11T10:11:34.204Z",
                        "total": 8
                    }
                ]
            }
        ],
        "payments": [
            {
                "id": 3,
                "paid_by_id": 3,
                "modelable_id": 8,
                "modelable_type": "Challenger",
                "amount": 9,
                "paid_at": "2025-11-27T16:12:41.363Z",
                "status": "in",
                "receipt": "Ut elit cupidatat",
                "paid_at_text": "ipsum laboris Duis"
            },
            {
                "id": 6,
                "paid_by_id": 1,
                "modelable_id": 0,
                "modelable_type": "Model 3",
                "amount": 2,
                "paid_at": "2024-12-12T02:42:03.845Z",
                "status": "mollit",
                "receipt": "in nostrud dolore",
                "paid_at_text": "dolor ipsum sit elit"
            }
        ]
    }
}

Request

Header Params
x-api-key
string 
optional
Example:
{{x-api-key}}
x-secret-key
string 
optional
Example:
{{x-secret-key}}

Responses

🟢200Success
application/json
Body
status
string 
required
message
string 
required
data
object (PurchaseOrder ) 
required
id
number 
required
title
string 
required
payment_terms
string 
required
supplying_duration
string 
required
note
string 
optional
status
string 
required
total
number 
required
purchaseRequestOffer
object (PurchaseRequestOffer Simple) 
required
purchaseRequest
object (PurchaseRequest Simple) 
required
supplier
object (User Simple) 
required
purchaseOrderDetails
array[object (PurchaseOrderDetails ) {5}] 
required
payments
array[object (Payment Simple) {9}] 
required
Modified at 2025-04-10 14:24:45
Previous
index
Next
raise-budgets
Built with