GET api/SalesDocumentID
ODATA enabled get SalesDocumentID requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
options | No documentation available. |
None. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "Sales_Doc_Type": "sample string 1", "Sales_Doc_ID": "sample string 2", "Next_Doc_ID1": "sample string 3", "Next_Doc_ID2": "sample string 4", "Use_Manual_Fulfillment": true, "Allocate_By": 5, "Comment_ID": "sample string 6", "Quote_To_Order": 64, "Quote_To_Invoice": 64, "Return_Doc_ID": "sample string 9", "Return_Doc_Type": "sample string 10", "Exchange_Doc_ID": "sample string 11", "Exchange_Doc_Type": "sample string 12", "Return_AutoFulfill": 1, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Sales_Doc_Type": "sample string 1", "Sales_Doc_ID": "sample string 2", "Next_Doc_ID1": "sample string 3", "Next_Doc_ID2": "sample string 4", "Use_Manual_Fulfillment": true, "Allocate_By": 5, "Comment_ID": "sample string 6", "Quote_To_Order": 64, "Quote_To_Invoice": 64, "Return_Doc_ID": "sample string 9", "Return_Doc_Type": "sample string 10", "Exchange_Doc_ID": "sample string 11", "Exchange_Doc_Type": "sample string 12", "Return_AutoFulfill": 1, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Sales_Doc_Type": "sample string 1", "Sales_Doc_ID": "sample string 2", "Next_Doc_ID1": "sample string 3", "Next_Doc_ID2": "sample string 4", "Use_Manual_Fulfillment": true, "Allocate_By": 5, "Comment_ID": "sample string 6", "Quote_To_Order": 64, "Quote_To_Invoice": 64, "Return_Doc_ID": "sample string 9", "Return_Doc_Type": "sample string 10", "Exchange_Doc_ID": "sample string 11", "Exchange_Doc_Type": "sample string 12", "Return_AutoFulfill": 1, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null } ], "NextPageLink": null, "Count": 3 }