E-State
  1. Purchase Orders
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
        • store
        • show
        • get-form-data
        • get-can-bay-saleable-detail-for-project
      • Auth
        • profile
        • logout
        • register
        • login
      • SaleableDetail
        • index
        • show
      • Sales
        • index
        • show
      • MaintenanceRequest
        • get-form-data
        • index
        • store
        • update
        • delete
      • complaints
        • get-form-data
        • index
        • store
        • update
        • delete
      • statistics
    • System user app
      • Auth
        • logout
        • profile
        • login
        • login-send-otp
      • Acceptance
        • Rejected
        • Accept All
        • Refuse All
        • Accept
        • index
    • System
      • Projects
        • index
        • index small data
        • show
      • Units
        • index
        • show units by project
        • show
      • Sales
        • SaleRefund
          • index
          • show
        • index
        • show
      • Attention Requests
        • index
        • show
        • store
        • get-form-data
      • Clients
        • index
        • show
        • store
        • update
        • delete
      • 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
      • Archive
        • create folder
        • download file
        • Explore Archive
        • Upload File
    • CallCenter
      • Check Connection
      • New Call From Client
      • Start Call
      • Close Call
      • Search For Client
      • New Call From User
    • Make & Zapier
      • New Attention Request
    • E-state JISR
      • Employee
        • index
  • Schemas
    • Sample Schemas
      • Project
      • Pet
      • Category
      • Tag
    • Estate Schemas
      • Client Simple
      • Client
      • Project Simple
      • Project
      • User Simple
      • User
      • Building Simple
      • Building
      • Sale Simple
      • Sale
      • Booking Simple
      • Booking
      • SaleRefund
      • SaleOperation Simple
      • SaleOperation
      • Option
      • SaleDiscount
      • Discount Simple
      • Discount
      • AttentionRequest Simple
      • AttentionRequest
      • Land Simple
      • Land
      • LandOwner Simple
      • LandOwner
      • LandOwnership
      • Country Simple
      • Country
      • City Simple
      • City
      • Area Simple
      • Area
      • Block Simple
      • Block
      • CampaignGoal
      • CampaignGoalProgress
      • CampaignType
      • Marketing
      • PurchaseOrder Simple
      • PurchaseOrder
      • PurchaseOrderDetails
      • PurchaseRequest Simple
      • PurchaseRequest
      • PurchaseRequestOffer Simple
      • PurchaseRequestOfferDetails
      • PurchaseRequestOffer
      • Comment
      • Rental Simple
      • Rental
      • RentalRequest Simple
      • RentalRequest
      • ProjectBuildingType
      • Delegate
      • ServiceCategory
      • Procedure
      • ProcedureCategory
      • Service Simple
      • Service
      • Material
      • ProjectService
      • ProjectItem
      • ProjectItemCategory
      • ProjectProjectItem
      • ProjectMaterial
      • ProjectCompletionStageDetails
      • ProjectCompletionStage
      • Contract Simple
      • Contract
      • Unit Simple
      • Unit
      • Task Simple
      • Task
      • Section
      • UserCategory
      • Qualification
      • QualificationTracking
      • MaterialCategory
      • TaskCategory
      • TaskFollower
      • TaskComment
      • TaskAttachment
      • TaskActivity
      • SaleOption
      • SaleClient
      • Bank
      • RaiseBudget
      • RaiseBudgetDetails
      • Department
      • CompanySetting
      • ModuleNotification
      • Module
      • UserModuleNotification
      • ProjectProcedure
      • ProjectUser
      • ProjectUserPayment
      • LandSuk
      • Payment
      • PurchaseRequestDetails
      • ProjectServiceComment
      • ProjectServiceProcedure
      • serviceProcedure
      • RecurringTask
      • UserProjectItem
      • PurchaseRequestOfferSimple
      • RaiseBudget Simple
      • Marketing Simple
      • CampaignGoalProgress Simple
      • Payment Simple
      • Material Simple
      • Pagination Data
  1. Purchase Orders

show

Developing
GET
{{url}}/system/purchase-orders/1

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{url}}/system/purchase-orders/1' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}'
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"
            }
        ]
    }
}
Modified at 2025-04-10 14:24:45
Previous
index
Next
raise-budgets
Built with