Questa API consente l'inserimento di una richiesta di riparazione
| Field | Type | Required | Default | Description | Notes |
|---|---|---|---|---|---|
ExternalKey |
string |
❌ | null |
ID ordine sulla piattaforma esterna | |
DocumentDate |
DateTime |
✅ | null |
Data ordine | |
Number |
string |
❌ | null |
Numero ordine | Se non inserito viene generato da XOX |
Rows |
Row[] |
✅ | null |
Elenco righe |
Row| Field | Type | Required | Default | Description | Notes |
|---|---|---|---|---|---|
ExternalKey |
string |
❌ | null |
ID della righe sulla piattaforma esterna | |
RowType |
int |
✅ | null |
Tipo riga. Un valore tra: 1 - Prodotto | |
FIDBOP |
int |
✅ | null |
ID della distinta | |
Qty1 |
decimal |
❌ | null |
Quantità | |
Description |
string |
✅ | null |
Descrizione | |
RepairDescription |
string |
✅ | null |
Descrizione riparazione |
| Field | Type | Description |
|---|---|---|
Item1 |
int |
ID del documento sul DB XOX |
Item2 |
string |
Chiave della piattaforma esterna. Valore passato in ExternalKey |
Item3 |
bool |
Esito richiesta |
Item4 |
string |
Messaggio in caso di esito negativo (Item3 = false) |
Item5 |
Row[] |
Esito delle righe |
Row| Field | Type | Description |
|---|---|---|
Item1 |
int |
ID della riga sul DB XOX |
Item2 |
string |
Chiave della piattaforma esterna. Valore passato in ExternalKey |
Item3 |
string |
Sottomatricola - SubOrderRowCode |
Item4 |
int? |
ID della distinta - FIDBOP |