{
"errors": [
{
"code": "int64",
"error": {
"file": "string",
"line": "int64",
"stack": [
{
"args": [
"string"
],
"class": "string",
"file": "string",
"function": "string",
"line": "int64",
"type": "string"
}
]
},
"message": "string",
"request": {
"method": "string",
"path": "string",
"uri": {
"resource": "string",
"root": "string"
},
"url": "string"
},
"status": "string"
}
],
"updated": [
{
"addonValues": "string",
"addressId": "int64",
"dateOfBirth": "string",
"email": "string",
"fax": "string",
"firstname": "string",
"gender": "string",
"id": "int64",
"isGuest": "boolean",
"lastname": "string",
"number": "string",
"statusId": "int64",
"telephone": "string",
"vatNumber": "string",
"vatNumberStatus": "int64"
}
]
}
Name | Type | Description | Additional |
---|---|---|---|
errors[] | array | Required | |
errors[].code | int64 | Optional | |
errors[].error | object | defaultErrorsObject | Optional |
errors[].error.file | string | Optional | |
errors[].error.line | int64 | Optional | |
errors[].error.stack[] | array | Optional | |
errors[].error.stack[].args[] | array of string | Optional | |
errors[].error.stack[].class | string | Optional | |
errors[].error.stack[].file | string | Optional | |
errors[].error.stack[].function | string | Optional | |
errors[].error.stack[].line | int64 | Optional | |
errors[].error.stack[].type | string | Optional | |
errors[].message | string | Optional | |
errors[].request | object | Optional | |
errors[].request.method | string | Optional | |
errors[].request.path | string | Optional | |
errors[].request.uri | object | Optional | |
errors[].request.uri.resource | string | Optional | |
errors[].request.uri.root | string | Optional | |
errors[].request.url | string | Optional | |
errors[].status | string | Optional | |
updated[] | array | Required | |
updated[].addonValues | string | Required | |
updated[].addressId | int64 | Required | |
updated[].dateOfBirth | string | Required | |
updated[].email | string | Required | |
updated[].fax | string | Required | |
updated[].firstname | string | Required | |
updated[].gender | string |
Possible values are:
|
Required |
updated[].id | int64 | Optional , read only. | |
updated[].isGuest | boolean | Required | |
updated[].lastname | string | Required | |
updated[].number | string | Required | |
updated[].statusId | int64 | Required | |
updated[].telephone | string | Required | |
updated[].vatNumber | string | Required | |
updated[].vatNumberStatus | int64 | Required |