28 lines
944 B
Plaintext
28 lines
944 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": 10653,
|
|
"MoltiplicatorePrezzo": 1,
|
|
"AnagraficaCertestObject": 8960,
|
|
"AnagraficaCertestService": 9010,
|
|
"ClienteFornitore": null
|
|
}'
|
|
|
|
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.8960358+01:00",
|
|
"CodiceCommessaWeb": "26C0029",
|
|
"DataInviatoWeb": null,
|
|
"Richiedente": "Test Web Import",
|
|
"Descrizione": "TEST CommessaWeb"
|
|
} |