...
Name | Required | Type | Description |
---|---|---|---|
supplier_access_key | O | String |
|
depth_combination | O | File |
|
contents | O | File |
|
images | O | List[File] |
|
3) Response
Name | Type | Description |
---|
task_ |
id |
Number
Server response code
message
String
Server response message
data
Object
not_processed_company_code
Array
UUID | This task takes quite a bit of time. So this endpoint return only task id. You can use this task id for checking task status to other endpoint. |
4) Error Spec
Status Code | Message | Solution | |||
---|---|---|---|---|---|
403 |
| The valid supplier access key must be entered | 400 |
| The valid files composed of depth combination, contents, images must be entered |
400 |
| Check the guide sheet of the depth combination, contents and enter a valid value for each column |
...