API / Resource
Use case / Master data sync
Create Resource
Create a new resource.
post/v1/resources/resource
Request body
Example request
{
"locale": "en",
"integrations": {
"addsecure1234": {
"active": true,
"object_id": "1234"
}
},
"driver": {
"date_of_birth": "2025-04-10",
"phone_number": "+32412345678"
}
}Response
Successful Response
Example response
{
"locale": "en",
"integrations": {
"addsecure1234": {
"active": true,
"object_id": "1234"
}
},
"billing_entity": {
"legal_name": "Qargo BV",
"vat_number": "NL123456789B01",
"code": "QARGO",
"company_registration_number": "12345678"
},
"is_external_resource": true,
"driver": {
"date_of_birth": "2025-04-10",
"phone_number": "+32412345678"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.