This commit is contained in:
Olivier Gagnon
2021-12-08 20:03:22 -05:00
parent 14317628e6
commit c915cd06d8
101 changed files with 1052 additions and 397 deletions
@@ -4,6 +4,8 @@
## WarehouseAPI.exportMaterial() method
Set material export data
<b>Signature:</b>
```typescript
@@ -21,12 +23,12 @@ exportMaterial(
| Parameter | Type | Description |
| --- | --- | --- |
| sourceDivision | string | |
| sourceCity | string | |
| targetDivision | string | |
| targetCity | string | |
| materialName | string | |
| amt | number | |
| sourceDivision | string | Source division |
| sourceCity | string | Source city |
| targetDivision | string | Target division |
| targetCity | string | Target city |
| materialName | string | Name of the material |
| amt | number | Amount of material to export. |
<b>Returns:</b>