18 lines
696 B
Plaintext
18 lines
696 B
Plaintext
curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/CommessaWeb(563528)/InviaCommessa' \
|
|
--header 'Content-Type: application/json' \
|
|
--header 'Authorization: Bearer ••••••' \
|
|
--data '{}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#CommessaWeb\/$entity",
|
|
"IdCommessa": 563528,
|
|
"CodiceCommessa": "26C0029",
|
|
"RiferimentoCertificato": null,
|
|
"StatoCommessaWeb": "Nuova",
|
|
"DataCreazioneWeb": "2026-03-11T14:10:00.897+01:00",
|
|
"CodiceCommessaWeb": "26C0029",
|
|
"DataInviatoWeb": "2026-03-11T14:10:11.7602299+01:00",
|
|
"Richiedente": "Test Web Import",
|
|
"Descrizione": "TEST CommessaWeb"
|
|
} |