QBOS REST API documentation (relation_type)

(return to Main Document)

Introduction

The relation_type API allows client applications to maintain relation_type data including any part of its demographic record sets.

Audience

This developer's guide is intended for software developers needing a technical reference for using the QBOS REST API. The information you find in this guide is written by software engineering, and is authoritative on how the API behaves.

Additional resources, information about this guide

Occasionally, we make a mistake in this documentation, or unknowingly break a feature that you depend on. If this has happened to you, we apologize! You can help us fix the issue by contacting us. We appreciate your help.

Getting Started

To place any request in QBOS API application from third party application you need to authenticate user account and set/calculate values for the following request headers: x-qbos-id, x-qbos-nonce, x-qbos-date-utc, x-qbos-hash-version, x-qbos-auth

See details in Authentication Documentation.

relation_type properties

Properties prefixed with '_' (underscore) are read-only properties. i.e. POST and PUT processing will ignore these properties.

Name Type Max length Numeric Required
For POST
Filterable Description

id

bigint

 

 

 

Required for GET(by id),PUT,DELETE

parent_id

bigint

 

yes

 

parent_type

nvarchar

50

 

yes

 

type

nvarchar

50

 

 

 

Value is "relation_type"

_org_id

int

 

 

 

cardinality

int

 

 

 

child_type_id

int

 

 

 

_child_object_type

nvarchar

50

 

 

 

_parent_type_id

int

 

 

 

_parent_object_type

nvarchar

50

 

 

 

required_sw

char

1

 

 

 

detachable_sw

char

1

 

 

 

relation_name

nvarchar

100

 

 

 

from_child_label

nvarchar

100

 

 

 

from_parent_label

nvarchar

100

 

 

 

Read relation_type by id:

GET https:/.../v1/ads/relation_type/{id}

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 404 - Not found or user does not have permission to access resources of this type.
  • 200 - OK

Response data: GET https:/.../v1/ads/relation_type/3288
{ "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3288, "cardinality" : 2147483647, "child_type_id" : 12090, "_child_object_type" : "CP_VISITFREQUENCY", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CP_VISITFREQUENCY" }

Read relation_type from parent:

GET https:/.../v1/ads/{parent_type}/{parent_id}/links/relation_type[?{filter}]

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 404 - Not found or user does not have permission to access resources of this type.
  • 200 - OK

