28 lines
943 B
Plaintext
28 lines
943 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": "Test Web Import",
|
|
"Descrizione": "TEST CommessaWeb",
|
|
"ClienteResponsabile": 7586,
|
|
"MoltiplicatorePrezzo": 3,
|
|
"AnagraficaCertestObject": 8963,
|
|
"AnagraficaCertestService": 9007,
|
|
"ClienteFornitore": null
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"@odata.context": "https:\/\/bvcpsitaly-elims.com\/limsapi\/api\/odata\/$metadata#CommessaWeb\/$entity",
|
|
"IdCommessa": 562479,
|
|
"CodiceCommessa": "26C0013",
|
|
"RiferimentoCertificato": null,
|
|
"StatoCommessaWeb": "Nuova",
|
|
"DataCreazioneWeb": "2026-03-06T09:09:16.9338074+01:00",
|
|
"CodiceCommessaWeb": "26C0013",
|
|
"DataInviatoWeb": null,
|
|
"Richiedente": "Test Web Import",
|
|
"Descrizione": "TEST CommessaWeb"
|
|
} |