18 lines
715 B
Plaintext
18 lines
715 B
Plaintext
curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/CommessaWeb(564663)/InviaCommessa' \
|
|
--header 'Content-Type: application/json' \
|
|
--header 'Authorization: Bearer ••••••' \
|
|
--data '{}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#CommessaWeb\/$entity",
|
|
"IdCommessa": 564663,
|
|
"CodiceCommessa": "26C0059",
|
|
"RiferimentoCertificato": null,
|
|
"StatoCommessaWeb": "Nuova",
|
|
"DataCreazioneWeb": "2026-03-17T14:52:29.347+01:00",
|
|
"CodiceCommessaWeb": "26C0059",
|
|
"DataInviatoWeb": "2026-03-17T14:52:38.9894528+01:00",
|
|
"Richiedente": "From TRFSmart Application",
|
|
"Descrizione": "From TRFSmart Application"
|
|
} |