@unifetch/fortnox 2.0.1 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/dist/{create-fortnox-CSULrMkm.mjs → create-fortnox-BB_0mFBL.mjs} +434 -434
- package/dist/create-fortnox-BB_0mFBL.mjs.map +1 -0
- package/dist/{create-fortnox-D9a-YhJ-.d.cts → create-fortnox-BQgaBk5m.d.cts} +3 -4
- package/dist/create-fortnox-BQgaBk5m.d.cts.map +1 -0
- package/dist/{create-fortnox-BRQXlzrc.cjs → create-fortnox-DGjVOKfm.cjs} +434 -434
- package/dist/create-fortnox-DGjVOKfm.cjs.map +1 -0
- package/dist/{create-fortnox-CIWMiQTF.d.mts → create-fortnox-DiGzUeVa.d.mts} +3 -4
- package/dist/create-fortnox-DiGzUeVa.d.mts.map +1 -0
- package/dist/index-BWHJmubR.d.cts +150 -0
- package/dist/index-BWHJmubR.d.cts.map +1 -0
- package/dist/index-CqOhNC_h.d.mts +150 -0
- package/dist/index-CqOhNC_h.d.mts.map +1 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/{official-COyUx9dP.d.cts → official-BFBd-NeQ.d.cts} +2 -2
- package/dist/{official-COyUx9dP.d.cts.map → official-BFBd-NeQ.d.cts.map} +1 -1
- package/dist/{official-Lpmk8gr7.d.mts → official-DeZGQsNS.d.mts} +2 -2
- package/dist/{official-Lpmk8gr7.d.mts.map → official-DeZGQsNS.d.mts.map} +1 -1
- package/dist/official.cjs +1 -1
- package/dist/official.d.cts +1 -1
- package/dist/official.d.mts +1 -1
- package/dist/official.mjs +1 -1
- package/dist/patched.cjs +1 -1
- package/dist/patched.d.cts +4 -142
- package/dist/patched.d.cts.map +1 -1
- package/dist/patched.d.mts +4 -142
- package/dist/patched.d.mts.map +1 -1
- package/dist/patched.mjs +1 -1
- package/dist/types/custom/index.cjs +0 -0
- package/dist/types/custom/index.d.cts +2 -0
- package/dist/types/custom/index.d.mts +2 -0
- package/dist/types/custom/index.mjs +1 -0
- package/dist/utility-types-CXs8tUw_.d.mts +15 -0
- package/dist/utility-types-CXs8tUw_.d.mts.map +1 -0
- package/dist/utility-types-DLzshE5r.d.cts +15 -0
- package/dist/utility-types-DLzshE5r.d.cts.map +1 -0
- package/package.json +8 -3
- package/dist/create-fortnox-BRQXlzrc.cjs.map +0 -1
- package/dist/create-fortnox-CIWMiQTF.d.mts.map +0 -1
- package/dist/create-fortnox-CSULrMkm.mjs.map +0 -1
- package/dist/create-fortnox-D9a-YhJ-.d.cts.map +0 -1
|
@@ -65,1622 +65,1622 @@ async function request(reqOptions, initOptions) {
|
|
|
65
65
|
//#endregion
|
|
66
66
|
//#region src/types/resource-operations.gen.ts
|
|
67
67
|
const RESOURCE_OPERATIONS = {
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
absencetransactions: {
|
|
69
|
+
getList: {
|
|
70
70
|
path: "/3/absencetransactions",
|
|
71
71
|
method: "get"
|
|
72
72
|
},
|
|
73
|
-
|
|
73
|
+
create: {
|
|
74
74
|
path: "/3/absencetransactions",
|
|
75
75
|
method: "post"
|
|
76
76
|
},
|
|
77
|
-
|
|
77
|
+
get: {
|
|
78
78
|
path: "/3/absencetransactions/{id}",
|
|
79
79
|
method: "get"
|
|
80
80
|
},
|
|
81
|
-
|
|
81
|
+
update: {
|
|
82
82
|
path: "/3/absencetransactions/{id}",
|
|
83
83
|
method: "put"
|
|
84
84
|
},
|
|
85
|
-
|
|
85
|
+
delete: {
|
|
86
86
|
path: "/3/absencetransactions/{id}",
|
|
87
87
|
method: "delete"
|
|
88
88
|
},
|
|
89
|
-
|
|
89
|
+
listByEmployeeDateCode: {
|
|
90
90
|
path: "/3/absencetransactions/{id}/{Date}/{Code}",
|
|
91
91
|
method: "get"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
|
|
94
|
+
accountcharts: { getList: {
|
|
95
95
|
path: "/3/accountcharts",
|
|
96
96
|
method: "get"
|
|
97
97
|
} },
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
accounts: {
|
|
99
|
+
getList: {
|
|
100
100
|
path: "/3/accounts",
|
|
101
101
|
method: "get"
|
|
102
102
|
},
|
|
103
|
-
|
|
103
|
+
create: {
|
|
104
104
|
path: "/3/accounts",
|
|
105
105
|
method: "post"
|
|
106
106
|
},
|
|
107
|
-
|
|
107
|
+
get: {
|
|
108
108
|
path: "/3/accounts/{Number}",
|
|
109
109
|
method: "get"
|
|
110
110
|
},
|
|
111
|
-
|
|
111
|
+
update: {
|
|
112
112
|
path: "/3/accounts/{Number}",
|
|
113
113
|
method: "put"
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
delete: {
|
|
116
116
|
path: "/3/accounts/{Number}",
|
|
117
117
|
method: "delete"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
archive: {
|
|
121
|
+
getByPath: {
|
|
122
122
|
path: "/3/archive",
|
|
123
123
|
method: "get"
|
|
124
124
|
},
|
|
125
|
-
|
|
125
|
+
upload: {
|
|
126
126
|
path: "/3/archive",
|
|
127
127
|
method: "post"
|
|
128
128
|
},
|
|
129
|
-
|
|
129
|
+
deleteByPath: {
|
|
130
130
|
path: "/3/archive",
|
|
131
131
|
method: "delete"
|
|
132
132
|
},
|
|
133
|
-
|
|
133
|
+
getById: {
|
|
134
134
|
path: "/3/archive/{id}",
|
|
135
135
|
method: "get"
|
|
136
136
|
},
|
|
137
|
-
|
|
137
|
+
deleteById: {
|
|
138
138
|
path: "/3/archive/{id}",
|
|
139
139
|
method: "delete"
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
-
|
|
143
|
-
|
|
142
|
+
articlefileconnections: {
|
|
143
|
+
getList: {
|
|
144
144
|
path: "/3/articlefileconnections",
|
|
145
145
|
method: "get"
|
|
146
146
|
},
|
|
147
|
-
|
|
147
|
+
create: {
|
|
148
148
|
path: "/3/articlefileconnections",
|
|
149
149
|
method: "post"
|
|
150
150
|
},
|
|
151
|
-
|
|
151
|
+
get: {
|
|
152
152
|
path: "/3/articlefileconnections/{FileId}",
|
|
153
153
|
method: "get"
|
|
154
154
|
},
|
|
155
|
-
|
|
155
|
+
delete: {
|
|
156
156
|
path: "/3/articlefileconnections/{FileId}",
|
|
157
157
|
method: "delete"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
articles: {
|
|
161
|
+
getList: {
|
|
162
162
|
path: "/3/articles",
|
|
163
163
|
method: "get"
|
|
164
164
|
},
|
|
165
|
-
|
|
165
|
+
create: {
|
|
166
166
|
path: "/3/articles",
|
|
167
167
|
method: "post"
|
|
168
168
|
},
|
|
169
|
-
|
|
169
|
+
get: {
|
|
170
170
|
path: "/3/articles/{ArticleNumber}",
|
|
171
171
|
method: "get"
|
|
172
172
|
},
|
|
173
|
-
|
|
173
|
+
update: {
|
|
174
174
|
path: "/3/articles/{ArticleNumber}",
|
|
175
175
|
method: "put"
|
|
176
176
|
},
|
|
177
|
-
|
|
177
|
+
delete: {
|
|
178
178
|
path: "/3/articles/{ArticleNumber}",
|
|
179
179
|
method: "delete"
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
articleurlconnections: {
|
|
183
|
+
getList: {
|
|
184
184
|
path: "/3/articleurlconnections",
|
|
185
185
|
method: "get"
|
|
186
186
|
},
|
|
187
|
-
|
|
187
|
+
create: {
|
|
188
188
|
path: "/3/articleurlconnections",
|
|
189
189
|
method: "post"
|
|
190
190
|
},
|
|
191
|
-
|
|
191
|
+
get: {
|
|
192
192
|
path: "/3/articleurlconnections/{id}",
|
|
193
193
|
method: "get"
|
|
194
194
|
},
|
|
195
|
-
|
|
195
|
+
update: {
|
|
196
196
|
path: "/3/articleurlconnections/{id}",
|
|
197
197
|
method: "put"
|
|
198
198
|
},
|
|
199
|
-
|
|
199
|
+
delete: {
|
|
200
200
|
path: "/3/articleurlconnections/{id}",
|
|
201
201
|
method: "delete"
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
assetfileconnections: {
|
|
205
|
+
getList: {
|
|
206
206
|
path: "/3/assetfileconnections",
|
|
207
207
|
method: "get"
|
|
208
208
|
},
|
|
209
|
-
|
|
209
|
+
create: {
|
|
210
210
|
path: "/3/assetfileconnections",
|
|
211
211
|
method: "post"
|
|
212
212
|
},
|
|
213
|
-
|
|
213
|
+
delete: {
|
|
214
214
|
path: "/3/assetfileconnections/{FileId}",
|
|
215
215
|
method: "delete"
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
assets: {
|
|
219
|
+
getList: {
|
|
220
220
|
path: "/3/assets",
|
|
221
221
|
method: "get"
|
|
222
222
|
},
|
|
223
|
-
|
|
223
|
+
create: {
|
|
224
224
|
path: "/3/assets",
|
|
225
225
|
method: "post"
|
|
226
226
|
},
|
|
227
|
-
|
|
227
|
+
changeOb: {
|
|
228
228
|
path: "/3/assets/changeob/{Id}",
|
|
229
229
|
method: "put"
|
|
230
230
|
},
|
|
231
|
-
|
|
231
|
+
depreciate: {
|
|
232
232
|
path: "/3/assets/depreciate",
|
|
233
233
|
method: "post"
|
|
234
234
|
},
|
|
235
|
-
|
|
235
|
+
listDepreciations: {
|
|
236
236
|
path: "/3/assets/depreciations/{ToDate}",
|
|
237
237
|
method: "get"
|
|
238
238
|
},
|
|
239
|
-
|
|
239
|
+
scrap: {
|
|
240
240
|
path: "/3/assets/scrap/{Id}",
|
|
241
241
|
method: "put"
|
|
242
242
|
},
|
|
243
|
-
|
|
243
|
+
sell: {
|
|
244
244
|
path: "/3/assets/sell/{Id}",
|
|
245
245
|
method: "put"
|
|
246
246
|
},
|
|
247
|
-
|
|
247
|
+
listTypes: {
|
|
248
248
|
path: "/3/assets/types",
|
|
249
249
|
method: "get"
|
|
250
250
|
},
|
|
251
|
-
|
|
251
|
+
createType: {
|
|
252
252
|
path: "/3/assets/types",
|
|
253
253
|
method: "post"
|
|
254
254
|
},
|
|
255
|
-
|
|
255
|
+
getType: {
|
|
256
256
|
path: "/3/assets/types/{id}",
|
|
257
257
|
method: "get"
|
|
258
258
|
},
|
|
259
|
-
|
|
259
|
+
updateType: {
|
|
260
260
|
path: "/3/assets/types/{id}",
|
|
261
261
|
method: "put"
|
|
262
262
|
},
|
|
263
|
-
|
|
263
|
+
deleteType: {
|
|
264
264
|
path: "/3/assets/types/{id}",
|
|
265
265
|
method: "delete"
|
|
266
266
|
},
|
|
267
|
-
|
|
267
|
+
writeDown: {
|
|
268
268
|
path: "/3/assets/writedown/{Id}",
|
|
269
269
|
method: "put"
|
|
270
270
|
},
|
|
271
|
-
|
|
271
|
+
writeUp: {
|
|
272
272
|
path: "/3/assets/writeup/{Id}",
|
|
273
273
|
method: "put"
|
|
274
274
|
},
|
|
275
|
-
|
|
275
|
+
get: {
|
|
276
276
|
path: "/3/assets/{Id}",
|
|
277
277
|
method: "get"
|
|
278
278
|
},
|
|
279
|
-
|
|
279
|
+
update: {
|
|
280
280
|
path: "/3/assets/{Id}",
|
|
281
281
|
method: "put"
|
|
282
282
|
},
|
|
283
|
-
|
|
283
|
+
delete: {
|
|
284
284
|
path: "/3/assets/{Id}",
|
|
285
285
|
method: "delete"
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
attendancetransactions: {
|
|
289
|
+
getList: {
|
|
290
290
|
path: "/3/attendancetransactions",
|
|
291
291
|
method: "get"
|
|
292
292
|
},
|
|
293
|
-
|
|
293
|
+
create: {
|
|
294
294
|
path: "/3/attendancetransactions",
|
|
295
295
|
method: "post"
|
|
296
296
|
},
|
|
297
|
-
|
|
297
|
+
get: {
|
|
298
298
|
path: "/3/attendancetransactions/{id}",
|
|
299
299
|
method: "get"
|
|
300
300
|
},
|
|
301
|
-
|
|
301
|
+
update: {
|
|
302
302
|
path: "/3/attendancetransactions/{id}",
|
|
303
303
|
method: "put"
|
|
304
304
|
},
|
|
305
|
-
|
|
305
|
+
delete: {
|
|
306
306
|
path: "/3/attendancetransactions/{id}",
|
|
307
307
|
method: "delete"
|
|
308
308
|
},
|
|
309
|
-
|
|
309
|
+
listByEmployeeDateCode: {
|
|
310
310
|
path: "/3/attendancetransactions/{id}/{Date}/{Code}",
|
|
311
311
|
method: "get"
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
|
-
|
|
314
|
+
companyinformation: { get: {
|
|
315
315
|
path: "/3/companyinformation",
|
|
316
316
|
method: "get"
|
|
317
317
|
} },
|
|
318
|
-
|
|
319
|
-
|
|
318
|
+
contractaccruals: {
|
|
319
|
+
getList: {
|
|
320
320
|
path: "/3/contractaccruals",
|
|
321
321
|
method: "get"
|
|
322
322
|
},
|
|
323
|
-
|
|
323
|
+
create: {
|
|
324
324
|
path: "/3/contractaccruals",
|
|
325
325
|
method: "post"
|
|
326
326
|
},
|
|
327
|
-
|
|
327
|
+
get: {
|
|
328
328
|
path: "/3/contractaccruals/{DocumentNumber}",
|
|
329
329
|
method: "get"
|
|
330
330
|
},
|
|
331
|
-
|
|
331
|
+
update: {
|
|
332
332
|
path: "/3/contractaccruals/{DocumentNumber}",
|
|
333
333
|
method: "put"
|
|
334
334
|
},
|
|
335
|
-
|
|
335
|
+
delete: {
|
|
336
336
|
path: "/3/contractaccruals/{DocumentNumber}",
|
|
337
337
|
method: "delete"
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
|
-
|
|
341
|
-
|
|
340
|
+
contracts: {
|
|
341
|
+
getList: {
|
|
342
342
|
path: "/3/contracts",
|
|
343
343
|
method: "get"
|
|
344
344
|
},
|
|
345
|
-
|
|
345
|
+
create: {
|
|
346
346
|
path: "/3/contracts",
|
|
347
347
|
method: "post"
|
|
348
348
|
},
|
|
349
|
-
|
|
349
|
+
get: {
|
|
350
350
|
path: "/3/contracts/{DocumentNumber}",
|
|
351
351
|
method: "get"
|
|
352
352
|
},
|
|
353
|
-
|
|
353
|
+
update: {
|
|
354
354
|
path: "/3/contracts/{DocumentNumber}",
|
|
355
355
|
method: "put"
|
|
356
356
|
},
|
|
357
|
-
|
|
357
|
+
createInvoice: {
|
|
358
358
|
path: "/3/contracts/{DocumentNumber}/createinvoice",
|
|
359
359
|
method: "put"
|
|
360
360
|
},
|
|
361
|
-
|
|
361
|
+
finish: {
|
|
362
362
|
path: "/3/contracts/{DocumentNumber}/finish",
|
|
363
363
|
method: "put"
|
|
364
364
|
},
|
|
365
|
-
|
|
365
|
+
increaseInvoiceCount: {
|
|
366
366
|
path: "/3/contracts/{DocumentNumber}/increaseinvoicecount",
|
|
367
367
|
method: "put"
|
|
368
368
|
}
|
|
369
369
|
},
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
contracttemplates: {
|
|
371
|
+
getList: {
|
|
372
372
|
path: "/3/contracttemplates",
|
|
373
373
|
method: "get"
|
|
374
374
|
},
|
|
375
|
-
|
|
375
|
+
create: {
|
|
376
376
|
path: "/3/contracttemplates",
|
|
377
377
|
method: "post"
|
|
378
378
|
},
|
|
379
|
-
|
|
379
|
+
get: {
|
|
380
380
|
path: "/3/contracttemplates/{TemplateNumber}",
|
|
381
381
|
method: "get"
|
|
382
382
|
},
|
|
383
|
-
|
|
383
|
+
update: {
|
|
384
384
|
path: "/3/contracttemplates/{TemplateNumber}",
|
|
385
385
|
method: "put"
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
|
-
|
|
389
|
-
|
|
388
|
+
costcenters: {
|
|
389
|
+
getList: {
|
|
390
390
|
path: "/3/costcenters",
|
|
391
391
|
method: "get"
|
|
392
392
|
},
|
|
393
|
-
|
|
393
|
+
create: {
|
|
394
394
|
path: "/3/costcenters",
|
|
395
395
|
method: "post"
|
|
396
396
|
},
|
|
397
|
-
|
|
397
|
+
get: {
|
|
398
398
|
path: "/3/costcenters/{Code}",
|
|
399
399
|
method: "get"
|
|
400
400
|
},
|
|
401
|
-
|
|
401
|
+
update: {
|
|
402
402
|
path: "/3/costcenters/{Code}",
|
|
403
403
|
method: "put"
|
|
404
404
|
},
|
|
405
|
-
|
|
405
|
+
delete: {
|
|
406
406
|
path: "/3/costcenters/{Code}",
|
|
407
407
|
method: "delete"
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
|
-
|
|
411
|
-
|
|
410
|
+
currencies: {
|
|
411
|
+
getList: {
|
|
412
412
|
path: "/3/currencies",
|
|
413
413
|
method: "get"
|
|
414
414
|
},
|
|
415
|
-
|
|
415
|
+
create: {
|
|
416
416
|
path: "/3/currencies",
|
|
417
417
|
method: "post"
|
|
418
418
|
},
|
|
419
|
-
|
|
419
|
+
get: {
|
|
420
420
|
path: "/3/currencies/{Code}",
|
|
421
421
|
method: "get"
|
|
422
422
|
},
|
|
423
|
-
|
|
423
|
+
update: {
|
|
424
424
|
path: "/3/currencies/{Code}",
|
|
425
425
|
method: "put"
|
|
426
426
|
},
|
|
427
|
-
|
|
427
|
+
delete: {
|
|
428
428
|
path: "/3/currencies/{Code}",
|
|
429
429
|
method: "delete"
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
|
-
|
|
433
|
-
|
|
432
|
+
customerreferences: {
|
|
433
|
+
getList: {
|
|
434
434
|
path: "/3/customerreferences",
|
|
435
435
|
method: "get"
|
|
436
436
|
},
|
|
437
|
-
|
|
437
|
+
create: {
|
|
438
438
|
path: "/3/customerreferences",
|
|
439
439
|
method: "post"
|
|
440
440
|
},
|
|
441
|
-
|
|
441
|
+
get: {
|
|
442
442
|
path: "/3/customerreferences/{CustomerReferenceRowId}",
|
|
443
443
|
method: "get"
|
|
444
444
|
},
|
|
445
|
-
|
|
445
|
+
update: {
|
|
446
446
|
path: "/3/customerreferences/{CustomerReferenceRowId}",
|
|
447
447
|
method: "put"
|
|
448
448
|
},
|
|
449
|
-
|
|
449
|
+
delete: {
|
|
450
450
|
path: "/3/customerreferences/{CustomerReferenceRowId}",
|
|
451
451
|
method: "delete"
|
|
452
452
|
}
|
|
453
453
|
},
|
|
454
|
-
|
|
455
|
-
|
|
454
|
+
customers: {
|
|
455
|
+
getList: {
|
|
456
456
|
path: "/3/customers",
|
|
457
457
|
method: "get"
|
|
458
458
|
},
|
|
459
|
-
|
|
459
|
+
create: {
|
|
460
460
|
path: "/3/customers",
|
|
461
461
|
method: "post"
|
|
462
462
|
},
|
|
463
|
-
|
|
463
|
+
get: {
|
|
464
464
|
path: "/3/customers/{CustomerNumber}",
|
|
465
465
|
method: "get"
|
|
466
466
|
},
|
|
467
|
-
|
|
467
|
+
update: {
|
|
468
468
|
path: "/3/customers/{CustomerNumber}",
|
|
469
469
|
method: "put"
|
|
470
470
|
},
|
|
471
|
-
|
|
471
|
+
delete: {
|
|
472
472
|
path: "/3/customers/{CustomerNumber}",
|
|
473
473
|
method: "delete"
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
|
-
|
|
477
|
-
|
|
476
|
+
emailsenders: {
|
|
477
|
+
getList: {
|
|
478
478
|
path: "/3/emailsenders",
|
|
479
479
|
method: "get"
|
|
480
480
|
},
|
|
481
|
-
|
|
481
|
+
addTrusted: {
|
|
482
482
|
path: "/3/emailsenders/trusted",
|
|
483
483
|
method: "post"
|
|
484
484
|
},
|
|
485
|
-
|
|
485
|
+
removeTrusted: {
|
|
486
486
|
path: "/3/emailsenders/trusted/{Id}",
|
|
487
487
|
method: "delete"
|
|
488
488
|
}
|
|
489
489
|
},
|
|
490
|
-
|
|
491
|
-
|
|
490
|
+
employees: {
|
|
491
|
+
getList: {
|
|
492
492
|
path: "/3/employees",
|
|
493
493
|
method: "get"
|
|
494
494
|
},
|
|
495
|
-
|
|
495
|
+
create: {
|
|
496
496
|
path: "/3/employees",
|
|
497
497
|
method: "post"
|
|
498
498
|
},
|
|
499
|
-
|
|
499
|
+
get: {
|
|
500
500
|
path: "/3/employees/{EmployeeId}",
|
|
501
501
|
method: "get"
|
|
502
502
|
},
|
|
503
|
-
|
|
503
|
+
update: {
|
|
504
504
|
path: "/3/employees/{EmployeeId}",
|
|
505
505
|
method: "put"
|
|
506
506
|
}
|
|
507
507
|
},
|
|
508
|
-
|
|
508
|
+
euvatlimitregulation: { get: {
|
|
509
509
|
path: "/3/euvatlimitregulation",
|
|
510
510
|
method: "get"
|
|
511
511
|
} },
|
|
512
|
-
|
|
513
|
-
|
|
512
|
+
expenses: {
|
|
513
|
+
getList: {
|
|
514
514
|
path: "/3/expenses",
|
|
515
515
|
method: "get"
|
|
516
516
|
},
|
|
517
|
-
|
|
517
|
+
create: {
|
|
518
518
|
path: "/3/expenses",
|
|
519
519
|
method: "post"
|
|
520
520
|
},
|
|
521
|
-
|
|
521
|
+
get: {
|
|
522
522
|
path: "/3/expenses/{ExpenseCode}",
|
|
523
523
|
method: "get"
|
|
524
524
|
}
|
|
525
525
|
},
|
|
526
|
-
|
|
527
|
-
|
|
526
|
+
fileattachments: {
|
|
527
|
+
getList: {
|
|
528
528
|
path: "/api/fileattachments/attachments-v1",
|
|
529
529
|
method: "get"
|
|
530
530
|
},
|
|
531
|
-
|
|
531
|
+
attach: {
|
|
532
532
|
path: "/api/fileattachments/attachments-v1",
|
|
533
533
|
method: "post"
|
|
534
534
|
},
|
|
535
|
-
|
|
535
|
+
getNumberOfAttachments: {
|
|
536
536
|
path: "/api/fileattachments/attachments-v1/numberofattachments",
|
|
537
537
|
method: "get"
|
|
538
538
|
},
|
|
539
|
-
|
|
539
|
+
validateIncludedOnSend: {
|
|
540
540
|
path: "/api/fileattachments/attachments-v1/validateincludedonsend",
|
|
541
541
|
method: "post"
|
|
542
542
|
},
|
|
543
|
-
|
|
543
|
+
update: {
|
|
544
544
|
path: "/api/fileattachments/attachments-v1/{attachmentId}",
|
|
545
545
|
method: "put"
|
|
546
546
|
},
|
|
547
|
-
|
|
547
|
+
detach: {
|
|
548
548
|
path: "/api/fileattachments/attachments-v1/{attachmentId}",
|
|
549
549
|
method: "delete"
|
|
550
550
|
}
|
|
551
551
|
},
|
|
552
|
-
|
|
553
|
-
|
|
552
|
+
financialyears: {
|
|
553
|
+
getList: {
|
|
554
554
|
path: "/3/financialyears",
|
|
555
555
|
method: "get"
|
|
556
556
|
},
|
|
557
|
-
|
|
557
|
+
create: {
|
|
558
558
|
path: "/3/financialyears",
|
|
559
559
|
method: "post"
|
|
560
560
|
},
|
|
561
|
-
|
|
561
|
+
get: {
|
|
562
562
|
path: "/3/financialyears/{Id}",
|
|
563
563
|
method: "get"
|
|
564
564
|
}
|
|
565
565
|
},
|
|
566
|
-
|
|
567
|
-
|
|
566
|
+
inbox: {
|
|
567
|
+
getList: {
|
|
568
568
|
path: "/3/inbox",
|
|
569
569
|
method: "get"
|
|
570
570
|
},
|
|
571
|
-
|
|
571
|
+
upload: {
|
|
572
572
|
path: "/3/inbox",
|
|
573
573
|
method: "post"
|
|
574
574
|
},
|
|
575
|
-
|
|
575
|
+
get: {
|
|
576
576
|
path: "/3/inbox/{Id}",
|
|
577
577
|
method: "get"
|
|
578
578
|
},
|
|
579
|
-
|
|
579
|
+
delete: {
|
|
580
580
|
path: "/3/inbox/{Id}",
|
|
581
581
|
method: "delete"
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
|
-
|
|
585
|
-
|
|
584
|
+
integrationDeveloper: {
|
|
585
|
+
listRatings: {
|
|
586
586
|
path: "/api/integration-developer/ratings-v1",
|
|
587
587
|
method: "get"
|
|
588
588
|
},
|
|
589
|
-
|
|
589
|
+
getSalesForIntegration: {
|
|
590
590
|
path: "/api/integration-developer/sales-v1/{integrationId}",
|
|
591
591
|
method: "get"
|
|
592
592
|
},
|
|
593
|
-
|
|
593
|
+
getUsersForIntegrationAndTenant: {
|
|
594
594
|
path: "/api/integration-developer/users/users-v1/{integrationId}/{tenantId}",
|
|
595
595
|
method: "get"
|
|
596
596
|
}
|
|
597
597
|
},
|
|
598
|
-
|
|
599
|
-
|
|
598
|
+
integrationPartner: {
|
|
599
|
+
getSalesForApp: {
|
|
600
600
|
path: "/api/integration-partner/apps/sales-v1/{appId}",
|
|
601
601
|
method: "get"
|
|
602
602
|
},
|
|
603
|
-
|
|
603
|
+
getSalesForAppAndTenant: {
|
|
604
604
|
path: "/api/integration-partner/apps/sales-v1/{appId}/{tenantId}",
|
|
605
605
|
method: "get"
|
|
606
606
|
}
|
|
607
607
|
},
|
|
608
|
-
|
|
609
|
-
|
|
608
|
+
invoiceaccruals: {
|
|
609
|
+
getList: {
|
|
610
610
|
path: "/3/invoiceaccruals",
|
|
611
611
|
method: "get"
|
|
612
612
|
},
|
|
613
|
-
|
|
613
|
+
create: {
|
|
614
614
|
path: "/3/invoiceaccruals",
|
|
615
615
|
method: "post"
|
|
616
616
|
},
|
|
617
|
-
|
|
617
|
+
get: {
|
|
618
618
|
path: "/3/invoiceaccruals/{InvoiceNumber}",
|
|
619
619
|
method: "get"
|
|
620
620
|
},
|
|
621
|
-
|
|
621
|
+
update: {
|
|
622
622
|
path: "/3/invoiceaccruals/{InvoiceNumber}",
|
|
623
623
|
method: "put"
|
|
624
624
|
},
|
|
625
|
-
|
|
625
|
+
delete: {
|
|
626
626
|
path: "/3/invoiceaccruals/{InvoiceNumber}",
|
|
627
627
|
method: "delete"
|
|
628
628
|
}
|
|
629
629
|
},
|
|
630
|
-
|
|
631
|
-
|
|
630
|
+
invoicepayments: {
|
|
631
|
+
getList: {
|
|
632
632
|
path: "/3/invoicepayments",
|
|
633
633
|
method: "get"
|
|
634
634
|
},
|
|
635
|
-
|
|
635
|
+
create: {
|
|
636
636
|
path: "/3/invoicepayments",
|
|
637
637
|
method: "post"
|
|
638
638
|
},
|
|
639
|
-
|
|
639
|
+
get: {
|
|
640
640
|
path: "/3/invoicepayments/{Number}",
|
|
641
641
|
method: "get"
|
|
642
642
|
},
|
|
643
|
-
|
|
643
|
+
update: {
|
|
644
644
|
path: "/3/invoicepayments/{Number}",
|
|
645
645
|
method: "put"
|
|
646
646
|
},
|
|
647
|
-
|
|
647
|
+
delete: {
|
|
648
648
|
path: "/3/invoicepayments/{Number}",
|
|
649
649
|
method: "delete"
|
|
650
650
|
},
|
|
651
|
-
|
|
651
|
+
bookkeep: {
|
|
652
652
|
path: "/3/invoicepayments/{Number}/bookkeep",
|
|
653
653
|
method: "put"
|
|
654
654
|
}
|
|
655
655
|
},
|
|
656
|
-
|
|
657
|
-
|
|
656
|
+
invoices: {
|
|
657
|
+
getList: {
|
|
658
658
|
path: "/3/invoices",
|
|
659
659
|
method: "get"
|
|
660
660
|
},
|
|
661
|
-
|
|
661
|
+
create: {
|
|
662
662
|
path: "/3/invoices",
|
|
663
663
|
method: "post"
|
|
664
664
|
},
|
|
665
|
-
|
|
665
|
+
get: {
|
|
666
666
|
path: "/3/invoices/{DocumentNumber}",
|
|
667
667
|
method: "get"
|
|
668
668
|
},
|
|
669
|
-
|
|
669
|
+
update: {
|
|
670
670
|
path: "/3/invoices/{DocumentNumber}",
|
|
671
671
|
method: "put"
|
|
672
672
|
},
|
|
673
|
-
|
|
673
|
+
bookkeep: {
|
|
674
674
|
path: "/3/invoices/{DocumentNumber}/bookkeep",
|
|
675
675
|
method: "put"
|
|
676
676
|
},
|
|
677
|
-
|
|
677
|
+
cancel: {
|
|
678
678
|
path: "/3/invoices/{DocumentNumber}/cancel",
|
|
679
679
|
method: "put"
|
|
680
680
|
},
|
|
681
|
-
|
|
681
|
+
credit: {
|
|
682
682
|
path: "/3/invoices/{DocumentNumber}/credit",
|
|
683
683
|
method: "put"
|
|
684
684
|
},
|
|
685
|
-
|
|
685
|
+
sendEinvoice: {
|
|
686
686
|
path: "/3/invoices/{DocumentNumber}/einvoice",
|
|
687
687
|
method: "get"
|
|
688
688
|
},
|
|
689
|
-
|
|
689
|
+
sendEmail: {
|
|
690
690
|
path: "/3/invoices/{DocumentNumber}/email",
|
|
691
691
|
method: "get"
|
|
692
692
|
},
|
|
693
|
-
|
|
693
|
+
sendEprint: {
|
|
694
694
|
path: "/3/invoices/{DocumentNumber}/eprint",
|
|
695
695
|
method: "get"
|
|
696
696
|
},
|
|
697
|
-
|
|
697
|
+
markAsSent: {
|
|
698
698
|
path: "/3/invoices/{DocumentNumber}/externalprint",
|
|
699
699
|
method: "put"
|
|
700
700
|
},
|
|
701
|
-
|
|
701
|
+
getPreview: {
|
|
702
702
|
path: "/3/invoices/{DocumentNumber}/preview",
|
|
703
703
|
method: "get"
|
|
704
704
|
},
|
|
705
|
-
|
|
705
|
+
print: {
|
|
706
706
|
path: "/3/invoices/{DocumentNumber}/print",
|
|
707
707
|
method: "get"
|
|
708
708
|
},
|
|
709
|
-
|
|
709
|
+
printReminder: {
|
|
710
710
|
path: "/3/invoices/{DocumentNumber}/printreminder",
|
|
711
711
|
method: "get"
|
|
712
712
|
},
|
|
713
|
-
|
|
713
|
+
setWarehouseReady: {
|
|
714
714
|
path: "/3/invoices/{DocumentNumber}/warehouseready",
|
|
715
715
|
method: "put"
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
|
-
|
|
719
|
-
|
|
718
|
+
labels: {
|
|
719
|
+
getList: {
|
|
720
720
|
path: "/3/labels",
|
|
721
721
|
method: "get"
|
|
722
722
|
},
|
|
723
|
-
|
|
723
|
+
create: {
|
|
724
724
|
path: "/3/labels",
|
|
725
725
|
method: "post"
|
|
726
726
|
},
|
|
727
|
-
|
|
727
|
+
update: {
|
|
728
728
|
path: "/3/labels/{Id}",
|
|
729
729
|
method: "put"
|
|
730
730
|
},
|
|
731
|
-
|
|
731
|
+
delete: {
|
|
732
732
|
path: "/3/labels/{Id}",
|
|
733
733
|
method: "delete"
|
|
734
734
|
}
|
|
735
735
|
},
|
|
736
|
-
|
|
736
|
+
me: { get: {
|
|
737
737
|
path: "/3/me",
|
|
738
738
|
method: "get"
|
|
739
739
|
} },
|
|
740
|
-
|
|
741
|
-
|
|
740
|
+
modesofpayments: {
|
|
741
|
+
getList: {
|
|
742
742
|
path: "/3/modesofpayments",
|
|
743
743
|
method: "get"
|
|
744
744
|
},
|
|
745
|
-
|
|
745
|
+
create: {
|
|
746
746
|
path: "/3/modesofpayments",
|
|
747
747
|
method: "post"
|
|
748
748
|
},
|
|
749
|
-
|
|
749
|
+
get: {
|
|
750
750
|
path: "/3/modesofpayments/{Code}",
|
|
751
751
|
method: "get"
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
update: {
|
|
754
754
|
path: "/3/modesofpayments/{Code}",
|
|
755
755
|
method: "put"
|
|
756
756
|
},
|
|
757
|
-
|
|
757
|
+
delete: {
|
|
758
758
|
path: "/3/modesofpayments/{Code}",
|
|
759
759
|
method: "delete"
|
|
760
760
|
}
|
|
761
761
|
},
|
|
762
|
-
|
|
763
|
-
|
|
762
|
+
noxfinansinvoices: {
|
|
763
|
+
send: {
|
|
764
764
|
path: "/3/noxfinansinvoices",
|
|
765
765
|
method: "post"
|
|
766
766
|
},
|
|
767
|
-
|
|
767
|
+
get: {
|
|
768
768
|
path: "/3/noxfinansinvoices/{InvoiceNumber}",
|
|
769
769
|
method: "get"
|
|
770
770
|
},
|
|
771
|
-
|
|
771
|
+
pause: {
|
|
772
772
|
path: "/3/noxfinansinvoices/{InvoiceNumber}/pause",
|
|
773
773
|
method: "put"
|
|
774
774
|
},
|
|
775
|
-
|
|
775
|
+
reportPayment: {
|
|
776
776
|
path: "/3/noxfinansinvoices/{InvoiceNumber}/report-payment",
|
|
777
777
|
method: "put"
|
|
778
778
|
},
|
|
779
|
-
|
|
779
|
+
stop: {
|
|
780
780
|
path: "/3/noxfinansinvoices/{InvoiceNumber}/stop",
|
|
781
781
|
method: "put"
|
|
782
782
|
},
|
|
783
|
-
|
|
783
|
+
takeFees: {
|
|
784
784
|
path: "/3/noxfinansinvoices/{InvoiceNumber}/take-fees",
|
|
785
785
|
method: "put"
|
|
786
786
|
},
|
|
787
|
-
|
|
787
|
+
unpause: {
|
|
788
788
|
path: "/3/noxfinansinvoices/{InvoiceNumber}/unpause",
|
|
789
789
|
method: "put"
|
|
790
790
|
}
|
|
791
791
|
},
|
|
792
|
-
|
|
793
|
-
|
|
792
|
+
offers: {
|
|
793
|
+
getList: {
|
|
794
794
|
path: "/3/offers",
|
|
795
795
|
method: "get"
|
|
796
796
|
},
|
|
797
|
-
|
|
797
|
+
create: {
|
|
798
798
|
path: "/3/offers",
|
|
799
799
|
method: "post"
|
|
800
800
|
},
|
|
801
|
-
|
|
801
|
+
get: {
|
|
802
802
|
path: "/3/offers/{DocumentNumber}",
|
|
803
803
|
method: "get"
|
|
804
804
|
},
|
|
805
|
-
|
|
805
|
+
update: {
|
|
806
806
|
path: "/3/offers/{DocumentNumber}",
|
|
807
807
|
method: "put"
|
|
808
808
|
},
|
|
809
|
-
|
|
809
|
+
cancel: {
|
|
810
810
|
path: "/3/offers/{DocumentNumber}/cancel",
|
|
811
811
|
method: "put"
|
|
812
812
|
},
|
|
813
|
-
|
|
813
|
+
createInvoice: {
|
|
814
814
|
path: "/3/offers/{DocumentNumber}/createinvoice",
|
|
815
815
|
method: "put"
|
|
816
816
|
},
|
|
817
|
-
|
|
817
|
+
createOrder: {
|
|
818
818
|
path: "/3/offers/{DocumentNumber}/createorder",
|
|
819
819
|
method: "put"
|
|
820
820
|
},
|
|
821
|
-
|
|
821
|
+
sendEmail: {
|
|
822
822
|
path: "/3/offers/{DocumentNumber}/email",
|
|
823
823
|
method: "get"
|
|
824
824
|
},
|
|
825
|
-
|
|
825
|
+
markAsSent: {
|
|
826
826
|
path: "/3/offers/{DocumentNumber}/externalprint",
|
|
827
827
|
method: "put"
|
|
828
828
|
},
|
|
829
|
-
|
|
829
|
+
getPreview: {
|
|
830
830
|
path: "/3/offers/{DocumentNumber}/preview",
|
|
831
831
|
method: "get"
|
|
832
832
|
},
|
|
833
|
-
|
|
833
|
+
print: {
|
|
834
834
|
path: "/3/offers/{DocumentNumber}/print",
|
|
835
835
|
method: "get"
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
|
-
|
|
839
|
-
|
|
838
|
+
orders: {
|
|
839
|
+
getList: {
|
|
840
840
|
path: "/3/orders",
|
|
841
841
|
method: "get"
|
|
842
842
|
},
|
|
843
|
-
|
|
843
|
+
create: {
|
|
844
844
|
path: "/3/orders",
|
|
845
845
|
method: "post"
|
|
846
846
|
},
|
|
847
|
-
|
|
847
|
+
get: {
|
|
848
848
|
path: "/3/orders/{DocumentNumber}",
|
|
849
849
|
method: "get"
|
|
850
850
|
},
|
|
851
|
-
|
|
851
|
+
update: {
|
|
852
852
|
path: "/3/orders/{DocumentNumber}",
|
|
853
853
|
method: "put"
|
|
854
854
|
},
|
|
855
|
-
|
|
855
|
+
cancel: {
|
|
856
856
|
path: "/3/orders/{DocumentNumber}/cancel",
|
|
857
857
|
method: "put"
|
|
858
858
|
},
|
|
859
|
-
|
|
859
|
+
createInvoice: {
|
|
860
860
|
path: "/3/orders/{DocumentNumber}/createinvoice",
|
|
861
861
|
method: "put"
|
|
862
862
|
},
|
|
863
|
-
|
|
863
|
+
sendEmail: {
|
|
864
864
|
path: "/3/orders/{DocumentNumber}/email",
|
|
865
865
|
method: "get"
|
|
866
866
|
},
|
|
867
|
-
|
|
867
|
+
markAsSent: {
|
|
868
868
|
path: "/3/orders/{DocumentNumber}/externalprint",
|
|
869
869
|
method: "put"
|
|
870
870
|
},
|
|
871
|
-
|
|
871
|
+
getPreview: {
|
|
872
872
|
path: "/3/orders/{DocumentNumber}/preview",
|
|
873
873
|
method: "get"
|
|
874
874
|
},
|
|
875
|
-
|
|
875
|
+
print: {
|
|
876
876
|
path: "/3/orders/{DocumentNumber}/print",
|
|
877
877
|
method: "get"
|
|
878
878
|
}
|
|
879
879
|
},
|
|
880
|
-
|
|
881
|
-
|
|
880
|
+
predefinedaccounts: {
|
|
881
|
+
getList: {
|
|
882
882
|
path: "/3/predefinedaccounts",
|
|
883
883
|
method: "get"
|
|
884
884
|
},
|
|
885
|
-
|
|
885
|
+
get: {
|
|
886
886
|
path: "/3/predefinedaccounts/{name}",
|
|
887
887
|
method: "get"
|
|
888
888
|
},
|
|
889
|
-
|
|
889
|
+
update: {
|
|
890
890
|
path: "/3/predefinedaccounts/{name}",
|
|
891
891
|
method: "put"
|
|
892
892
|
}
|
|
893
893
|
},
|
|
894
|
-
|
|
895
|
-
|
|
894
|
+
predefinedvoucherseries: {
|
|
895
|
+
getList: {
|
|
896
896
|
path: "/3/predefinedvoucherseries",
|
|
897
897
|
method: "get"
|
|
898
898
|
},
|
|
899
|
-
|
|
899
|
+
get: {
|
|
900
900
|
path: "/3/predefinedvoucherseries/{Name}",
|
|
901
901
|
method: "get"
|
|
902
902
|
},
|
|
903
|
-
|
|
903
|
+
update: {
|
|
904
904
|
path: "/3/predefinedvoucherseries/{Name}",
|
|
905
905
|
method: "put"
|
|
906
906
|
}
|
|
907
907
|
},
|
|
908
|
-
|
|
909
|
-
|
|
908
|
+
pricelists: {
|
|
909
|
+
getList: {
|
|
910
910
|
path: "/3/pricelists",
|
|
911
911
|
method: "get"
|
|
912
912
|
},
|
|
913
|
-
|
|
913
|
+
create: {
|
|
914
914
|
path: "/3/pricelists",
|
|
915
915
|
method: "post"
|
|
916
916
|
},
|
|
917
|
-
|
|
917
|
+
get: {
|
|
918
918
|
path: "/3/pricelists/{Code}",
|
|
919
919
|
method: "get"
|
|
920
920
|
},
|
|
921
|
-
|
|
921
|
+
update: {
|
|
922
922
|
path: "/3/pricelists/{Code}",
|
|
923
923
|
method: "put"
|
|
924
924
|
}
|
|
925
925
|
},
|
|
926
|
-
|
|
927
|
-
|
|
926
|
+
prices: {
|
|
927
|
+
getList: {
|
|
928
928
|
path: "/3/prices",
|
|
929
929
|
method: "get"
|
|
930
930
|
},
|
|
931
|
-
|
|
931
|
+
create: {
|
|
932
932
|
path: "/3/prices",
|
|
933
933
|
method: "post"
|
|
934
934
|
},
|
|
935
|
-
|
|
935
|
+
getSubList: {
|
|
936
936
|
path: "/3/prices/sublist/{PriceList}/{ArticleNumber}",
|
|
937
937
|
method: "get"
|
|
938
938
|
},
|
|
939
|
-
|
|
939
|
+
get: {
|
|
940
940
|
path: "/3/prices/{PriceList}/{ArticleNumber}",
|
|
941
941
|
method: "get"
|
|
942
942
|
},
|
|
943
|
-
|
|
943
|
+
update: {
|
|
944
944
|
path: "/3/prices/{PriceList}/{ArticleNumber}",
|
|
945
945
|
method: "put"
|
|
946
946
|
},
|
|
947
|
-
|
|
947
|
+
getByFromQuantity: {
|
|
948
948
|
path: "/3/prices/{PriceList}/{ArticleNumber}/{FromQuantity}",
|
|
949
949
|
method: "get"
|
|
950
950
|
},
|
|
951
|
-
|
|
951
|
+
updateByFromQuantity: {
|
|
952
952
|
path: "/3/prices/{PriceList}/{ArticleNumber}/{FromQuantity}",
|
|
953
953
|
method: "put"
|
|
954
954
|
},
|
|
955
|
-
|
|
955
|
+
deleteByFromQuantity: {
|
|
956
956
|
path: "/3/prices/{PriceList}/{ArticleNumber}/{FromQuantity}",
|
|
957
957
|
method: "delete"
|
|
958
958
|
}
|
|
959
959
|
},
|
|
960
|
-
|
|
960
|
+
printtemplates: { getList: {
|
|
961
961
|
path: "/3/printtemplates",
|
|
962
962
|
method: "get"
|
|
963
963
|
} },
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
projects: {
|
|
965
|
+
getList: {
|
|
966
966
|
path: "/3/projects",
|
|
967
967
|
method: "get"
|
|
968
968
|
},
|
|
969
|
-
|
|
969
|
+
create: {
|
|
970
970
|
path: "/3/projects",
|
|
971
971
|
method: "post"
|
|
972
972
|
},
|
|
973
|
-
|
|
973
|
+
get: {
|
|
974
974
|
path: "/3/projects/{ProjectNumber}",
|
|
975
975
|
method: "get"
|
|
976
976
|
},
|
|
977
|
-
|
|
977
|
+
update: {
|
|
978
978
|
path: "/3/projects/{ProjectNumber}",
|
|
979
979
|
method: "put"
|
|
980
980
|
},
|
|
981
|
-
|
|
981
|
+
delete: {
|
|
982
982
|
path: "/3/projects/{ProjectNumber}",
|
|
983
983
|
method: "delete"
|
|
984
984
|
}
|
|
985
985
|
},
|
|
986
|
-
|
|
987
|
-
|
|
986
|
+
salarytransactions: {
|
|
987
|
+
getList: {
|
|
988
988
|
path: "/3/salarytransactions",
|
|
989
989
|
method: "get"
|
|
990
990
|
},
|
|
991
|
-
|
|
991
|
+
create: {
|
|
992
992
|
path: "/3/salarytransactions",
|
|
993
993
|
method: "post"
|
|
994
994
|
},
|
|
995
|
-
|
|
995
|
+
get: {
|
|
996
996
|
path: "/3/salarytransactions/{SalaryRow}",
|
|
997
997
|
method: "get"
|
|
998
998
|
},
|
|
999
|
-
|
|
999
|
+
update: {
|
|
1000
1000
|
path: "/3/salarytransactions/{SalaryRow}",
|
|
1001
1001
|
method: "put"
|
|
1002
1002
|
},
|
|
1003
|
-
|
|
1003
|
+
delete: {
|
|
1004
1004
|
path: "/3/salarytransactions/{SalaryRow}",
|
|
1005
1005
|
method: "delete"
|
|
1006
1006
|
}
|
|
1007
1007
|
},
|
|
1008
|
-
|
|
1009
|
-
|
|
1008
|
+
scheduletimes: {
|
|
1009
|
+
get: {
|
|
1010
1010
|
path: "/3/scheduletimes/{EmployeeId}/{Date}",
|
|
1011
1011
|
method: "get"
|
|
1012
1012
|
},
|
|
1013
|
-
|
|
1013
|
+
update: {
|
|
1014
1014
|
path: "/3/scheduletimes/{EmployeeId}/{Date}",
|
|
1015
1015
|
method: "put"
|
|
1016
1016
|
},
|
|
1017
|
-
|
|
1017
|
+
resetDay: {
|
|
1018
1018
|
path: "/3/scheduletimes/{EmployeeId}/{Date}/resetday",
|
|
1019
1019
|
method: "put"
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
|
-
|
|
1023
|
-
|
|
1022
|
+
settings: {
|
|
1023
|
+
getCompanySettings: {
|
|
1024
1024
|
path: "/3/settings/company",
|
|
1025
1025
|
method: "get"
|
|
1026
1026
|
},
|
|
1027
|
-
|
|
1027
|
+
getLockedPeriod: {
|
|
1028
1028
|
path: "/3/settings/lockedperiod",
|
|
1029
1029
|
method: "get"
|
|
1030
1030
|
}
|
|
1031
1031
|
},
|
|
1032
|
-
|
|
1032
|
+
sie: { get: {
|
|
1033
1033
|
path: "/3/sie/{Type}",
|
|
1034
1034
|
method: "get"
|
|
1035
1035
|
} },
|
|
1036
|
-
|
|
1037
|
-
|
|
1036
|
+
supplierinvoiceaccruals: {
|
|
1037
|
+
getList: {
|
|
1038
1038
|
path: "/3/supplierinvoiceaccruals",
|
|
1039
1039
|
method: "get"
|
|
1040
1040
|
},
|
|
1041
|
-
|
|
1041
|
+
create: {
|
|
1042
1042
|
path: "/3/supplierinvoiceaccruals",
|
|
1043
1043
|
method: "post"
|
|
1044
1044
|
},
|
|
1045
|
-
|
|
1045
|
+
get: {
|
|
1046
1046
|
path: "/3/supplierinvoiceaccruals/{SupplierInvoiceNumber}",
|
|
1047
1047
|
method: "get"
|
|
1048
1048
|
},
|
|
1049
|
-
|
|
1049
|
+
update: {
|
|
1050
1050
|
path: "/3/supplierinvoiceaccruals/{SupplierInvoiceNumber}",
|
|
1051
1051
|
method: "put"
|
|
1052
1052
|
},
|
|
1053
|
-
|
|
1053
|
+
delete: {
|
|
1054
1054
|
path: "/3/supplierinvoiceaccruals/{SupplierInvoiceNumber}",
|
|
1055
1055
|
method: "delete"
|
|
1056
1056
|
}
|
|
1057
1057
|
},
|
|
1058
|
-
|
|
1059
|
-
|
|
1058
|
+
supplierinvoiceexternalurlconnections: {
|
|
1059
|
+
create: {
|
|
1060
1060
|
path: "/3/supplierinvoiceexternalurlconnections",
|
|
1061
1061
|
method: "post"
|
|
1062
1062
|
},
|
|
1063
|
-
|
|
1063
|
+
get: {
|
|
1064
1064
|
path: "/3/supplierinvoiceexternalurlconnections/{Id}",
|
|
1065
1065
|
method: "get"
|
|
1066
1066
|
},
|
|
1067
|
-
|
|
1067
|
+
update: {
|
|
1068
1068
|
path: "/3/supplierinvoiceexternalurlconnections/{Id}",
|
|
1069
1069
|
method: "put"
|
|
1070
1070
|
},
|
|
1071
|
-
|
|
1071
|
+
delete: {
|
|
1072
1072
|
path: "/3/supplierinvoiceexternalurlconnections/{Id}",
|
|
1073
1073
|
method: "delete"
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
|
-
|
|
1077
|
-
|
|
1076
|
+
supplierinvoicefileconnections: {
|
|
1077
|
+
getList: {
|
|
1078
1078
|
path: "/3/supplierinvoicefileconnections",
|
|
1079
1079
|
method: "get"
|
|
1080
1080
|
},
|
|
1081
|
-
|
|
1081
|
+
create: {
|
|
1082
1082
|
path: "/3/supplierinvoicefileconnections",
|
|
1083
1083
|
method: "post"
|
|
1084
1084
|
},
|
|
1085
|
-
|
|
1085
|
+
get: {
|
|
1086
1086
|
path: "/3/supplierinvoicefileconnections/{FileId}",
|
|
1087
1087
|
method: "get"
|
|
1088
1088
|
},
|
|
1089
|
-
|
|
1089
|
+
delete: {
|
|
1090
1090
|
path: "/3/supplierinvoicefileconnections/{FileId}",
|
|
1091
1091
|
method: "delete"
|
|
1092
1092
|
}
|
|
1093
1093
|
},
|
|
1094
|
-
|
|
1095
|
-
|
|
1094
|
+
supplierinvoicepayments: {
|
|
1095
|
+
getList: {
|
|
1096
1096
|
path: "/3/supplierinvoicepayments",
|
|
1097
1097
|
method: "get"
|
|
1098
1098
|
},
|
|
1099
|
-
|
|
1099
|
+
create: {
|
|
1100
1100
|
path: "/3/supplierinvoicepayments",
|
|
1101
1101
|
method: "post"
|
|
1102
1102
|
},
|
|
1103
|
-
|
|
1103
|
+
get: {
|
|
1104
1104
|
path: "/3/supplierinvoicepayments/{Number}",
|
|
1105
1105
|
method: "get"
|
|
1106
1106
|
},
|
|
1107
|
-
|
|
1107
|
+
update: {
|
|
1108
1108
|
path: "/3/supplierinvoicepayments/{Number}",
|
|
1109
1109
|
method: "put"
|
|
1110
1110
|
},
|
|
1111
|
-
|
|
1111
|
+
delete: {
|
|
1112
1112
|
path: "/3/supplierinvoicepayments/{Number}",
|
|
1113
1113
|
method: "delete"
|
|
1114
1114
|
},
|
|
1115
|
-
|
|
1115
|
+
bookkeep: {
|
|
1116
1116
|
path: "/3/supplierinvoicepayments/{Number}/bookkeep",
|
|
1117
1117
|
method: "put"
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
|
-
|
|
1121
|
-
|
|
1120
|
+
supplierinvoices: {
|
|
1121
|
+
getList: {
|
|
1122
1122
|
path: "/3/supplierinvoices",
|
|
1123
1123
|
method: "get"
|
|
1124
1124
|
},
|
|
1125
|
-
|
|
1125
|
+
create: {
|
|
1126
1126
|
path: "/3/supplierinvoices",
|
|
1127
1127
|
method: "post"
|
|
1128
1128
|
},
|
|
1129
|
-
|
|
1129
|
+
get: {
|
|
1130
1130
|
path: "/3/supplierinvoices/{GivenNumber}",
|
|
1131
1131
|
method: "get"
|
|
1132
1132
|
},
|
|
1133
|
-
|
|
1133
|
+
update: {
|
|
1134
1134
|
path: "/3/supplierinvoices/{GivenNumber}",
|
|
1135
1135
|
method: "put"
|
|
1136
1136
|
},
|
|
1137
|
-
|
|
1137
|
+
approvalBookkeep: {
|
|
1138
1138
|
path: "/3/supplierinvoices/{GivenNumber}/approvalbookkeep",
|
|
1139
1139
|
method: "put"
|
|
1140
1140
|
},
|
|
1141
|
-
|
|
1141
|
+
approvalPayment: {
|
|
1142
1142
|
path: "/3/supplierinvoices/{GivenNumber}/approvalpayment",
|
|
1143
1143
|
method: "put"
|
|
1144
1144
|
},
|
|
1145
|
-
|
|
1145
|
+
bookkeep: {
|
|
1146
1146
|
path: "/3/supplierinvoices/{GivenNumber}/bookkeep",
|
|
1147
1147
|
method: "put"
|
|
1148
1148
|
},
|
|
1149
|
-
|
|
1149
|
+
cancel: {
|
|
1150
1150
|
path: "/3/supplierinvoices/{GivenNumber}/cancel",
|
|
1151
1151
|
method: "put"
|
|
1152
1152
|
},
|
|
1153
|
-
|
|
1153
|
+
credit: {
|
|
1154
1154
|
path: "/3/supplierinvoices/{GivenNumber}/credit",
|
|
1155
1155
|
method: "put"
|
|
1156
1156
|
}
|
|
1157
1157
|
},
|
|
1158
|
-
|
|
1159
|
-
|
|
1158
|
+
suppliers: {
|
|
1159
|
+
getList: {
|
|
1160
1160
|
path: "/3/suppliers",
|
|
1161
1161
|
method: "get"
|
|
1162
1162
|
},
|
|
1163
|
-
|
|
1163
|
+
create: {
|
|
1164
1164
|
path: "/3/suppliers",
|
|
1165
1165
|
method: "post"
|
|
1166
1166
|
},
|
|
1167
|
-
|
|
1167
|
+
get: {
|
|
1168
1168
|
path: "/3/suppliers/{SupplierNumber}",
|
|
1169
1169
|
method: "get"
|
|
1170
1170
|
},
|
|
1171
|
-
|
|
1171
|
+
update: {
|
|
1172
1172
|
path: "/3/suppliers/{SupplierNumber}",
|
|
1173
1173
|
method: "put"
|
|
1174
1174
|
}
|
|
1175
1175
|
},
|
|
1176
|
-
|
|
1177
|
-
|
|
1176
|
+
taxreductions: {
|
|
1177
|
+
getList: {
|
|
1178
1178
|
path: "/3/taxreductions",
|
|
1179
1179
|
method: "get"
|
|
1180
1180
|
},
|
|
1181
|
-
|
|
1181
|
+
create: {
|
|
1182
1182
|
path: "/3/taxreductions",
|
|
1183
1183
|
method: "post"
|
|
1184
1184
|
},
|
|
1185
|
-
|
|
1185
|
+
get: {
|
|
1186
1186
|
path: "/3/taxreductions/{Id}",
|
|
1187
1187
|
method: "get"
|
|
1188
1188
|
},
|
|
1189
|
-
|
|
1189
|
+
update: {
|
|
1190
1190
|
path: "/3/taxreductions/{Id}",
|
|
1191
1191
|
method: "put"
|
|
1192
1192
|
},
|
|
1193
|
-
|
|
1193
|
+
delete: {
|
|
1194
1194
|
path: "/3/taxreductions/{Id}",
|
|
1195
1195
|
method: "delete"
|
|
1196
1196
|
}
|
|
1197
1197
|
},
|
|
1198
|
-
|
|
1199
|
-
|
|
1198
|
+
termsofdeliveries: {
|
|
1199
|
+
getList: {
|
|
1200
1200
|
path: "/3/termsofdeliveries",
|
|
1201
1201
|
method: "get"
|
|
1202
1202
|
},
|
|
1203
|
-
|
|
1203
|
+
create: {
|
|
1204
1204
|
path: "/3/termsofdeliveries",
|
|
1205
1205
|
method: "post"
|
|
1206
1206
|
},
|
|
1207
|
-
|
|
1207
|
+
get: {
|
|
1208
1208
|
path: "/3/termsofdeliveries/{Code}",
|
|
1209
1209
|
method: "get"
|
|
1210
1210
|
},
|
|
1211
|
-
|
|
1211
|
+
update: {
|
|
1212
1212
|
path: "/3/termsofdeliveries/{Code}",
|
|
1213
1213
|
method: "put"
|
|
1214
1214
|
}
|
|
1215
1215
|
},
|
|
1216
|
-
|
|
1217
|
-
|
|
1216
|
+
termsofpayments: {
|
|
1217
|
+
getList: {
|
|
1218
1218
|
path: "/3/termsofpayments",
|
|
1219
1219
|
method: "get"
|
|
1220
1220
|
},
|
|
1221
|
-
|
|
1221
|
+
create: {
|
|
1222
1222
|
path: "/3/termsofpayments",
|
|
1223
1223
|
method: "post"
|
|
1224
1224
|
},
|
|
1225
|
-
|
|
1225
|
+
get: {
|
|
1226
1226
|
path: "/3/termsofpayments/{Code}",
|
|
1227
1227
|
method: "get"
|
|
1228
1228
|
},
|
|
1229
|
-
|
|
1229
|
+
update: {
|
|
1230
1230
|
path: "/3/termsofpayments/{Code}",
|
|
1231
1231
|
method: "put"
|
|
1232
1232
|
},
|
|
1233
|
-
|
|
1233
|
+
delete: {
|
|
1234
1234
|
path: "/3/termsofpayments/{Code}",
|
|
1235
1235
|
method: "delete"
|
|
1236
1236
|
}
|
|
1237
1237
|
},
|
|
1238
|
-
|
|
1239
|
-
|
|
1238
|
+
time: {
|
|
1239
|
+
listArticles: {
|
|
1240
1240
|
path: "/api/time/articles-v1",
|
|
1241
1241
|
method: "get"
|
|
1242
1242
|
},
|
|
1243
|
-
|
|
1243
|
+
listRegistrations: {
|
|
1244
1244
|
path: "/api/time/registrations-v2",
|
|
1245
1245
|
method: "get"
|
|
1246
1246
|
}
|
|
1247
1247
|
},
|
|
1248
|
-
|
|
1249
|
-
|
|
1248
|
+
units: {
|
|
1249
|
+
getList: {
|
|
1250
1250
|
path: "/3/units",
|
|
1251
1251
|
method: "get"
|
|
1252
1252
|
},
|
|
1253
|
-
|
|
1253
|
+
create: {
|
|
1254
1254
|
path: "/3/units",
|
|
1255
1255
|
method: "post"
|
|
1256
1256
|
},
|
|
1257
|
-
|
|
1257
|
+
get: {
|
|
1258
1258
|
path: "/3/units/{Code}",
|
|
1259
1259
|
method: "get"
|
|
1260
1260
|
},
|
|
1261
|
-
|
|
1261
|
+
update: {
|
|
1262
1262
|
path: "/3/units/{Code}",
|
|
1263
1263
|
method: "put"
|
|
1264
1264
|
},
|
|
1265
|
-
|
|
1265
|
+
delete: {
|
|
1266
1266
|
path: "/3/units/{Code}",
|
|
1267
1267
|
method: "delete"
|
|
1268
1268
|
}
|
|
1269
1269
|
},
|
|
1270
|
-
|
|
1270
|
+
vacationdebtbasis: { get: {
|
|
1271
1271
|
path: "/3/vacationdebtbasis/{Year}/{Month}",
|
|
1272
1272
|
method: "get"
|
|
1273
1273
|
} },
|
|
1274
|
-
|
|
1275
|
-
|
|
1274
|
+
voucherfileconnections: {
|
|
1275
|
+
getList: {
|
|
1276
1276
|
path: "/3/voucherfileconnections",
|
|
1277
1277
|
method: "get"
|
|
1278
1278
|
},
|
|
1279
|
-
|
|
1279
|
+
create: {
|
|
1280
1280
|
path: "/3/voucherfileconnections",
|
|
1281
1281
|
method: "post"
|
|
1282
1282
|
},
|
|
1283
|
-
|
|
1283
|
+
get: {
|
|
1284
1284
|
path: "/3/voucherfileconnections/{FileId}",
|
|
1285
1285
|
method: "get"
|
|
1286
1286
|
},
|
|
1287
|
-
|
|
1287
|
+
delete: {
|
|
1288
1288
|
path: "/3/voucherfileconnections/{FileId}",
|
|
1289
1289
|
method: "delete"
|
|
1290
1290
|
}
|
|
1291
1291
|
},
|
|
1292
|
-
|
|
1293
|
-
|
|
1292
|
+
vouchers: {
|
|
1293
|
+
getList: {
|
|
1294
1294
|
path: "/3/vouchers",
|
|
1295
1295
|
method: "get"
|
|
1296
1296
|
},
|
|
1297
|
-
|
|
1297
|
+
create: {
|
|
1298
1298
|
path: "/3/vouchers",
|
|
1299
1299
|
method: "post"
|
|
1300
1300
|
},
|
|
1301
|
-
|
|
1301
|
+
getSubList: {
|
|
1302
1302
|
path: "/3/vouchers/sublist",
|
|
1303
1303
|
method: "get"
|
|
1304
1304
|
},
|
|
1305
|
-
|
|
1305
|
+
getSubListBySeries: {
|
|
1306
1306
|
path: "/3/vouchers/sublist/{VoucherSeries}",
|
|
1307
1307
|
method: "get"
|
|
1308
1308
|
},
|
|
1309
|
-
|
|
1309
|
+
get: {
|
|
1310
1310
|
path: "/3/vouchers/{VoucherSeries}/{VoucherNumber}",
|
|
1311
1311
|
method: "get"
|
|
1312
1312
|
}
|
|
1313
1313
|
},
|
|
1314
|
-
|
|
1315
|
-
|
|
1314
|
+
voucherseries: {
|
|
1315
|
+
getList: {
|
|
1316
1316
|
path: "/3/voucherseries",
|
|
1317
1317
|
method: "get"
|
|
1318
1318
|
},
|
|
1319
|
-
|
|
1319
|
+
create: {
|
|
1320
1320
|
path: "/3/voucherseries",
|
|
1321
1321
|
method: "post"
|
|
1322
1322
|
},
|
|
1323
|
-
|
|
1323
|
+
get: {
|
|
1324
1324
|
path: "/3/voucherseries/{Code}",
|
|
1325
1325
|
method: "get"
|
|
1326
1326
|
},
|
|
1327
|
-
|
|
1327
|
+
update: {
|
|
1328
1328
|
path: "/3/voucherseries/{Code}",
|
|
1329
1329
|
method: "put"
|
|
1330
1330
|
}
|
|
1331
1331
|
},
|
|
1332
|
-
|
|
1333
|
-
|
|
1332
|
+
warehouse: {
|
|
1333
|
+
listDeliveries: {
|
|
1334
1334
|
path: "/api/warehouse/deliveries-v1",
|
|
1335
1335
|
method: "get"
|
|
1336
1336
|
},
|
|
1337
|
-
|
|
1337
|
+
createInbound: {
|
|
1338
1338
|
path: "/api/warehouse/deliveries-v1/inbounddeliveries",
|
|
1339
1339
|
method: "post"
|
|
1340
1340
|
},
|
|
1341
|
-
|
|
1341
|
+
getInbound: {
|
|
1342
1342
|
path: "/api/warehouse/deliveries-v1/inbounddeliveries/{id}",
|
|
1343
1343
|
method: "get"
|
|
1344
1344
|
},
|
|
1345
|
-
|
|
1345
|
+
updateInbound: {
|
|
1346
1346
|
path: "/api/warehouse/deliveries-v1/inbounddeliveries/{id}",
|
|
1347
1347
|
method: "put"
|
|
1348
1348
|
},
|
|
1349
|
-
|
|
1349
|
+
updateInboundNote: {
|
|
1350
1350
|
path: "/api/warehouse/deliveries-v1/inbounddeliveries/{id}",
|
|
1351
1351
|
method: "patch"
|
|
1352
1352
|
},
|
|
1353
|
-
|
|
1353
|
+
releaseInbound: {
|
|
1354
1354
|
path: "/api/warehouse/deliveries-v1/inbounddeliveries/{id}/release",
|
|
1355
1355
|
method: "put"
|
|
1356
1356
|
},
|
|
1357
|
-
|
|
1357
|
+
voidInbound: {
|
|
1358
1358
|
path: "/api/warehouse/deliveries-v1/inbounddeliveries/{id}/void",
|
|
1359
1359
|
method: "put"
|
|
1360
1360
|
},
|
|
1361
|
-
|
|
1361
|
+
createOutbound: {
|
|
1362
1362
|
path: "/api/warehouse/deliveries-v1/outbounddeliveries",
|
|
1363
1363
|
method: "post"
|
|
1364
1364
|
},
|
|
1365
|
-
|
|
1365
|
+
getOutbound: {
|
|
1366
1366
|
path: "/api/warehouse/deliveries-v1/outbounddeliveries/{id}",
|
|
1367
1367
|
method: "get"
|
|
1368
1368
|
},
|
|
1369
|
-
|
|
1369
|
+
updateOutbound: {
|
|
1370
1370
|
path: "/api/warehouse/deliveries-v1/outbounddeliveries/{id}",
|
|
1371
1371
|
method: "put"
|
|
1372
1372
|
},
|
|
1373
|
-
|
|
1373
|
+
updateOutboundNote: {
|
|
1374
1374
|
path: "/api/warehouse/deliveries-v1/outbounddeliveries/{id}",
|
|
1375
1375
|
method: "patch"
|
|
1376
1376
|
},
|
|
1377
|
-
|
|
1377
|
+
releaseOutbound: {
|
|
1378
1378
|
path: "/api/warehouse/deliveries-v1/outbounddeliveries/{id}/release",
|
|
1379
1379
|
method: "put"
|
|
1380
1380
|
},
|
|
1381
|
-
|
|
1381
|
+
voidOutbound: {
|
|
1382
1382
|
path: "/api/warehouse/deliveries-v1/outbounddeliveries/{id}/void",
|
|
1383
1383
|
method: "put"
|
|
1384
1384
|
},
|
|
1385
|
-
|
|
1385
|
+
listDocumentTypes: {
|
|
1386
1386
|
path: "/api/warehouse/documentdeliveries/custom/documenttypes-v1",
|
|
1387
1387
|
method: "get"
|
|
1388
1388
|
},
|
|
1389
|
-
|
|
1389
|
+
createDocumentType: {
|
|
1390
1390
|
path: "/api/warehouse/documentdeliveries/custom/documenttypes-v1",
|
|
1391
1391
|
method: "post"
|
|
1392
1392
|
},
|
|
1393
|
-
|
|
1393
|
+
getDocumentType: {
|
|
1394
1394
|
path: "/api/warehouse/documentdeliveries/custom/documenttypes-v1/{type}",
|
|
1395
1395
|
method: "get"
|
|
1396
1396
|
},
|
|
1397
|
-
|
|
1397
|
+
getCustomInbound: {
|
|
1398
1398
|
path: "/api/warehouse/documentdeliveries/custom/inbound-v1/{type}/{id}",
|
|
1399
1399
|
method: "get"
|
|
1400
1400
|
},
|
|
1401
|
-
|
|
1401
|
+
saveCustomInbound: {
|
|
1402
1402
|
path: "/api/warehouse/documentdeliveries/custom/inbound-v1/{type}/{id}",
|
|
1403
1403
|
method: "put"
|
|
1404
1404
|
},
|
|
1405
|
-
|
|
1405
|
+
releaseCustomInbound: {
|
|
1406
1406
|
path: "/api/warehouse/documentdeliveries/custom/inbound-v1/{type}/{id}/release",
|
|
1407
1407
|
method: "put"
|
|
1408
1408
|
},
|
|
1409
|
-
|
|
1409
|
+
voidCustomInbound: {
|
|
1410
1410
|
path: "/api/warehouse/documentdeliveries/custom/inbound-v1/{type}/{id}/void",
|
|
1411
1411
|
method: "put"
|
|
1412
1412
|
},
|
|
1413
|
-
|
|
1413
|
+
getCustomOutbound: {
|
|
1414
1414
|
path: "/api/warehouse/documentdeliveries/custom/outbound-v1/{type}/{id}",
|
|
1415
1415
|
method: "get"
|
|
1416
1416
|
},
|
|
1417
|
-
|
|
1417
|
+
saveCustomOutbound: {
|
|
1418
1418
|
path: "/api/warehouse/documentdeliveries/custom/outbound-v1/{type}/{id}",
|
|
1419
1419
|
method: "put"
|
|
1420
1420
|
},
|
|
1421
|
-
|
|
1421
|
+
releaseCustomOutbound: {
|
|
1422
1422
|
path: "/api/warehouse/documentdeliveries/custom/outbound-v1/{type}/{id}/release",
|
|
1423
1423
|
method: "put"
|
|
1424
1424
|
},
|
|
1425
|
-
|
|
1425
|
+
voidCustomOutbound: {
|
|
1426
1426
|
path: "/api/warehouse/documentdeliveries/custom/outbound-v1/{type}/{id}/void",
|
|
1427
1427
|
method: "put"
|
|
1428
1428
|
},
|
|
1429
|
-
|
|
1429
|
+
listIncomingGoods: {
|
|
1430
1430
|
path: "/api/warehouse/incominggoods-v1",
|
|
1431
1431
|
method: "get"
|
|
1432
1432
|
},
|
|
1433
|
-
|
|
1433
|
+
createIncomingGoods: {
|
|
1434
1434
|
path: "/api/warehouse/incominggoods-v1",
|
|
1435
1435
|
method: "post"
|
|
1436
1436
|
},
|
|
1437
|
-
|
|
1437
|
+
getIncomingGoods: {
|
|
1438
1438
|
path: "/api/warehouse/incominggoods-v1/{id}",
|
|
1439
1439
|
method: "get"
|
|
1440
1440
|
},
|
|
1441
|
-
|
|
1441
|
+
saveIncomingGoods: {
|
|
1442
1442
|
path: "/api/warehouse/incominggoods-v1/{id}",
|
|
1443
1443
|
method: "put"
|
|
1444
1444
|
},
|
|
1445
|
-
|
|
1445
|
+
updateIncomingGoodsNote: {
|
|
1446
1446
|
path: "/api/warehouse/incominggoods-v1/{id}",
|
|
1447
1447
|
method: "patch"
|
|
1448
1448
|
},
|
|
1449
|
-
|
|
1449
|
+
setIncomingGoodsCompleted: {
|
|
1450
1450
|
path: "/api/warehouse/incominggoods-v1/{id}/completed",
|
|
1451
1451
|
method: "put"
|
|
1452
1452
|
},
|
|
1453
|
-
|
|
1453
|
+
releaseIncomingGoods: {
|
|
1454
1454
|
path: "/api/warehouse/incominggoods-v1/{id}/release",
|
|
1455
1455
|
method: "put"
|
|
1456
1456
|
},
|
|
1457
|
-
|
|
1457
|
+
voidIncomingGoods: {
|
|
1458
1458
|
path: "/api/warehouse/incominggoods-v1/{id}/void",
|
|
1459
1459
|
method: "put"
|
|
1460
1460
|
},
|
|
1461
|
-
|
|
1461
|
+
listProductionOrders: {
|
|
1462
1462
|
path: "/api/warehouse/productionorders-v1",
|
|
1463
1463
|
method: "get"
|
|
1464
1464
|
},
|
|
1465
|
-
|
|
1465
|
+
createProductionOrder: {
|
|
1466
1466
|
path: "/api/warehouse/productionorders-v1",
|
|
1467
1467
|
method: "post"
|
|
1468
1468
|
},
|
|
1469
|
-
|
|
1469
|
+
getBillOfMaterials: {
|
|
1470
1470
|
path: "/api/warehouse/productionorders-v1/billofmaterials/{itemId}",
|
|
1471
1471
|
method: "get"
|
|
1472
1472
|
},
|
|
1473
|
-
|
|
1473
|
+
releaseProductionOrder: {
|
|
1474
1474
|
path: "/api/warehouse/productionorders-v1/release/{id}",
|
|
1475
1475
|
method: "put"
|
|
1476
1476
|
},
|
|
1477
|
-
|
|
1477
|
+
voidProductionOrder: {
|
|
1478
1478
|
path: "/api/warehouse/productionorders-v1/void/{id}",
|
|
1479
1479
|
method: "put"
|
|
1480
1480
|
},
|
|
1481
|
-
|
|
1481
|
+
getProductionOrder: {
|
|
1482
1482
|
path: "/api/warehouse/productionorders-v1/{id}",
|
|
1483
1483
|
method: "get"
|
|
1484
1484
|
},
|
|
1485
|
-
|
|
1485
|
+
updateProductionOrder: {
|
|
1486
1486
|
path: "/api/warehouse/productionorders-v1/{id}",
|
|
1487
1487
|
method: "put"
|
|
1488
1488
|
},
|
|
1489
|
-
|
|
1489
|
+
updateProductionOrderNote: {
|
|
1490
1490
|
path: "/api/warehouse/productionorders-v1/{id}",
|
|
1491
1491
|
method: "patch"
|
|
1492
1492
|
},
|
|
1493
|
-
|
|
1493
|
+
listPurchaseOrders: {
|
|
1494
1494
|
path: "/api/warehouse/purchaseorders-v1",
|
|
1495
1495
|
method: "get"
|
|
1496
1496
|
},
|
|
1497
|
-
|
|
1497
|
+
createPurchaseOrder: {
|
|
1498
1498
|
path: "/api/warehouse/purchaseorders-v1",
|
|
1499
1499
|
method: "post"
|
|
1500
1500
|
},
|
|
1501
|
-
|
|
1501
|
+
getCsvReport: {
|
|
1502
1502
|
path: "/api/warehouse/purchaseorders-v1/csv",
|
|
1503
1503
|
method: "get"
|
|
1504
1504
|
},
|
|
1505
|
-
|
|
1505
|
+
batchUpdateResponseState: {
|
|
1506
1506
|
path: "/api/warehouse/purchaseorders-v1/response",
|
|
1507
1507
|
method: "put"
|
|
1508
1508
|
},
|
|
1509
|
-
|
|
1509
|
+
sendMany: {
|
|
1510
1510
|
path: "/api/warehouse/purchaseorders-v1/sendpurchaseorders",
|
|
1511
1511
|
method: "post"
|
|
1512
1512
|
},
|
|
1513
|
-
|
|
1513
|
+
getPurchaseOrder: {
|
|
1514
1514
|
path: "/api/warehouse/purchaseorders-v1/{id}",
|
|
1515
1515
|
method: "get"
|
|
1516
1516
|
},
|
|
1517
|
-
|
|
1517
|
+
updatePurchaseOrder: {
|
|
1518
1518
|
path: "/api/warehouse/purchaseorders-v1/{id}",
|
|
1519
1519
|
method: "put"
|
|
1520
1520
|
},
|
|
1521
|
-
|
|
1521
|
+
setManuallyCompleted: {
|
|
1522
1522
|
path: "/api/warehouse/purchaseorders-v1/{id}/complete",
|
|
1523
1523
|
method: "put"
|
|
1524
1524
|
},
|
|
1525
|
-
|
|
1525
|
+
setDropshipCompleted: {
|
|
1526
1526
|
path: "/api/warehouse/purchaseorders-v1/{id}/dropshipcomplete",
|
|
1527
1527
|
method: "put"
|
|
1528
1528
|
},
|
|
1529
|
-
|
|
1529
|
+
getMatchedDocuments: {
|
|
1530
1530
|
path: "/api/warehouse/purchaseorders-v1/{id}/matches",
|
|
1531
1531
|
method: "get"
|
|
1532
1532
|
},
|
|
1533
|
-
|
|
1533
|
+
getNotes: {
|
|
1534
1534
|
path: "/api/warehouse/purchaseorders-v1/{id}/notes",
|
|
1535
1535
|
method: "get"
|
|
1536
1536
|
},
|
|
1537
|
-
|
|
1537
|
+
updatePartial: {
|
|
1538
1538
|
path: "/api/warehouse/purchaseorders-v1/{id}/partial",
|
|
1539
1539
|
method: "patch"
|
|
1540
1540
|
},
|
|
1541
|
-
|
|
1541
|
+
updateResponseState: {
|
|
1542
1542
|
path: "/api/warehouse/purchaseorders-v1/{id}/response",
|
|
1543
1543
|
method: "put"
|
|
1544
1544
|
},
|
|
1545
|
-
|
|
1545
|
+
send: {
|
|
1546
1546
|
path: "/api/warehouse/purchaseorders-v1/{id}/send",
|
|
1547
1547
|
method: "post"
|
|
1548
1548
|
},
|
|
1549
|
-
|
|
1549
|
+
voidPurchaseOrder: {
|
|
1550
1550
|
path: "/api/warehouse/purchaseorders-v1/{id}/void",
|
|
1551
1551
|
method: "put"
|
|
1552
1552
|
},
|
|
1553
|
-
|
|
1553
|
+
getStockBalance: {
|
|
1554
1554
|
path: "/api/warehouse/status-v1/stockbalance",
|
|
1555
1555
|
method: "get"
|
|
1556
1556
|
},
|
|
1557
|
-
|
|
1557
|
+
listStockPoints: {
|
|
1558
1558
|
path: "/api/warehouse/stockpoints-v1",
|
|
1559
1559
|
method: "get"
|
|
1560
1560
|
},
|
|
1561
|
-
|
|
1561
|
+
createStockPoint: {
|
|
1562
1562
|
path: "/api/warehouse/stockpoints-v1",
|
|
1563
1563
|
method: "post"
|
|
1564
1564
|
},
|
|
1565
|
-
|
|
1565
|
+
getManyStockPoints: {
|
|
1566
1566
|
path: "/api/warehouse/stockpoints-v1/multi",
|
|
1567
1567
|
method: "get"
|
|
1568
1568
|
},
|
|
1569
|
-
|
|
1569
|
+
getStockPoint: {
|
|
1570
1570
|
path: "/api/warehouse/stockpoints-v1/{id}",
|
|
1571
1571
|
method: "get"
|
|
1572
1572
|
},
|
|
1573
|
-
|
|
1573
|
+
appendStockLocations: {
|
|
1574
1574
|
path: "/api/warehouse/stockpoints-v1/{id}",
|
|
1575
1575
|
method: "post"
|
|
1576
1576
|
},
|
|
1577
|
-
|
|
1577
|
+
updateStockPoint: {
|
|
1578
1578
|
path: "/api/warehouse/stockpoints-v1/{id}",
|
|
1579
1579
|
method: "put"
|
|
1580
1580
|
},
|
|
1581
|
-
|
|
1581
|
+
deleteStockPoint: {
|
|
1582
1582
|
path: "/api/warehouse/stockpoints-v1/{id}",
|
|
1583
1583
|
method: "delete"
|
|
1584
1584
|
},
|
|
1585
|
-
|
|
1585
|
+
listStockLocations: {
|
|
1586
1586
|
path: "/api/warehouse/stockpoints-v1/{id}/stocklocations",
|
|
1587
1587
|
method: "get"
|
|
1588
1588
|
},
|
|
1589
|
-
|
|
1589
|
+
listStockTakings: {
|
|
1590
1590
|
path: "/api/warehouse/stocktaking-v1",
|
|
1591
1591
|
method: "get"
|
|
1592
1592
|
},
|
|
1593
|
-
|
|
1593
|
+
createStockTaking: {
|
|
1594
1594
|
path: "/api/warehouse/stocktaking-v1",
|
|
1595
1595
|
method: "post"
|
|
1596
1596
|
},
|
|
1597
|
-
|
|
1597
|
+
getStockTaking: {
|
|
1598
1598
|
path: "/api/warehouse/stocktaking-v1/{id}",
|
|
1599
1599
|
method: "get"
|
|
1600
1600
|
},
|
|
1601
|
-
|
|
1601
|
+
updateStockTaking: {
|
|
1602
1602
|
path: "/api/warehouse/stocktaking-v1/{id}",
|
|
1603
1603
|
method: "put"
|
|
1604
1604
|
},
|
|
1605
|
-
|
|
1605
|
+
deleteStockTaking: {
|
|
1606
1606
|
path: "/api/warehouse/stocktaking-v1/{id}",
|
|
1607
1607
|
method: "delete"
|
|
1608
1608
|
},
|
|
1609
|
-
|
|
1609
|
+
addRowsByFilter: {
|
|
1610
1610
|
path: "/api/warehouse/stocktaking-v1/{id}/addrows",
|
|
1611
1611
|
method: "post"
|
|
1612
1612
|
},
|
|
1613
|
-
|
|
1613
|
+
getCandidateRows: {
|
|
1614
1614
|
path: "/api/warehouse/stocktaking-v1/{id}/candidates",
|
|
1615
1615
|
method: "get"
|
|
1616
1616
|
},
|
|
1617
|
-
|
|
1617
|
+
releaseStockTaking: {
|
|
1618
1618
|
path: "/api/warehouse/stocktaking-v1/{id}/release",
|
|
1619
1619
|
method: "put"
|
|
1620
1620
|
},
|
|
1621
|
-
|
|
1621
|
+
listRows: {
|
|
1622
1622
|
path: "/api/warehouse/stocktaking-v1/{id}/rows",
|
|
1623
1623
|
method: "get"
|
|
1624
1624
|
},
|
|
1625
|
-
|
|
1625
|
+
addRows: {
|
|
1626
1626
|
path: "/api/warehouse/stocktaking-v1/{id}/rows",
|
|
1627
1627
|
method: "post"
|
|
1628
1628
|
},
|
|
1629
|
-
|
|
1629
|
+
deleteRowsByFilter: {
|
|
1630
1630
|
path: "/api/warehouse/stocktaking-v1/{id}/rows",
|
|
1631
1631
|
method: "delete"
|
|
1632
1632
|
},
|
|
1633
|
-
|
|
1633
|
+
deleteRow: {
|
|
1634
1634
|
path: "/api/warehouse/stocktaking-v1/{id}/rows/{rowId}",
|
|
1635
1635
|
method: "delete"
|
|
1636
1636
|
},
|
|
1637
|
-
|
|
1637
|
+
voidStockTaking: {
|
|
1638
1638
|
path: "/api/warehouse/stocktaking-v1/{id}/void",
|
|
1639
1639
|
method: "put"
|
|
1640
1640
|
},
|
|
1641
|
-
|
|
1641
|
+
createStockTransfer: {
|
|
1642
1642
|
path: "/api/warehouse/stocktransfer-v1",
|
|
1643
1643
|
method: "post"
|
|
1644
1644
|
},
|
|
1645
|
-
|
|
1645
|
+
getStockTransfer: {
|
|
1646
1646
|
path: "/api/warehouse/stocktransfer-v1/{id}",
|
|
1647
1647
|
method: "get"
|
|
1648
1648
|
},
|
|
1649
|
-
|
|
1649
|
+
updateStockTransfer: {
|
|
1650
1650
|
path: "/api/warehouse/stocktransfer-v1/{id}",
|
|
1651
1651
|
method: "put"
|
|
1652
1652
|
},
|
|
1653
|
-
|
|
1653
|
+
releaseStockTransfer: {
|
|
1654
1654
|
path: "/api/warehouse/stocktransfer-v1/{id}/release",
|
|
1655
1655
|
method: "put"
|
|
1656
1656
|
},
|
|
1657
|
-
|
|
1657
|
+
voidStockTransfer: {
|
|
1658
1658
|
path: "/api/warehouse/stocktransfer-v1/{id}/void",
|
|
1659
1659
|
method: "put"
|
|
1660
1660
|
},
|
|
1661
|
-
|
|
1661
|
+
getActivationStatus: {
|
|
1662
1662
|
path: "/api/warehouse/tenants-v4",
|
|
1663
1663
|
method: "get"
|
|
1664
1664
|
}
|
|
1665
1665
|
},
|
|
1666
|
-
|
|
1667
|
-
|
|
1666
|
+
wayofdeliveries: {
|
|
1667
|
+
getList: {
|
|
1668
1668
|
path: "/3/wayofdeliveries",
|
|
1669
1669
|
method: "get"
|
|
1670
1670
|
},
|
|
1671
|
-
|
|
1671
|
+
create: {
|
|
1672
1672
|
path: "/3/wayofdeliveries",
|
|
1673
1673
|
method: "post"
|
|
1674
1674
|
},
|
|
1675
|
-
|
|
1675
|
+
get: {
|
|
1676
1676
|
path: "/3/wayofdeliveries/{Code}",
|
|
1677
1677
|
method: "get"
|
|
1678
1678
|
},
|
|
1679
|
-
|
|
1679
|
+
update: {
|
|
1680
1680
|
path: "/3/wayofdeliveries/{Code}",
|
|
1681
1681
|
method: "put"
|
|
1682
1682
|
},
|
|
1683
|
-
|
|
1683
|
+
delete: {
|
|
1684
1684
|
path: "/3/wayofdeliveries/{Code}",
|
|
1685
1685
|
method: "delete"
|
|
1686
1686
|
}
|
|
@@ -1720,4 +1720,4 @@ Object.defineProperty(exports, 'createInitFortnox', {
|
|
|
1720
1720
|
return createInitFortnox;
|
|
1721
1721
|
}
|
|
1722
1722
|
});
|
|
1723
|
-
//# sourceMappingURL=create-fortnox-
|
|
1723
|
+
//# sourceMappingURL=create-fortnox-DGjVOKfm.cjs.map
|