91 lines
2.6 KiB
Plaintext
91 lines
2.6 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": 565085,
|
|
"Matrice": 7714,
|
|
"SottoMatrice": null,
|
|
"SchemaCustomField": 82,
|
|
"NoteWeb": "Parte AAA",
|
|
"ConsegnaRichiesta": "2026-04-08"
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#Campione\/$entity",
|
|
"IdCampione": 736899,
|
|
"CodiceCampione": "11038",
|
|
"CodiceCampioneWeb": "11038",
|
|
"StatoCampione": "Nuovo",
|
|
"DataCreazioneWeb": "2026-03-19T10:03:19.8547279+01:00",
|
|
"RiferimentoWeb": "",
|
|
"ConsegnaRichiesta": "2026-04-08T00:00:00+02:00",
|
|
"DataAccettazioneLims": null,
|
|
"Riferimento": null,
|
|
"NoteWeb": "Parte AAA",
|
|
"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": 565085,
|
|
"Matrice": 7714,
|
|
"SottoMatrice": null,
|
|
"SchemaCustomField": 82,
|
|
"NoteWeb": "Parte BBB",
|
|
"ConsegnaRichiesta": "2026-04-08"
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#Campione\/$entity",
|
|
"IdCampione": 736900,
|
|
"CodiceCampione": "11039",
|
|
"CodiceCampioneWeb": "11039",
|
|
"StatoCampione": "Nuovo",
|
|
"DataCreazioneWeb": "2026-03-19T10:03:22.0431135+01:00",
|
|
"RiferimentoWeb": "",
|
|
"ConsegnaRichiesta": "2026-04-08T00:00:00+02:00",
|
|
"DataAccettazioneLims": null,
|
|
"Riferimento": null,
|
|
"NoteWeb": "Parte BBB",
|
|
"GruppiRicercati": null
|
|
}
|
|
|
|
---
|
|
CAMPIONE #2
|
|
curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/Campione' \
|
|
--header 'Content-Type: application/json' \
|
|
--header 'Authorization: Bearer ••••••' \
|
|
--data '{
|
|
"Commessa": 565085,
|
|
"Matrice": 7714,
|
|
"SottoMatrice": null,
|
|
"SchemaCustomField": 82,
|
|
"NoteWeb": "Parte CCC",
|
|
"ConsegnaRichiesta": "2026-04-08"
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#Campione\/$entity",
|
|
"IdCampione": 736901,
|
|
"CodiceCampione": "11040",
|
|
"CodiceCampioneWeb": "11040",
|
|
"StatoCampione": "Nuovo",
|
|
"DataCreazioneWeb": "2026-03-19T10:03:23.6170597+01:00",
|
|
"RiferimentoWeb": "",
|
|
"ConsegnaRichiesta": "2026-04-08T00:00:00+02:00",
|
|
"DataAccettazioneLims": null,
|
|
"Riferimento": null,
|
|
"NoteWeb": "Parte CCC",
|
|
"GruppiRicercati": null
|
|
}
|
|
|
|
---
|