61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
CAMPIONE #0
|
|
curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/Campione' \
|
|
--header 'Content-Type: application/json' \
|
|
--header 'Authorization: Bearer ••••••' \
|
|
--data '{
|
|
"Commessa": 564663,
|
|
"Matrice": 3028,
|
|
"SottoMatrice": null,
|
|
"SchemaCustomField": 82,
|
|
"NoteWeb": "Parte 1",
|
|
"ConsegnaRichiesta": "2026-03-31"
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#Campione\/$entity",
|
|
"IdCampione": 736244,
|
|
"CodiceCampione": "11004",
|
|
"CodiceCampioneWeb": "11004",
|
|
"StatoCampione": "Nuovo",
|
|
"DataCreazioneWeb": "2026-03-17T14:52:30.3143366+01:00",
|
|
"RiferimentoWeb": "",
|
|
"ConsegnaRichiesta": "2026-03-31T00:00:00+02:00",
|
|
"DataAccettazioneLims": null,
|
|
"Riferimento": null,
|
|
"NoteWeb": "Parte 1",
|
|
"GruppiRicercati": null
|
|
}
|
|
|
|
---
|
|
CAMPIONE #1
|
|
curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/Campione' \
|
|
--header 'Content-Type: application/json' \
|
|
--header 'Authorization: Bearer ••••••' \
|
|
--data '{
|
|
"Commessa": 564663,
|
|
"Matrice": 3028,
|
|
"SottoMatrice": null,
|
|
"SchemaCustomField": 82,
|
|
"NoteWeb": "Parte 2",
|
|
"ConsegnaRichiesta": "2026-03-31"
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#Campione\/$entity",
|
|
"IdCampione": 736245,
|
|
"CodiceCampione": "11005",
|
|
"CodiceCampioneWeb": "11005",
|
|
"StatoCampione": "Nuovo",
|
|
"DataCreazioneWeb": "2026-03-17T14:52:31.9631757+01:00",
|
|
"RiferimentoWeb": "",
|
|
"ConsegnaRichiesta": "2026-03-31T00:00:00+02:00",
|
|
"DataAccettazioneLims": null,
|
|
"Riferimento": null,
|
|
"NoteWeb": "Parte 2",
|
|
"GruppiRicercati": null
|
|
}
|
|
|
|
---
|