The OrderCreditResponse data object indicates if the add (order credit) operation succeeded or failed.
| Element | Data Type | Description |
|---|---|---|
| errors | Error[] | A list of errors (when the operation fails) or the empty list (when the operation succeeds). |
| operationSucceeded | boolean |
If True, the operation succeeded and the system is updated. The response returns the newly created object or updated object, which contains the elements supplied by you as well as the system. If False, the operation failed and the system is not updated. The response returns the elements supplied by you. |
| orderCredit | OrderCredit | The order credit. |