Login
DocumentationKnowledge BaseAPI ReferenceUse Cases
  • Introduction
    • Overview
  • API Reference
Login
LogoLogo
API ReferenceConstruction Job Cost

POST
/v1/construction-jobs/
POST
/v1/construction-jobs/
1curl -X POST https://api.propexo.com/v1/construction-jobs/ \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "integration_id": "string"
6}'
Try it
1{
2 "job_id": "string",
3 "data": {}
4}
Was this page helpful?
Previous

Get construction job by ID

Next
Built with
Create a construction job for an integration.
Create construction job

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired

Response

Successful response
job_idstring
The ID of the job created to handle this operation
dataobject

Errors

Bearer authentication of the form Bearer <token>, where token is your auth token.