|
Method
|
POST
|
|
URL
|
/v2/<object_full_identifier>
|
|
Parameters
|
|
|
Response
Content Type
|
application/json
|
{
"io_name": "showcase new2",
"io_supported_languages": null,
"io_search_filter_language": null,
"io_showcase_number": "233.3",
"io_release": "759db0ad-ab90-441c-a7b7-8e2028b26edc",
"io_showcase_quantity": "30 dd574d5a-c7bf-11e0-b724-001ec950a80f",
.
.
}
{
"io_showcase_phone_number": "+1 (925) 965-7859"
"io_search_filter_file_object": null
"io_owner": "baa32325-5f0e-43a5-9976-43b25e847ab4"
"io_showcase_document": null
"io_private": false,
....
}
[ {
"io_name": "showcase new2",
"io_supported_languages": null,
"io_search_filter_language": null,
"io_showcase_number": "233.3",
"io_release": "759db0ad-ab90-441c-a7b7-8e2028b26edc",
"io_showcase_quantity": "30 dd574d5a-c7bf-11e0-b724-001ec950a80f",
.
.
},
{...},{...}...
]
[{
"io_showcase_phone_number": "+1 (925) 965-7859"
"io_search_filter_file_object": null
"io_owner": "baa32325-5f0e-43a5-9976-43b25e847ab4"
"io_showcase_name": "showcase 1",
"io_private": false,
....
}, {
"io_showcase_phone_number": "+1 (925) 965-7859"
"io_search_filter_file_object": null
"io_owner": "baa32325-5f0e-43a5-9976-43b25e847ab4"
"io_showcase_name": "showcase 2",
"io_private": false,
....
}, {...}, {....},...
]
|
HTTP Status Code
|
Error Type
|
Error Detail
|
|---|---|---|
|
400
|
missing_parameter_error
|
The body of the request did not contain any data
|
|
400
|
missing_parameter_error
|
The body of the request did not contain any valid data to create record/records
|
|
400
|
invalid_parameter_error
|
Error Creating Records. Error: ...
|
|
400
|
operation_error
|
Error Creating Record. Error: ...
|
|
500
|
server_error
|
Server Error
|