2020-01-20 11:10:33 +01:00
|
|
|
<?php
|
2020-10-10 14:07:52 +02:00
|
|
|
/**
|
2020-01-20 11:10:33 +01:00
|
|
|
* @OA\Schema(
|
|
|
|
* schema="VendorContact",
|
|
|
|
* type="object",
|
|
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="_________"),
|
|
|
|
* @OA\Property(property="user_id", type="string", example="", description="__________"),
|
|
|
|
* @OA\Property(property="company_id", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="vendor_id", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="first_name", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="last_name", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="phone", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="custom_value1", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="custom_value2", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="custom_value3", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="custom_value4", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="email", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="is_primary", type="boolean", example=true, description="________"),
|
|
|
|
* @OA\Property(property="created_at", type="number", format="integer", example="134341234234", description="Timestamp"),
|
|
|
|
* @OA\Property(property="updated_at", type="number", format="integer", example="134341234234", description="Timestamp"),
|
|
|
|
* @OA\Property(property="deleted_at", type="number", format="integer", example="134341234234", description="Timestamp"),
|
|
|
|
* )
|
|
|
|
*/
|