# Generate webdoc URL Generates a webdoc URL Endpoint: POST /slapi/clients/generatewebdocument Version: 0.0.1 Security: BasicAuthCredentials ## Request fields (application/json): - `clientNumber` (string) Example: "0000000001" - `storecode` (string) Example: "0000000001" - `docType` (string) Example: "Customer" - `webDocId` (number) Example: 1 - `membershipId` (string) Example: "0000000001" ## Response 201 fields (applicaiton/json): - `message` (string) - `url` (string) Example: "http://127.0.0.1:5002/show_web_doc/eftdoc.html/0/18/0000000070/?sig=67a4024c95b90d869f110ac2bbc6de34" ## Response 400 fields (applicatoin/json): - `error` (string) - `message` (string)