GET api/SalesDocument/{Sales_Doc_Type}/{Sales_Doc_ID}/Batches

Get Workflow Queues for a Sales Document

Request Information

Parameters

NameDescriptionAdditional information
Sales_Doc_Type
Sales Document Type

Define this parameter in the request URI.

Sales_Doc_ID
Sales Document ID

Define this parameter in the request URI.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Batch": "sample string 1"
  },
  {
    "Batch": "sample string 1"
  },
  {
    "Batch": "sample string 1"
  }
]