Creates a new Contract object
Request Information
URI Parameters :
None.
Body Parameters :
contractName | Description | Type | Additional information |
---|---|---|---|
id |
Primary key |
globally unique identifier |
Required |
id2 |
id2 |
integer |
Required |
company_id |
The company owner of this contract |
globally unique identifier |
Optionally required : company_id, company_code or company must be provided |
company_code |
Embedded entity "company" using ERP PK when adding/updating contract |
string |
Optionally required : company_id, company_code or company must be provided |
company |
Embedded entity "company" when adding/updating contract |
company |
Optionally required : company_id, company_code or company must be provided |
reference |
Reference |
string | |
reference_back_office |
Backoffice reference |
string | |
reference_customer |
Customer Reference |
string | |
date_start |
Start Date of the contract |
date | |
date_end |
Contract End date |
date | |
date_cancel |
Readonly , date +time when the contract goes in status Cancelled |
date | |
date_last_invoiced |
Readonly contains the last date an invoice has been generated for this contract |
date | |
name |
Name of the contract |
string | |
description |
Description of Contract |
string | |
feelist_id |
Feelist ID |
globally unique identifier | |
article_price_label_id |
Article Price Llabel Id |
globally unique identifier | |
account_manager_user_id |
FK of Account manager user |
globally unique identifier | |
account_manager_user |
Embedded entity "account_manager_user" using ERP PK when adding/updating account_manager_user |
user | |
account_manager_user_code |
Embedded entity "account_manager_user" using ERP PK when adding/updating account_manager_user |
string | |
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
renewal_term_months |
Renewal Term Months |
integer |
Range: inclusive between 0 and 1000000 |
feelist_warranty_discount |
Feelist Warranty Discount |
decimal number |
Range: inclusive between 0 and 100 |
price_label_warranty_discount |
Price Label Warranty Discount |
decimal number |
Range: inclusive between 0 and 100 |
driving_distance |
Distance in km that are used to invoice the travel |
decimal number | |
travel_fee_fix_discount |
Discount applied when computing the fee for travel |
decimal number |
Request Formats :
application/json, text/json
{ "id": "8892e6c5-3757-480e-9627-90c0345b9dea", "id2": 2, "company_id": "707b3122-0b5f-4243-94e8-637f85c0425f", "company_code": "sample string 4", "reference": "sample string 5", "reference_back_office": "sample string 6", "reference_customer": "sample string 7", "date_start": "2024-11-21T09:55:42.9478827+00:00", "date_end": "2024-11-21T09:55:42.9478827+00:00", "date_cancel": "2024-11-21T09:55:42.9478827+00:00", "date_last_invoiced": "2024-11-21T09:55:42.9478827+00:00", "name": "sample string 12", "description": "sample string 13", "feelist_id": "67d1bee0-adad-4d77-93ed-1c9d2342f2db", "article_price_label_id": "8145cf74-c8c6-4caa-a22a-0301400ceb6e", "account_manager_user_id": "bf927c8c-a457-45d1-bab7-3b262043eeda", "account_manager_user": { "id": "00c2acfa-b136-479e-9676-202a58fdaad6", "db_language_id": "59326a82-c8f1-43a4-b78b-1156033badf6", "username": "sample string 3", "firstname": "sample string 4", "lastname": "sample string 5", "code": "sample string 6", "archived": true, "disabled": true, "emergency_contact": "sample string 9", "bankaccount": "sample string 10", "social_security": "sample string 11", "place_of_birth": "sample string 12", "nationality": "sample string 13", "functions": "sample string 14", "birthdate": "2024-11-21T09:55:42.9478827+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "72c92db7-b0e7-4b97-ac4c-e9add7b59fc0", "sales_organization": { "id": "5ded072c-6e9e-46eb-927e-a4217ab6eb34", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "1f087654-3281-47f8-ab1d-c4cb681bd11f", "db_currency_id": "74cbe007-928f-4667-8efe-bb90f643e468", "db_language_id": "e593aefb-499b-46db-b571-151320141d09", "accountancy_code": "sample string 8", "archived": true, "default_unit_of_measure_system_type": "sample string 10", "street": "sample string 11", "street2": "sample string 12", "street_number": "sample string 13", "zip": "sample string 14", "city": "sample string 15", "email": "sample string 16", "phone": "sample string 17", "fax": "sample string 18", "url": "sample string 19", "vat_reg_code": "sample string 20", "modified_dateutc": "2024-11-21T09:55:42.9478827+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "679690c7-aa46-4269-a6b3-db210da085be", "email": "sample string 22", "phone": "sample string 23", "fax": "sample string 24", "mobile": "sample string 25", "private_email": "sample string 26", "private_phone": "sample string 27", "private_fax": "sample string 28", "private_mobile": "sample string 29", "private_street": "sample string 30", "private_street_number": "sample string 31", "private_city": "sample string 32", "private_zip": "sample string 33", "private_db_country_id": "0cb16dfe-d980-4669-91d8-ddb54c5066c5", "private_db_country_code": "sample string 35", "modified_dateutc": "2024-11-21T09:55:42.9478827+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "e85400ef-540c-4756-913a-b9ae9caf15d3" }, "account_manager_user_code": "sample string 17", "modified_dateutc": "2024-11-21T09:55:42.9478827+00:00", "renewal_term_months": 19, "feelist_warranty_discount": 20.0, "price_label_warranty_discount": 21.0, "driving_distance": 22.0, "travel_fee_fix_discount": 23.0 }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.