Excerpt |
---|
This method is used to reject a credit note which is in draft state. |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
credit_note_identifier (mandatory) | Credit note identifier | The identifier of the credit note that should be posted. Only credit notes in draft state can be specified.The allowed credit note identifier fields are the following:
| ||||||
rejection_reason_identifier | Rejection reason identifier | The reason that the credit note is rejected. The allowed rejection reason identifier fields are the following:
| ||||||
fields_set | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...