Get Document Number

Service Url: GET /documentNumber

Parameters: None

Query Parameters:

locationId -String

documentType – String

Request Body: None

Response Body:

GetDocumentNumberResponse

documentId – String

Remarks: Supports both application/xml,application/json media-types

Example Request:1http://localhost:8080/WebRestApi/rest/v1.1/inventoryManagement/documentNumber?locationId=0001&documentType=DO

Example Response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:getDocumentNumberResponse xmlns:ns2="http://www.enactor.com/retail" xmlns:ns3="http://www.enactor.com/core" xmlns:ns4="http://www.enactor.com/orders" xmlns:ns5="http://www.enactor.com/crm" xmlns:ns6="http://docs.oasis-open.org/ns/bpel4people/ws-humantask/types/200803" xmlns:ns7="http://docs.oasis-open.org/ns/bpel4people/ws-humantask/200803" xmlns:ns8="http://www.enactor.com/retail/storedRetailTransaction/service" xmlns:ns9="http://docs.oasis-open.org/wsbpel/2.0/serviceref" xmlns:ns10="http://www.enactor.com/retail/storedRestaurantSaleTransaction/service" xmlns:ns11="http://www.enactor.com/addressLookup/service" xmlns:ns12="http://docs.oasis-open.org/ns/bpel4people/ws-humantask/api/200803" xmlns:ns13="http://www.enactor.com/crm/customerLoyalty/service" xmlns:ns14="http://www.enactor.com/retail/restaurantTableStatus/service" xmlns:ns15="http://www.enactor.com/tools">
    <ns2:documentId>DO000026</ns2:documentId>
</ns2:getDocumentNumberResponse>
{
    "documentId": "DO000027"
}
Go to Top