Creates a new work order
Request Information
URI Parameters :
None.
Body Parameters :
jobs| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| _parent_id |
Reference to a parent job (in case of Multi Job) |
globally unique identifier | |
| _parent_job |
Embedded entity "job" for parent (multi job level) when adding/updating job |
jobs | |
| _parent_jobs_reference_back_office |
Embedded entity "job" for parent (multi job level) using ERP PK when adding/updating job |
string | |
| project_id |
Foreign key of project for this job |
globally unique identifier |
Optionally required : project_id, project_reference_back_office or project must be provided |
| project_reference_back_office |
Embedded entity "project" using ERP PK when adding/updating job |
string |
Optionally required : project_id, project_reference_back_office or project must be provided |
| project |
Embedded entity "project" when adding/updating job |
project |
Optionally required : project_id, project_reference_back_office or project must be provided |
| job_type_id |
Foreign key of job type for this job |
globally unique identifier |
Optionally required : job_type_id, job_type_code or job_type must be provided |
| job_type_code |
Embedded entity "job_type" using ERP PK when adding/updating job |
string |
Optionally required : job_type_id, job_type_code or job_type must be provided |
| job_type |
Embedded entity "job_type" when adding/updating job |
job_type |
Optionally required : job_type_id, job_type_code or job_type must be provided |
| job_priority_id |
Foreign key of job priority for this job |
globally unique identifier | |
| job_priority_code |
Foreign key of job status for this job. If you don't know the GUID, use job_type_code |
string | |
| job_priority |
Embedded entity "job_priority" when adding/updating job |
job_priority | |
| job_status_id |
Foreign key of job status for this job |
globally unique identifier |
Optionally required : job_status_id or job_status_code must be provided |
| job_status_code |
Foreign key of job status using code. Use "Canceled,ToBePlanned, Waiting, Pooling, Suggested, Activated or Open" If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added |
string |
Optionally required : job_status_id or job_status_code must be provided |
| db_address_id |
Foreign key of db_address if job is not on a mobile equipment.Must be the address_id of the location or the equipment |
globally unique identifier | |
| contact_id |
Foreign key of contact if the main contact of the job is different than the one of the project |
globally unique identifier | |
| requested_by_company_id |
Foreign key of company if a specific company makes the request for this job |
globally unique identifier | |
| requested_by_contact_id |
Foreign key of contact to specify why contact of the requested_company_id makes the request |
globally unique identifier | |
| reference_back_office |
The Id/Ref of the back office for this job. Used by Embedded entity |
string |
Max length: 50 |
| name |
Name of the Job |
string |
Required Max length: 255 |
| description |
Description of the job |
string |
Max length: 4000 |
| working_sequence |
In case of mutli job, they will be ordered by this sequence |
integer | |
| internal_memo |
Internal field for communication between BackOffice/Planners/Technicians |
string | |
| prejob_information |
Information usefull for the technician before start (Call the customer,...) |
string | |
| estimated_time |
Estimation of the time needed (in minute). Will be used for planning and statistic |
integer | |
| earliest_date_plannable |
Use this field if there is a minimum date for the planning (Not Before) |
date | |
| due_date |
Deadline of Max date for the planning (Not After) |
date | |
| date_create |
Creation date+time |
date | |
| date_update |
Update date+time |
date | |
| date_closed |
Date+time job goes to completed |
date | |
| suggested_user_id |
Foreign key of user if there is a suggested user (used for planning) If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added |
globally unique identifier | |
| suggested_user_code |
Embedded entity "suggested user" using ERP PK when adding/updating job |
string | |
| suggested_user |
Embedded entity "sugessted user" when adding/updating job |
user | |
| suggested_date_start |
Suggested date+time start (used for planning) If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added |
date | |
| skill_id |
Foreign key of skill if the job requires a specific skill (used for planning) |
globally unique identifier | |
| skill_code |
Embedded entity "skill" using ERP PK when adding/updating job |
string | |
| skill |
Embedded entity "skill" when adding/updating job |
skill | |
| customer_reference |
Reference of this job for the customer |
string |
Max length: 50 |
| approval_responsible_user_id |
In case of multi user job, foreign key of user that is the "WO Leader" |
globally unique identifier | |
| date_reported_by_company |
Date+time when company reported the problem |
date | |
| id2 |
Internal ID (numeric). Will be used if reference_back_office is empty |
integer | |
| company_id |
This field will be filled automatically based on the project_id |
globally unique identifier | |
| company_code |
This field will be filled automatically based on the project_id |
string | |
| db_address_name |
When mobile equipment, the address to use |
string |
Max length: 100 |
| db_address_street |
When mobile equipment, the address to use and this field is mandatory |
string |
Max length: 50 |
| db_address_street2 |
It is sub street |
string |
Max length: 50 |
| db_address_street_number |
When mobile equipment, the address to use |
string |
Max length: 50 |
| db_address_city |
When mobile equipment, the address to use and this field is mandatory |
string |
Max length: 50 |
| db_address_zip |
When mobile equipment, the address to use and this field is mandatory |
string |
Max length: 50 |
| db_address_db_country_id |
When mobile equipment, the address to use |
globally unique identifier | |
| db_address_db_country_code |
When mobile equipment, the address to use |
string | |
| db_address_phone |
When mobile equipment, the address to use |
string |
Max length: 50 |
| db_address_email |
When mobile equipment, the address to use |
string |
Max length: 250 |
| db_address_latitude_decimal |
Latitude |
decimal number | |
| db_address_longitude_decimal |
Latitude |
decimal number | |
| estimated_quantity_remark |
Description of the parts your technician should use or pick up |
string |
Max length: 4000 |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
{
"id": "a109f0e3-43dc-4e2a-919c-5671a5039dfc",
"_parent_id": "dd14db5c-e52b-4f6f-ae9e-5039ccb451b8",
"_parent_jobs_reference_back_office": "sample string 3",
"project_id": "c84bd206-a79e-420c-b3e5-40cde72d87e0",
"project_reference_back_office": "sample string 5",
"project": {
"id": "05d94fb3-1d73-4d99-87d7-bc2f1628ecaf",
"_parent_id": "788d7465-7e3d-45b3-92c9-5ff47d346b49",
"root_parent_id": "a93fe5c6-4e97-4a1f-8e49-40becdb2cced",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "f7ed265c-a22d-4bdc-9ff6-d36fd4c722ee",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "d29fe156-2da7-4e19-a975-96d32b30b742",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "d30cd93d-98a0-43d3-8929-e7077af59175",
"_parent_code": "sample string 6",
"sales_organization_id": "3be9db58-184d-4149-8346-c5b9b77c2921",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"equipment_model_id": "99466f60-7496-4f18-aba5-cead95db4e0b",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "286ef5dd-066a-460d-a779-f0f23a20dc58",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "baf4a810-dab9-464d-9dd0-9a596e0e8e80",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "ab12b14d-604f-47eb-bc16-a78000149063",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "70435c19-eeaa-49c4-a705-dfc91b2dd3bf",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"equipment_family_id": "d35355d3-9e6a-438a-ae6a-c8974dcbdb95",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "d29fe156-2da7-4e19-a975-96d32b30b742",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "d30cd93d-98a0-43d3-8929-e7077af59175",
"_parent_code": "sample string 6",
"sales_organization_id": "3be9db58-184d-4149-8346-c5b9b77c2921",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"date_in_production_since": "2026-07-18T21:31:22.4867698+00:00",
"date_out_of_production_since": "2026-07-18T21:31:22.4867698+00:00",
"date_end_support": "2026-07-18T21:31:22.4867698+00:00",
"sales_organization_id": "95f316d6-ff6c-4804-8162-74a7fba9b585",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"replacement_period_nb_months": 14,
"warranty_period_nb_months": 15,
"translations": [
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
},
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
}
],
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"project_status_id": "983b0485-cb5e-4f3d-8ed8-674a4068f4d2",
"project_status_code": "sample string 10",
"project_status": {
"id": "ed09efb7-60d2-4b74-839a-da6be9358895",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "fb8c3e82-177b-4963-a2ee-3207cc4bba34",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"company_id": "7102f58d-9f7b-42ce-8371-a416428de071",
"company_code": "sample string 12",
"db_address_id": "f9268fc6-6ba5-4252-9266-6ae80174857e",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "93be100a-187a-44e7-b9e0-1a39c1e48a83",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "53871eab-7e61-4629-ad78-291c041d45e6",
"name": "sample string 19",
"description": "sample string 20",
"reference_back_office": "sample string 21",
"serial_number": "sample string 22",
"barcode": "sample string 23",
"date_start_production": "2026-07-18T21:31:22.4867698+00:00",
"date_create": "2026-07-18T21:31:22.4867698+00:00",
"date_update": "2026-07-18T21:31:22.4867698+00:00",
"updated_by_user_id": "6aa31689-c2fe-47ac-b790-45a77932b636",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-07-18T21:31:22.4867698+00:00",
"last_standard_result_score_1": "sample string 30",
"last_standard_result_score_2": "sample string 31",
"target_standard_result_score_1": "sample string 32",
"target_standard_result_score_2": "sample string 33",
"date_built": "2026-07-18T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-07-18T21:31:22.4867698+00:00",
"date_last_job": "2026-07-18T21:31:22.4867698+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-07-18T21:31:22.4867698+00:00",
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00",
"is_mobile_installation": true
},
"job_type_id": "9011181f-4d21-412e-a3c7-ba963d59453e",
"job_type_code": "sample string 7",
"job_type": {
"id": "2cf2736d-97b1-475c-8be7-ac1b2807ecd0",
"name": "sample string 2",
"sales_organization_id": "5c8da296-8657-4f58-a67a-19da6a164af2",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00",
"code": "sample string 7"
},
"job_priority_id": "60ca2a66-7ca8-46d7-972c-9581ab188cd1",
"job_priority_code": "sample string 9",
"job_priority": {
"id": "37eede70-cc6c-41ea-82a0-f69b4111b574",
"name": "sample string 2",
"is_default": true,
"sequence": 4,
"sales_organization_id": "7bb0e033-8ebf-4995-ba3c-e33dfc544643",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"job_status_id": "72c807b6-c65b-45ad-bbe0-e60c5a07b825",
"job_status_code": "sample string 11",
"db_address_id": "d9127713-179d-46ec-be87-2070ddb889d0",
"contact_id": "5aef0e71-fe73-4a44-a85d-9a695aa08a02",
"requested_by_company_id": "aa1248cc-b708-4742-99e7-bea64b6edd7f",
"requested_by_contact_id": "66d921d6-03fc-4957-8814-9044acd361e8",
"reference_back_office": "sample string 16",
"name": "sample string 17",
"description": "sample string 18",
"working_sequence": 19,
"internal_memo": "sample string 20",
"prejob_information": "sample string 21",
"estimated_time": 22,
"earliest_date_plannable": "2026-07-18T21:31:22.4867698+00:00",
"due_date": "2026-07-18T21:31:22.4867698+00:00",
"date_create": "2026-07-18T21:31:22.4867698+00:00",
"date_update": "2026-07-18T21:31:22.4867698+00:00",
"date_closed": "2026-07-18T21:31:22.4867698+00:00",
"suggested_user_id": "e3412a09-7594-47dd-8e60-767b593bb84f",
"suggested_user_code": "sample string 29",
"suggested_user": {
"id": "cb6fa651-4453-41d8-a6ff-1c30705476e3",
"db_language_id": "4b512061-1850-4c88-a8fe-00fe1d00f6f7",
"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": "2026-07-18T21:31:22.4867698+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "d4d9c56d-30d2-45c1-8c07-d7027325aa6f",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "ac284fc7-81c0-4096-9bc3-e2b03436f867",
"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": "1eff8647-774a-4051-a4bf-7f05d6502abe",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "5d8e512c-c694-4ef9-83a1-8a557837306b"
},
"suggested_date_start": "2026-07-18T21:31:22.4867698+00:00",
"skill_id": "bc05b278-e6db-4785-8333-00c7a444fda2",
"skill_code": "sample string 32",
"skill": {
"id": "b4a60302-b685-45e8-a6fb-f154f4f07762",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "90087ad0-9610-4d5e-b89f-f5a416c348c1",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "5722e809-ba63-4e41-ba73-df5e69013ef5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "6a523c96-aef4-4fe5-be12-2c2c9adcc537",
"db_currency_id": "261048b2-4085-4875-bc50-30240bfc215a",
"db_language_id": "8804295d-e0d4-44e0-997a-44113d27ed06",
"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": "2026-07-18T21:31:22.4711498+00:00"
},
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
},
"customer_reference": "sample string 33",
"approval_responsible_user_id": "cb43df2d-1a43-4eb0-9b31-1d5f03ed0af1",
"date_reported_by_company": "2026-07-18T21:31:22.4867698+00:00",
"id2": 36,
"company_id": "9ac98176-066b-4ea5-a005-bee25abef605",
"company_code": "sample string 38",
"db_address_name": "sample string 39",
"db_address_street": "sample string 40",
"db_address_street2": "sample string 41",
"db_address_street_number": "sample string 42",
"db_address_city": "sample string 43",
"db_address_zip": "sample string 44",
"db_address_db_country_id": "345901f3-18c2-4508-96b6-7bf6db3c0bbd",
"db_address_db_country_code": "sample string 46",
"db_address_phone": "sample string 47",
"db_address_email": "sample string 48",
"db_address_latitude_decimal": 49.0,
"db_address_longitude_decimal": 50.0,
"estimated_quantity_remark": "sample string 51",
"modified_dateutc": "2026-07-18T21:31:22.4867698+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.