28 lines
982 B
Plaintext
28 lines
982 B
Plaintext
curl --location --request POST 'https://93.43.5.102/limsapi/api/odata/CommessaWeb' \
|
|
--header 'Content-Type: application/json' \
|
|
--header 'Authorization: Bearer ••••••' \
|
|
--data '{
|
|
"Cliente": 3378,
|
|
"SchemaCustomField": 82,
|
|
"Richiedente": "From TRFSmart Application",
|
|
"Descrizione": "From TRFSmart Application",
|
|
"ClienteResponsabile": 7598,
|
|
"MoltiplicatorePrezzo": 2,
|
|
"AnagraficaCertestObject": 8964,
|
|
"AnagraficaCertestService": 9012,
|
|
"ClienteFornitore": 11208
|
|
}'
|
|
|
|
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.3463415+01:00",
|
|
"CodiceCommessaWeb": "26C0059",
|
|
"DataInviatoWeb": null,
|
|
"Richiedente": "From TRFSmart Application",
|
|
"Descrizione": "From TRFSmart Application"
|
|
} |