Scenario: Create Document Comment
MethodName: CreateDocumentComment()
Inputs:
CPDocGuid Required, used to identify CP Transaction
Comment Required
Logic:
Step 1: Save comment on open orders
Comments cannot be added to posted documents or invoices.
Use:
Returns:
{
"DocumentComment": [{
"Success": true
}]
}
Returns:
{
"Error": "Error Message."
}