22 lines
632 B
Plaintext
22 lines
632 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": 3,
|
|
"MoltiplicatorePrezzo": 1,
|
|
"AnagraficaCertestObject": 2,
|
|
"AnagraficaCertestService": 1,
|
|
"ClienteFornitore": null
|
|
}'
|
|
|
|
RESPONSE:
|
|
{
|
|
"IdCommessa": 95833,
|
|
"CodiceCommessa": "SIM-95833",
|
|
"Richiedente": "Test Web Import",
|
|
"Descrizione": "TEST CommessaWeb"
|
|
} |