Hi community,
I have a SAP Business One HANA tenant with Cloud Control Center deployed and I need to migrate one of the tenants to an On Premise HANA environment. Is this posible? I try to use an Export/Import command on HANA Database but in the O...
Hi everyone,
I'm working on integration to a production system and I need to post a "Receipt from production" but I don't find the corresponding object in Service Layer.
Regards.
Guillermo
Hola.
Estoy intentando realizar el pago de una factura con cheques y efectivo. Mi código es el siguiente
{
"DocDate": "2020-02-14T00:00:00-03:00",
"CardCode": "C00093",
"CashAccount": "1.1.1.1.2",
"CashSum": 116000,
"PaymentC...
Hola,
Tengo una consulta al SL con un filtro por documento, al método StockTransfer, pero al obtener los datos, no me carga el detalle de BatchNumbers y SerialNumbers.
/b1s/v1/StockTransfers?$filter=DocNum eq 200
Respuesta:
Hi Elias, You have to post SerialNumbers without "BaseLineNumber""SerialNumbers": [ { "SystemSerialNumber": "1", "Quantity": 1 }, { "SystemSerialNumber": "2", "Quantity": 1 } ]Kind ...
Las series las puedes obtener utilizando el siguiente método de la Service LayerCon el siguiente body para obtener las series de los documentos de pago
{ "DocumentTypeParams": { "Document": "24" } }
Hola Ramiro, Podrías probar quitar el campo CreditAcct de la cabecera y dejarlo sólo en el detalle. A mi me funcionó el siguiente json. {
"DocDate": "2021-09-24",
"CardCode": "S00000003",
"DocCurrency": "GS",
"PaymentInvoices": [
...