{
"name": "string",
"description": "string",
"type": "string",
"note": "string",
"phone": "string",
"fax": "string",
"email": "user@example.com",
"website": "http://example.com"
}
curl --location --request POST 'https://api.vplan.com/v1/relation' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"type": "string",
"note": "string",
"phone": "string",
"fax": "string",
"email": "user@example.com",
"website": "http://example.com"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"type": "string",
"note": "string",
"phone": "string",
"fax": "string",
"email": "user@example.com",
"website": "http://example.com",
"external_ref": "fb1033a2ed70",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}