GET https:/.../v1/ads/resource/10617/links/relation_type
Response data:
{ "relation_type" : [ { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1573, "cardinality" : 2147483647, "child_type_id" : 10685, "_child_object_type" : "Patient Visit", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient Visit" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1652, "cardinality" : 2147483647, "child_type_id" : 10753, "_child_object_type" : "Admit Nurse Visit", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Admit Nurse Visit" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1653, "cardinality" : 2147483647, "child_type_id" : 10764, "_child_object_type" : "Patient Level of Care", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient Level of Care" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1658, "cardinality" : 2147483647, "child_type_id" : 10773, "_child_object_type" : "Payor Information", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Payor Information" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1666, "cardinality" : 2147483647, "child_type_id" : 10783, "_child_object_type" : "Service Periods", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Service Periods" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1734, "cardinality" : 2147483647, "child_type_id" : 10695, "_child_object_type" : "Nurse Visit", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Nurse Visits" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 1756, "cardinality" : 2147483647, "child_type_id" : 10845, "_child_object_type" : "Claim Items", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Claim Items" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2536, "cardinality" : 2147483647, "child_type_id" : 10618, "_child_object_type" : "Patient Billed Claims", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Claims" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2537, "cardinality" : 2147483647, "child_type_id" : 10754, "_child_object_type" : "Physician Certification", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Physician Certification" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2538, "cardinality" : 2147483647, "child_type_id" : 11395, "_child_object_type" : "Face-To-Face visits", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Face-To-Face visits" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2566, "cardinality" : 2147483647, "child_type_id" : 10782, "_child_object_type" : "Billing Coverage Matrix", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Billing Coverage Matrix" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2846, "cardinality" : 2147483647, "child_type_id" : 11725, "_child_object_type" : "PharmScript", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Script" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2894, "cardinality" : 2147483647, "child_type_id" : 11772, "_child_object_type" : "Hospice_itemSet_2014", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "HIS 2014" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2898, "cardinality" : 2147483647, "child_type_id" : 11778, "_child_object_type" : "Patient_Ref_Aware", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient_Referral_Aware" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2900, "cardinality" : 2147483647, "child_type_id" : 11779, "_child_object_type" : "Attending Physician Info", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Attending Physician Info" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2904, "cardinality" : 1, "child_type_id" : 2, "_child_object_type" : "Contact", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Reg Care Location" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2905, "cardinality" : 1, "child_type_id" : 2, "_child_object_type" : "Contact", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Reg Current Location" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2910, "cardinality" : 2147483647, "child_type_id" : 2, "_child_object_type" : "Contact", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CareGivers" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2913, "cardinality" : 2147483647, "child_type_id" : 11781, "_child_object_type" : "PAT_CARE_GIVER", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "PAT_CARE_GIVER" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 2943, "cardinality" : 2147483647, "child_type_id" : 11789, "_child_object_type" : "CA_Assessment", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CA_Assessment" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3089, "cardinality" : 2147483647, "child_type_id" : 11833, "_child_object_type" : "CP_POC_Issue", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CP_POC_Issue" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3125, "cardinality" : 2147483647, "child_type_id" : 11881, "_child_object_type" : "Care Team Patient", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Care Team Patient" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3139, "cardinality" : 2147483647, "child_type_id" : 11987, "_child_object_type" : "HIS Admission Info", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "HIS Admission" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3140, "cardinality" : 2147483647, "child_type_id" : 11977, "_child_object_type" : "DIAGNOSIS_HISTORY", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "DIAGNOSIS_HISTORY" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3142, "cardinality" : 2147483647, "child_type_id" : 11979, "_child_object_type" : "Patient_IDG_VISITS", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient_IDG_VISITS" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3143, "cardinality" : 2147483647, "child_type_id" : 11980, "_child_object_type" : "PatientChart_Notes", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "PatientChart_Notes" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3154, "cardinality" : 2147483647, "child_type_id" : 11993, "_child_object_type" : "HIS Discharge Info", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "HIS Discharge Info" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3155, "cardinality" : 2147483647, "child_type_id" : 11996, "_child_object_type" : "Patient CoMorbids", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient CoMorbids" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3157, "cardinality" : 2147483647, "child_type_id" : 11820, "_child_object_type" : "CP_IDGREVIEW", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CP_IDGREVIEW" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3179, "cardinality" : 2147483647, "child_type_id" : 12012, "_child_object_type" : "Patient_Payer_Info", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient_Payer_Info" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3218, "cardinality" : 2147483647, "child_type_id" : 12054, "_child_object_type" : "Discipline Visits", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Discipline Visits" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3221, "cardinality" : 2147483647, "child_type_id" : 12056, "_child_object_type" : "AssessmentNarratives_Continuous", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "AssessmentNarratives" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3222, "cardinality" : 2147483647, "child_type_id" : 12057, "_child_object_type" : "Patient_Symptoms_Reasons", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient_Symptoms_Reasons" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3228, "cardinality" : 2147483647, "child_type_id" : 12061, "_child_object_type" : "F2FSummaryLabAndNarr", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "F2FSummaryLabAndNarr" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3229, "cardinality" : 2147483647, "child_type_id" : 12062, "_child_object_type" : "F2FAttestation", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "F2FAttestation" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3238, "cardinality" : 2147483647, "child_type_id" : 11859, "_child_object_type" : "Notes", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Notes" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3245, "cardinality" : 1, "child_type_id" : 11826, "_child_object_type" : "CP_POC_HOSPICIDE", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CP_POC_HOSPICIDE" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3250, "cardinality" : 2147483647, "child_type_id" : 11834, "_child_object_type" : "CP_POC_VISITFREQUENCY", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CP_POC_VISITFREQUENCY" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3254, "cardinality" : 2147483647, "child_type_id" : 12075, "_child_object_type" : "Person_Ethnicity", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Person_Ethnicity" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3263, "cardinality" : 2147483647, "child_type_id" : 12078, "_child_object_type" : "POC_Issue", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "POC_Issue" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3275, "cardinality" : 2147483647, "child_type_id" : 11783, "_child_object_type" : "Assessment_Issue", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Assessment_Issue" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3279, "cardinality" : 2147483647, "child_type_id" : 12083, "_child_object_type" : "IDG_Meeting_Patient", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "IDG_Meeting_Patient" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3283, "cardinality" : 2147483647, "child_type_id" : 12085, "_child_object_type" : "Patient_Medication", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient_Medication" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3284, "cardinality" : 2147483647, "child_type_id" : 12086, "_child_object_type" : "Patient_Allergy", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 0, "detachable_sw" : 1, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "Patient_Allergy" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3286, "cardinality" : 2147483647, "child_type_id" : 12087, "_child_object_type" : "CA_Supervisory_Visit", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CA_Supervisory_Visit" }, { "parent_type" : "resource", "parent_id" : 10617, "_org_id" : 517090, "id" : 3288, "cardinality" : 2147483647, "child_type_id" : 12090, "_child_object_type" : "CP_VISITFREQUENCY", "_parent_type_id" : 10617, "_parent_object_type" : "Patient Chart", "required_sw" : 1, "detachable_sw" : 0, "relation_name" : "Patient Chart", "from_child_label" : "Patient Chart", "from_parent_label" : "CP_VISITFREQUENCY" } ] }

Create relation_type:

POST https:/.../v1/ads/resource/10617/relation_type

Request data [See properties]:

{"relation_type": [ { "parent_type" : "resource", "parent_id" : 10617, "property_a" : "value-a", "property" : "See relation_type properties", "property_z" : "value-z" } ] }

Response codes:

Update relation_type:

PUT https:/.../v1/ads/relation_type/{id}

Request data [See properties]:

{"relation_type": [ { "id" : 3288, "property_a" : "value-a", "property" : "See relation_type properties", "property_z" : "value-z" } ] }

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 200 - OK Content returned [See response data]
  • 204 - OK No content
  • 404 - Not found

Delete relation_type:

DELETE https:/.../v1/ads/relation_type/{id}

The "id" in JSON payload is required to match the {id} in the URI to ensure that deletion requests are intended and safe

{"relation_type": [{"id":3288}]}

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 204 - OK
  • 404 - Not found

Response data:
{}