Recent Install of Usability Pack get Error when posting a Sales Quote via Service Layer API
When I post a Sales Quote to Service Layer I am getting the error ode -5002. Which is described as the following: "To generate this document, first define the numbering series in the Administration module "
POST
https://api.example.com:50000/b1s/v1/Quotations
Json Data
{ "DocDueDate": "2025-01-14T17:57:10.3380022-05:00", "CardCode": "C004494", "Comments": "This is a test.", "SalesPersonCode": 9, "TransportationCode": 17, "Confirmed": "tYES", "Series": 322, "Project": "DIS-WEB", "DocumentLines": [ { "ItemCode": "JETDP9STRT", "Quantity": 4.0 } ], "DocumentAdditionalExpenses": [ { "ExpenseCode": 1, "LineTotal": 0.0, "DistributionMethod": "aedm_None" } ] }
Response
{ "error": { "code": -5002, "message": { "lang": "en-us", "value": "To generate this document, first define the numbering series in the Administration module " } } }
I can post new Business Partners still, no problems.
Iniciar sesión para dejar un comentario.
Comentarios
0 comentarios