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