1. Introduction

The Support domain enables you to manage helpdesk issues and tasks, contacts, contracts, tags, products, sprints, timesheets and provides many search APIs.

1.3. Tags

  • Card groups : Card groups Management

  • Cards : Cards Management

  • Checkbooks : relative to a Checkbook

  • Contacts : Relative to a Contact

  • Contracts : Relative to a Contract

  • Customers support : relative to a Customers

  • Issue timesheets : Issue timesheets Management

  • Issues : Issues Management

  • On hold issues : On hold issues Management

  • Products : Products Management

  • Quick entries : Quick entries Management

  • Sprint models : Sprint Models Management

  • Sprint steps : Sprint steps Management

  • Sprints : Sprints Management

  • Tasks : Tasks Management

1.4. Schemas Types

Data types of a schema can be :

  • string (date-time) : the date-time notation as defined by RFC 3339 (yyyy-MM-dd’T’HH:mm:ss.SSSXXX). e.g. "2020-11-29T08:10:10+0200"

  • number : Any numbers.

  • number (double) : Floating-point numbers with double precision. e.g. 10.8

  • number (float) : Floating-point numbers. e.g. 10.8

  • integer (int64) : Signed 64-bit integers (long type). e.g. 10

  • boolean : Represents two values: true and false. Note that truthy and falsy values such as "true", "", 0 or null are not considered boolean values.

2. Resources

2.1. Card Groups

2.1.1. Add a duration on this US

POST

/card-groups/{card_group_id}/timesheet-entries

Description

Add a duration on this US

DMF required:
  • DMF A10210: Api Support / Tasks / Take Or Free

  • DMF 141402: Helpdesk / Tasks / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

card_group_id

The id of the card group

X

null

Body Parameter
Name Description Required Default Pattern

timeRecording

The timeRecording with duration and other information TimesheetEntryBase

X

Content Type
  • text/plain

Responses
Table 1. http response codes
Code Message Datatype

200

Timesheet entries successfully added, returns the sum of all timesheet on this US

[Double]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "id" : "id",
  "guid" : "guid",
  "type" : "SCHEDULE",
  "date" : "2000-06-21T04:56:07.000+00:00",
  "duration" : 2,
  "unit" : "{}",
  "durations" : {
    "durationMinute" : 240,
    "durationHourMinute" : 2.3,
    "durationHour" : 2.7,
    "durationDay" : 0.25
  },
  "employee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "employeeId" : "5000123",
  "actionCode" : {
    "id" : "5000123",
    "name" : "ADD"
  },
  "actionCodeId" : "130012",
  "comment" : "comment",
  "location" : "Paris",
  "validated" : true,
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "taskId" : "5000123",
  "actionCode2" : {
    "id" : "5000123",
    "code" : "ADD",
    "name" : "ADD"
  },
  "actionCode2Id" : "5000123",
  "approval" : "BRUT",
  "approvalLabel" : "Refused",
  "completionDate" : "2000-06-21T04:56:07.000+00:00"
}

2.1.2. Get a Card Group

GET

/card-groups/{card_group_id}

Description

Get a Card Group

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

card_group_id

The id of the card group

X

null

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 2. http response codes
Code Message Datatype

200

Card Group successfully loaded

CardGroup

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.1.3. Get a Card Group with read options

POST

/card-groups/{card_group_id}/read

Description

Get a Card Group with read options

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

card_group_id

The id of the card group

X

null

Body Parameter
Name Description Required Default Pattern

CardGroupReadOption

the read options for returned cardGroup CardGroupReadOption

-

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 3. http response codes
Code Message Datatype

200

Card Group successfully loaded with read options

CardGroup

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "TAGS", "TAGS" ]
}

2.1.4. Search card groups

POST

/card-groups/search

Description

Search card groups

DMF required:
  • DMF A10804: Api Support / User Stories / Search

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

Parameters
Body Parameter
Name Description Required Default Pattern

CardGroupCriteria

search criteria CardGroupCriteria

-

Content Type
  • application/json

Responses
Table 4. http response codes
Code Message Datatype

200

successful card groups search

List[CardGroup]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "sprintId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "TAGS", "TAGS" ]
  }
}

2.1.5. Update a Card Group

PATCH

/card-groups/{card_group_id}

Description

Update a Card Group

DMF required:
  • DMF A10202: Api Support / Tasks / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141402: Helpdesk / Tasks / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

card_group_id

The id of the card group

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

All patches to apply PatchElement

-

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 5. http response codes
Code Message Datatype

200

Card Group successfully updated

CardGroup

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "op" : "ADD",
  "path" : "path",
  "from" : "from",
  "value" : "{}"
}

2.2. Cards

2.2.1. Assign the card to the employee

POST

/sprints/{sprint_id}/cards/{card_id}/assign-to/{assignee_id}

Description

Assign the card to

DMF required:
  • DMF A10111: Api Support / Issue / Resume

  • DMF 141313: Helpdesk / Issues / Put On Hold / Resume

  • DMF 142619: Helpdesk / Simplified Issue / Put On Hold / Resume

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

assignee_id

The assignee of the card

X

null

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 6. http response codes
Code Message Datatype

200

Successful assigned

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.2.2. Assign several cards to an employee

POST

/sprints/cards/assign-to

Description

Assign several cards to an employee.
Set sprintId to assign all cards in that sprint, or set groupId to assign all cards in that user story, or set the list of the cardId to assign specific cards to the employee.
It is not possible to use sprintId, groupId, and cardIds at the same time.

DMF required:
  • DMF A10715: Api Support / Card / Batch Assign To

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142702: Helpdesk / Sprints / Modify

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

assignToBatchInformation

Information to assign several cards BatchUpdateCardAssignment BatchUpdateCardAssignment

X

Return Type

array[Card]

Content Type
  • application/json

Responses
Table 7. http response codes
Code Message Datatype

200

Cards successfully assigned

List[Card]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "sprintId" : "5000123",
  "cardIds" : [ "cardIds", "cardIds" ],
  "assigneeId" : "5000123",
  "groupId" : "5000123"
}

2.2.3. Batch card duplication in the Sprint.

POST

/sprints/cards/duplicate

Description

This API allows you to duplicate cards from one sprint to another while keeping the cards in the original sprint.

DMF required:
  • DMF A10714: Api Support / Card / Duplicate In Another Sprint

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142702: Helpdesk / Sprints / Modify

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

BatchUpdateSprintContent

Information to duplicate several cards BatchUpdateSprintContent

X

Return Type

array[Card]

Content Type
  • application/json

Responses
Table 8. http response codes
Code Message Datatype

200

Cards successfully duplicated

List[Card]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "sprintId" : "5000123",
  "cardIds" : [ "cardIds", "cardIds" ]
}

2.2.4. Batch card move in the Sprint.

POST

/sprints/cards/move

Description

This API allows you to move cards from one sprint to another. The cards will NOT remain in the original sprint.

DMF required:
  • DMF A10713: Api Support / Card / Change Sprint

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

BatchUpdateSprintContent

Information to move several cards BatchUpdateSprintContent

X

Return Type

array[Card]

Content Type
  • application/json

Responses
Table 9. http response codes
Code Message Datatype

200

Cards successfully moved

List[Card]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "sprintId" : "5000123",
  "cardIds" : [ "cardIds", "cardIds" ]
}

2.2.5. Change the group of a card

POST

/sprints/{sprint_id}/cards/{card_id}/change-card-group/{card_group_id}

Description

Change the group of a card

DMF required:
  • DMF A10712: Api Support / Card / Change Group

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

card_group_id

The id of the card group

X

null

Content Type
  • application/json

Responses
Table 10. http response codes
Code Message Datatype

200

Successful group update

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.2.6. Change the sprint of a card

POST

/sprints/{sprint_id}/cards/{card_id}/change-sprint/{new_sprint_id}

Description

Change the sprint of a card

DMF required:
  • DMF A10713: Api Support / Card / Change Sprint

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

new_sprint_id

The id of the new sprint

X

null

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 11. http response codes
Code Message Datatype

200

Successful sprint update

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.2.7. Change the step of a card

POST

/sprints/{sprint_id}/cards/{card_id}/change-step/{sprint_step_id}

Description

Change the step of a card

DMF required:
  • DMF A10710: Api Support / Card / Change Step

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

sprint_step_id

The id of the sprint step

X

null

Content Type
  • application/json

Responses
Table 12. http response codes
Code Message Datatype

200

Successful step update

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.2.8. Change the progress step of several cards

POST

/sprints/cards/change-step

Description

Change the progress step of several cards.
Card IDs must belong to the sprintId defined in the body parameter.
StepId must belong to the sprintModel of the sprintId defined in the body parameter.

DMF required:
  • DMF A10716: Api Support / Card / Batch Change Step

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

batchUpdateStep

Information to change the progress step of several cards belonging to the same sprint BatchUpdateStepOfCards BatchUpdateStepOfCards

X

Return Type

array[Card]

Content Type
  • application/json

Responses
Table 13. http response codes
Code Message Datatype

200

The cards have successfully moved to the next progress stage.

List[Card]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "sprintId" : "5000123",
  "cardIds" : [ "cardIds", "cardIds" ],
  "stepId" : "5000123"
}

2.2.9. Create a card

PUT

/sprints/{sprint_id}/cards

Description

Create a card

DMF required:
  • DMF A10701: Api Support / Card / Insert

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142702: Helpdesk / Sprints / Modify

  • DMF 240107: Agile Factory / Board / Modify Card

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Body Parameter
Name Description Required Default Pattern

card

The card to be created Card

X

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 14. http response codes
Code Message Datatype

200

Successful creation

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "assignedTo" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "assignedToId" : "5000123",
  "cardGroup" : {
    "id" : "5000123",
    "number" : "24120524",
    "title" : "REBASE",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "order" : 2,
    "parentType" : "{}",
    "parentId" : "5000123",
    "completionDate" : "2020-01-23T04:56:07Z",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "configurableFields" : {
      "key" : "configurableFields"
    },
    "projectId" : "PROJECT1"
  },
  "cardGroupId" : "5000123",
  "comment" : "Lorem ipsum",
  "createdBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "createdById" : "5000123",
  "createdTime" : "2020-01-31T23:59:59Z",
  "estimate" : 2,
  "modificationTime" : "2020-01-31T23:59:59Z",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "order" : 2,
  "sprintId" : "5000123",
  "step" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  },
  "stepId" : "5000123",
  "stepModificationTime" : "2020-01-31T23:59:59Z",
  "title" : "Lorem ipsum",
  "sprintModel" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "company" : {
      "id" : "5000123",
      "code" : "AK",
      "name" : "Akuiteo"
    },
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "modelSteps" : [ {
      "id" : "5000123",
      "modelId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "order" : 2
    }, {
      "id" : "5000123",
      "modelId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "order" : 2
    } ]
  },
  "sprintModelId" : "5000123",
  "completionDate" : "2020-01-31T23:59:59Z",
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  }
}

2.2.10. Dashboard for sprints

POST

/sprints/dashboard

Description

Dashboard for sprints

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (Code, name, etc…) SprintDashboardCriteria

-

Query Parameters
Name Description Required Default Pattern

offset

The index of first element

-

null

limit

The max number of elements

-

null

Content Type
  • application/json

Responses
Table 15. http response codes
Code Message Datatype

200

Cards successfully loaded

List[SprintDashboardResult]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "cardCriteria" : {
    "assignedToId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "withoutAssignation" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "sprintId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "issueId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modificationTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "stepId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "title" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "readOption" : {
      "options" : [ "ASSIGNEDTO", "ASSIGNEDTO" ]
    }
  },
  "issueCriteria" : {
    "issueStatusType" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "statusType" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "contractualResolutionDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "selectOption" : {
      "mode" : "INCLUDE",
      "fields" : [ "fields", "fields" ]
    },
    "customData" : {
      "key" : {
        "includeNullResults" : false,
        "value" : "{}",
        "operator" : "IS"
      }
    },
    "productName" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "priorityId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "readOption" : {
      "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
    },
    "number" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modificationTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "createdTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tag" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productModelId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "effectiveResolutionDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "companyCode" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "targetRevisionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "salesmanId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "withoutSprint" : true,
    "productBrandId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "issueStateId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "criticalityId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectTaskId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "customerLocationId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "closureDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "externalReport" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "externallyVisible" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "sortOption" : [ {
      "fieldName" : "number"
    }, {
      "fieldName" : "number"
    } ],
    "correctiveVersionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "refClient1" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "refClient2" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tagId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "description" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "title" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "internalClosingDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "isMultiCompany" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "issueTypeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "createdByEmployeeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "environmentId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "withoutCustomData" : true,
    "functionalAreaId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "customerId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "severityId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "moduleId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "accountManagerId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "featureId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "targetVersionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "externalClosingDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "issueStatusId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productClassificationId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "correctiveRevisionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productTypeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resolutionPilotId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "contractualResponseDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "sprintStepCriteria" : {
    "companyId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "code" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modelId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "name" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tag" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "sprintCriteria" : {
    "expectedStartDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "onlyValid" : true,
    "code" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "archivedById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modelId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endedById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "isArchived" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "isStarted" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "capacity" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "readOption" : {
      "options" : [ "STARTED_BY", "STARTED_BY" ]
    },
    "expectedEndDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "archiveDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "startedById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reachedCapacity" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "name" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "isWaiting" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tag" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "isEnded" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "validity" : {
      "type" : "{}",
      "date" : "2000-06-21T04:56:07.000+00:00"
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "status" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "authorizedOnly" : true
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.2.11. Delete a card

DELETE

/sprints/{sprint_id}/cards/{card_id}

Description

Delete a card

DMF required:
  • DMF A10703: Api Support / Card / Delete

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

  • DMF 240109: Agile Factory / Board / Delete Card

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Responses
Table 16. http response codes
Code Message Datatype

204

Successful delete

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.2.12. Duplicate the card to another sprint

POST

/sprints/{sprint_id}/cards/{card_id}/duplicate-sprint/{new_sprint_id}

Description

Duplicate the card to another sprint

DMF required:
  • DMF A10714: Api Support / Card / Duplicate In Another Sprint

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142702: Helpdesk / Sprints / Modify

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

new_sprint_id

The id of the new sprint

X

null

Content Type
  • application/json

Responses
Table 17. http response codes
Code Message Datatype

200

Card successfully duplicated

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.2.13. Update a card with a patch

PATCH

/sprints/{sprint_id}/cards/{card_id}

Description

Update a card with a patch

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

All patches to apply PatchElement

-

Query Parameters
Name Description Required Default Pattern

group_id

The id of the group

X

null

Content Type
  • application/json

Responses
Table 18. http response codes
Code Message Datatype

200

Successful update using the patch

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "op" : "ADD",
  "path" : "path",
  "from" : "from",
  "value" : "{}"
}

2.2.14. Get a Card with read options

POST

/sprints/{sprint_id}/cards/{card_id}/read

Description

Get a Card with read options

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

card_id

The id of the card

X

null

Body Parameter
Name Description Required Default Pattern

CardReadOption

the read options for returned card CardReadOption

-

Content Type
  • application/json

Responses
Table 19. http response codes
Code Message Datatype

200

Card successfully loaded with read options

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "ASSIGNEDTO", "ASSIGNEDTO" ]
}

2.3. Checkbooks

2.3.1. Search checkbooks with search criteria

POST

/checkbooks/search

Description

Search checkbooks matching the search criteria

DMF required:
  • DMF A11504: Api Support / Checkbook / Search

  • DMF 020202: Sales / Quotations / Modify

  • DMF 140304: Helpdesk / Checkbooks / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria CheckbookCriteria CheckbookCriteria

X

Content Type
  • application/json

Responses
Table 20. http response codes
Code Message Datatype

200

Checkbooks have been successfully loaded

List[Checkbook]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "contractStatus" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "billingMethod" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "renewalThresholdExceeded" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "tacitRenewal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "renewalThreshold" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  }
}

2.4. Contacts

2.4.1. Get an External Requester

GET

/external-requesters/{external_requester_id}

Description

Get an External Requester

DMF required:
  • DMF A10606: Api Support / Contact / Info

  • DMF 1604__: Tools / Contacts

Parameters
Path Parameters
Name Description Required Default Pattern

external_requester_id

The id of the External Requester

X

null

Content Type
  • application/json

Responses
Table 21. http response codes
Code Message Datatype

200

External Requester successfully loaded

ExternalRequester

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.4.2. Search external Requester

POST

/external-requesters/search

Description

Search external Requester

DMF required:
  • DMF A10604: Api Support / Contact / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 160405: Tools / Contacts / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria ExternalRequesterCriteria

X

Content Type
  • application/json

Responses
Table 22. http response codes
Code Message Datatype

200

Successful external requesters search

List[ExternalRequester]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "lastTracking" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "siteHelpdeskVIPContact" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "siteDecisionMaker" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "siteSalesContact" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "modificationTime" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "siteHelpdeskMainContact" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "function" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "createdTime" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "modificationById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "keyword" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "email" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "createdById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "employeeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "siteHelpdeskContact" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "firstName" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "siteHelpdeskBlacklisted" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "siteFinancialContact" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "service" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "siteId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "siteIntern" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "siteMainContact" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  }
}

2.5. Contracts

2.5.1. Create a contract

PUT

/contracts

Description

Create a contract using the list of parameters below.

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

contract

Create a contract Contract

X

Content Type
  • text/plain

Responses
Table 23. http response codes
Code Message Datatype

200

Contract successfully inserted

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_001",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "51000122",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "order" : 2,
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "description" : "description"
  },
  "projectTaskId" : "5000123",
  "number" : "CC00001",
  "name" : "Label for my doc",
  "type" : "{}",
  "companyCode" : "AKSAS",
  "companyId" : "5000123",
  "currencyCode" : "EUR",
  "currency" : {
    "id" : "5000123",
    "name" : "Euro",
    "code" : "EUR",
    "order" : 17,
    "euro" : true,
    "euroRate" : 0.9678,
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "euroRateStartDate" : "2020-01-23T04:56:07Z",
    "euroRateEndDate" : "2020-01-23T04:56:07Z"
  },
  "date" : "2000-06-21T04:56:07.000+00:00",
  "description" : "Lorem ipsum",
  "entityCode" : "Lyon",
  "afterTaxAmount" : 120.37,
  "preTaxAmount" : 100.14,
  "thirdPartyId" : "CUSTOMER01",
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "approvalState" : "{}",
  "approvalDate" : "2000-06-21T04:56:07.000+00:00",
  "exchangeRate" : 10.26,
  "thirdPartyToBillId" : "CUSTOMER02",
  "manager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "managerId" : "5000123",
  "payment" : {
    "code" : "5 days End of month by bank transfer",
    "deadLine" : "5",
    "term" : "End of month",
    "day" : 10
  },
  "conditionOfPayment" : {
    "code" : "5 days End of month by bank transfer",
    "deadLine" : "5",
    "term" : "1",
    "day" : 10
  },
  "methodOfPayment" : "{}",
  "fiscalYear" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "journalEntryNumberingId" : "5000123"
  },
  "fiscalYearId" : "5000123",
  "accountingJournal" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "startDate" : "2000-06-21",
    "endDate" : "2000-06-21",
    "miscellaneousTransactionsProhibited" : true,
    "excludedByDefault" : true
  },
  "accountingJournalId" : "1203",
  "internal" : true,
  "group" : true,
  "assignmentIndicator" : "{}",
  "pricingMethod" : {
    "id" : "5000123",
    "code" : "AKAS",
    "name" : "TARIFS AKAS"
  },
  "pricingMethodId" : "5000125",
  "afterTaxAmountCurrency" : 1500,
  "preTaxAmountCurrency" : 100.14,
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  },
  "code" : "code",
  "extensionNumber" : 2,
  "completionDate" : "2020-01-31T23:59:59Z",
  "endDate" : "2000-06-21T04:56:07.000+00:00",
  "reminder" : {
    "title" : "Lorem ipsum",
    "text" : "Lorem ipsum"
  },
  "reminderAlert" : "reminderAlert",
  "reminderDetail" : "reminderDetail",
  "contractNature" : "{}",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerId" : "5000123",
  "customerToBill" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerToBillId" : "5000123",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "linkedEmployeeId"
  },
  "supplierId" : "5000123",
  "supplierToPay" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "linkedEmployeeId"
  },
  "supplierToPayId" : "5000123",
  "signatureDate" : "2020-01-31T23:59:59Z",
  "comments" : "Lorem ipsum",
  "contractType" : {
    "id" : "5000123",
    "code" : "ABC",
    "label" : "Lorem ipsum",
    "endDate" : "2020-01-31T23:59:59Z",
    "default" : false
  },
  "contractTypeId" : "5000123",
  "services" : [ {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  }, {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  } ],
  "stateCode" : "{}",
  "salesManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "salesManagerId" : "5000123",
  "adminManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "adminManagerId" : "5000123",
  "technicalManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "technicalManagerId" : "5000123",
  "category" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 5
  },
  "categoryId" : "5000123",
  "subCategory" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "company" : {
      "id" : "5000123",
      "code" : "AK",
      "name" : "Akuiteo",
      "legalName" : "legalName",
      "siren" : "siren",
      "siret" : "siret",
      "calendar" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "daysNotWorked" : [ 6, 6 ],
        "holidays" : [ {
          "date" : "2000-06-21T04:56:07.000+00:00",
          "type" : "FERIE"
        }, {
          "date" : "2000-06-21T04:56:07.000+00:00",
          "type" : "FERIE"
        } ]
      },
      "calendarId" : "calendarId",
      "color" : "color",
      "currency" : {
        "id" : "5000123",
        "name" : "Euro",
        "code" : "EUR",
        "order" : 17,
        "euro" : true,
        "euroRate" : 0.9678,
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "euroRateStartDate" : "2020-01-23T04:56:07Z",
        "euroRateEndDate" : "2020-01-23T04:56:07Z"
      },
      "currencyId" : "currencyId",
      "address" : {
        "id" : "id",
        "line1" : "221B Baker Street",
        "line2" : "2nd Floor",
        "line3" : "First door at your right",
        "cedex" : "CEDEX 14",
        "postalCode" : "69002",
        "city" : "London",
        "country" : "FR (for 'FRANCE')",
        "countryName" : "FRANCE",
        "department" : "75 (for 'PARIS')",
        "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
        "region" : "65 (for 'ILE DE FRANCE')",
        "regionName" : "ILE DE FRANCE",
        "phone" : "06 00 00 00 01",
        "phone2" : "06 00 00 00 02",
        "email" : "myemail@mail.com",
        "mobilePhone" : "06 00 00 00 02",
        "fax" : "04 00 00 00 07",
        "webSite" : "mysite.com"
      },
      "addressId" : "addressId"
    },
    "companyId" : "5000123",
    "type" : "{}",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "500143",
    "grouping" : "grouping",
    "ranking" : 2
  },
  "subCategoryId" : "5000123",
  "isMultiProject" : false,
  "nextBillingDate" : "2023-01-01T06:00:00Z",
  "lastBillingDate" : "2022-01-01T06:00:00Z",
  "effectiveDate" : "2020-01-01T06:00:00Z",
  "billingBlockedDate" : "2020-01-01T06:00:00Z",
  "periodicity" : {
    "id" : "5000123",
    "code" : "{}",
    "duration" : 3,
    "term" : true,
    "tacitAgrement" : true,
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "lineStartDate" : "2020-01-23T04:56:07Z"
  },
  "anniversary" : "101",
  "notBillable" : true,
  "manualBilling" : false,
  "inactiveContract" : false,
  "isHiddenHD" : false,
  "deliveryGenerationUnit" : "{}",
  "renewalTypeId" : "5000123",
  "renewalDate" : "2023-05-01T06:00:00Z",
  "renewalReminderDate" : "2023-01-01T06:00:00Z",
  "renewalReminder" : false,
  "terminationNoticeLimit" : 3,
  "reasonForTermination" : "Lorem ipsum",
  "terminationReceptionDate" : "2022-08-29T06:00:00Z",
  "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
  "externalReference" : "Lorem ipsum",
  "internalReference" : "Lorem ipsum",
  "billingSite" : {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "label" : "Lorem ipsum",
    "title" : "Mr",
    "service" : "Service A",
    "position" : "Position",
    "phone" : "1234567890",
    "phoneExtension" : "0033",
    "fax" : "101010101",
    "mobilePhone" : "1234567890",
    "workPhone" : "101010101",
    "email" : "123@example.com",
    "emailAddressNotKnown" : true,
    "emailBlackListed" : false,
    "function" : "Sales Representative",
    "customerId" : "454165",
    "contactId" : "416541",
    "siteId" : "641641",
    "mainSite" : true,
    "decisionMaker" : true,
    "financialContact" : true,
    "mainContact" : true,
    "salesContact" : false,
    "helpdeskContact" : false,
    "helpdeskMainContact" : false,
    "helpdeskVIPContact" : false,
    "helpdeskBlacklisted" : false,
    "trainingContact" : false,
    "intern" : false,
    "notes" : "Lorem ipsum dolor sit amet",
    "exitDate" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    }
  },
  "billingSiteId" : "5000123",
  "maintenanceSite" : {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "label" : "Lorem ipsum",
    "title" : "Mr",
    "service" : "Service A",
    "position" : "Position",
    "phone" : "1234567890",
    "phoneExtension" : "0033",
    "fax" : "101010101",
    "mobilePhone" : "1234567890",
    "workPhone" : "101010101",
    "email" : "123@example.com",
    "emailAddressNotKnown" : true,
    "emailBlackListed" : false,
    "function" : "Sales Representative",
    "customerId" : "454165",
    "contactId" : "416541",
    "siteId" : "641641",
    "mainSite" : true,
    "decisionMaker" : true,
    "financialContact" : true,
    "mainContact" : true,
    "salesContact" : false,
    "helpdeskContact" : false,
    "helpdeskMainContact" : false,
    "helpdeskVIPContact" : false,
    "helpdeskBlacklisted" : false,
    "trainingContact" : false,
    "intern" : false,
    "notes" : "Lorem ipsum dolor sit amet",
    "exitDate" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    }
  },
  "maintenanceSiteId" : "5000123",
  "chorusInformations" : {
    "contractNumber" : "5000123",
    "marketNumber" : "5000123",
    "serviceCode" : "ABC",
    "serviceName" : "Service Name",
    "commitmentNumber" : "123456",
    "effectiveDate" : "2020-01-31T23:59:59Z",
    "cashJournal" : "Lorem ipsum"
  }
}

2.5.2. Create a contract service-line using the list of parameters below.

PUT

/contracts/{contract_id}/contract-services/{contract_service_id}/lines

Description

Create a contract service-line using the list of parameters below.

DMF required:
  • DMF A11201: Api Support / Customer Contract Service / Insert

  • DMF 141501: Helpdesk / Customer Contracts / New

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

contract_service_id

The contract service id

X

null

Body Parameter
Name Description Required Default Pattern

contractServiceLine

The contract service-line to be created ContractServiceLine

X

Content Type
  • text/plain

Responses
Table 24. http response codes
Code Message Datatype

200

contract service-line successfully inserted

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "contractServiceId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "serialNumber" : "serialNumber",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "500000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "500000123",
  "rankNumber" : 4,
  "quantity" : 2,
  "unitPrice" : 20,
  "discountPercentage" : 13,
  "totalAmount" : 200,
  "startDate" : "2020-01-31T23:59:59Z",
  "endDate" : "2020-01-31T23:59:59Z",
  "notEditable" : true,
  "reasonForTermination" : "Lorem ipsum",
  "terminationReceptionDate" : "2020-01-31T23:59:59Z",
  "customerBeneficiary" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerBeneficiaryId" : "5000123",
  "groupingCode" : "ABC",
  "groupingCode2" : "ABC",
  "groupingCode3" : "ABC",
  "geoArea" : "EUROPE",
  "title" : "Assistance",
  "subTitle" : "Logiciel ABC",
  "subTitle2" : "Logiciel EFG",
  "isHiddenHD" : false,
  "identification" : "Helpdesk illimité",
  "additionalIdentification" : "Lorem ipsum",
  "noProrata" : false,
  "fixedUP" : true,
  "notBilled" : false,
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "500000123"
}

2.5.3. Create the service

PUT

/contracts/{contract_id}/contract-services

Description

Create the service

DMF required:
  • DMF A11201: Api Support / Customer Contract Service / Insert

  • DMF 141501: Helpdesk / Customer Contracts / New

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

contractService

The contract service to be created ContractService

X

Content Type
  • text/plain

Responses
Table 25. http response codes
Code Message Datatype

200

Contract service successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "CODE",
  "name" : "Text",
  "contractId" : "500000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PROJECT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "500000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "500000123",
  "regression" : true,
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "5000123",
  "reminder" : {
    "title" : "Lorem ipsum",
    "text" : "Lorem ipsum"
  },
  "reminderAlert" : "reminderAlert",
  "reminderDetail" : "reminderDetail",
  "lines" : [ {
    "id" : "5000123",
    "contractServiceId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "serialNumber" : "serialNumber",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "rankNumber" : 4,
    "quantity" : 2,
    "unitPrice" : 20,
    "discountPercentage" : 13,
    "totalAmount" : 200,
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "notEditable" : true,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2020-01-31T23:59:59Z",
    "customerBeneficiary" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerBeneficiaryId" : "5000123",
    "groupingCode" : "ABC",
    "groupingCode2" : "ABC",
    "groupingCode3" : "ABC",
    "geoArea" : "EUROPE",
    "title" : "Assistance",
    "subTitle" : "Logiciel ABC",
    "subTitle2" : "Logiciel EFG",
    "isHiddenHD" : false,
    "identification" : "Helpdesk illimité",
    "additionalIdentification" : "Lorem ipsum",
    "noProrata" : false,
    "fixedUP" : true,
    "notBilled" : false,
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "500000123"
  }, {
    "id" : "5000123",
    "contractServiceId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "serialNumber" : "serialNumber",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "rankNumber" : 4,
    "quantity" : 2,
    "unitPrice" : 20,
    "discountPercentage" : 13,
    "totalAmount" : 200,
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "notEditable" : true,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2020-01-31T23:59:59Z",
    "customerBeneficiary" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerBeneficiaryId" : "5000123",
    "groupingCode" : "ABC",
    "groupingCode2" : "ABC",
    "groupingCode3" : "ABC",
    "geoArea" : "EUROPE",
    "title" : "Assistance",
    "subTitle" : "Logiciel ABC",
    "subTitle2" : "Logiciel EFG",
    "isHiddenHD" : false,
    "identification" : "Helpdesk illimité",
    "additionalIdentification" : "Lorem ipsum",
    "noProrata" : false,
    "fixedUP" : true,
    "notBilled" : false,
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "500000123"
  } ],
  "templateContractServiceId" : "5000123",
  "isMultiProject" : false,
  "rankNumber" : 4,
  "productBilled" : {
    "id" : "5000123",
    "reference" : "ENGLISH",
    "grouping" : "LICENCE",
    "family" : "FML-LICENCE",
    "subFamily" : "RECCURENT",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "10024",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 5,
      "subCategoryType" : "{}"
    },
    "subCategoryId" : "11037",
    "companyCode" : "AKSAS",
    "entityCode" : "Lyon",
    "shortName" : "Maint",
    "name" : "Maintenance",
    "inventory" : true,
    "comment" : "Lorem ipsum",
    "billingMode" : "{}",
    "quantityPrecision" : 2,
    "unitPricePrecision" : 3,
    "productionEstimatedDuration" : 30,
    "inventoryAndPackaging" : {
      "packagingType" : "Warehouse",
      "packagingUnit" : 12
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "accountSettings" : {
      "localCostAccount" : "411000",
      "localGroupAccount" : "411000",
      "localSubscriptionAccount" : "411000",
      "localInternalAccount" : "411000",
      "intraComCostAccount" : "411000",
      "intraComGroupAccount" : "411000",
      "intraComSubscriptionAccount" : "411000",
      "intraComInternalAccount" : "411000",
      "exportCostAccount" : "411000",
      "exportGroupAccount" : "411000",
      "toBeEstablishedAccount" : "411000",
      "vatCode" : "1",
      "reverseVAT" : true,
      "disabledDate" : "2000-06-21",
      "marketEndDate" : "2000-06-21"
    },
    "productionInformations" : {
      "linkedToAdvancePayments" : true,
      "targetDay" : 22,
      "billingTargetDay" : 5,
      "estimatedDuration" : 240,
      "defaultDisplay" : false,
      "team" : {
        "id" : "5000123",
        "code" : "PRD",
        "name" : "PROD"
      },
      "teamId" : "5000123"
    },
    "automaticTitle" : "IT PRODUCT"
  },
  "productBilledId" : "500000123",
  "isHiddenHD" : false,
  "revision" : {
    "indexCode" : "ABC",
    "factor" : 1,
    "additionalIncrease" : 2,
    "minimumIncrease" : 5,
    "maximumIncrease" : 10,
    "period" : "{}",
    "revaluation" : true,
    "nextDate" : "2020-01-31T23:59:59Z",
    "referenceMonth" : 11,
    "prorataMethod" : "{}"
  }
}

2.5.4. Delete an contract

DELETE

/contracts/{contract_id}

Description

Delete an contract

DMF required:
  • DMF 141503: Helpdesk / Customer Contracts / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Responses
Table 26. http response codes
Code Message Datatype

204

Contract successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.5.5. Delete a contract service

DELETE

/contracts/{contract_id}/contract-services/{contract_service_id}

Description

Delete a contract service

DMF required:
  • DMF A10502: Api Support / Contract / Update

  • DMF 141502: Helpdesk / Customer Contracts / Modify

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

contract_service_id

The contract service id

X

null

Responses
Table 27. http response codes
Code Message Datatype

204

The contract service successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.5.6. Delete a contract service-line

DELETE

/contracts/{contract_id}/contract-services/{contract_service_id}/lines/{contract_service_line_id}

Description

Delete a contract service-line

DMF required:
  • DMF A10502: Api Support / Contract / Update

  • DMF 141502: Helpdesk / Customer Contracts / Modify

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

contract_service_id

The contract service id

X

null

contract_service_line_id

The contract service line id

X

null

Responses
Table 28. http response codes
Code Message Datatype

204

The contract service-line successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.5.7. Search a contract by its ID

GET

/contracts/{contract_id}

Description

Get a contract, matching the specified ID.

DMF required:
  • DMF A10506: Api Support / Contract / Info

  • DMF 141505: Helpdesk / Customer Contracts / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Content Type
  • application/json

Responses
Table 29. http response codes
Code Message Datatype

200

Contract successful loaded

Contract

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.5.8. Get all services of a contract

GET

/contracts/{contract_id}/contract-services

Description

Get all services of a contract

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Content Type
  • application/json

Responses
Table 30. http response codes
Code Message Datatype

200

Contract services successfully loaded

List[ContractService]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.5.9. Get a Severity from a contract service

GET

/contracts/contract-services/{contract_service_id}/severities

Description

Get a Severity from a contract service

DMF required:
  • DMF A10506: Api Support / Contract / Info

  • DMF 141505: Helpdesk / Customer Contracts / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

contract_service_id

The contract service id

X

null

Content Type
  • application/json

Responses
Table 31. http response codes
Code Message Datatype

200

Severity successfully loaded

Severity

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.5.10. Update a contract with a patch

PATCH

/contracts/{contract_id}

Description

Update a contract with a list of patches given in parameters.
DMF required:
* DMF A10504: Update a contract.

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

All patches to applies PatchElement

-

Responses
Table 32. http response codes
Code Message Datatype

204

Contract successfully updated using the patch

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "op" : "ADD",
  "path" : "path",
  "from" : "from",
  "value" : "{}"
}

2.5.11. Publish a contract using the template given as a parameter.

POST

/contracts/{contract_id}/publish

Description

Publish a contract using the template given as a parameter.

DMF required:
  • DMF A10505: Api Support / Contract / Publish

  • DMF 141508: Helpdesk / Customer Contracts / Print

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing a contract PublishArguments

X

Content Type
  • application/json

Responses
Table 33. http response codes
Code Message Datatype

200

Customer contract successfully updated

PublishedDocument

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "template" : {
    "id" : "5000123",
    "code" : "MODELE_EDITION_001",
    "name" : "Edition model for my documents",
    "type" : {
      "code" : "TEMP01",
      "name" : "Template one",
      "modelId" : "5000123",
      "modelDescription" : "Lorem Ipsum"
    },
    "publishType" : "{}",
    "path" : "C://MyDoc/Template/modele_edition_001",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "extensions" : ".pdf, .docx",
    "defaultTemplate" : true,
    "interactive" : true,
    "order" : 1
  },
  "extension" : ".pdf",
  "parameters" : [ {
    "groupName" : "text_box",
    "labelText" : "Detail BL",
    "pattern" : "cl",
    "nameField" : "DetailBL",
    "selectionList" : [ {
      "label" : "Bank transfer",
      "value" : "BT"
    }, {
      "label" : "Bank transfer",
      "value" : "BT"
    } ],
    "nameFieldNext" : "DetailCheckbox",
    "value" : "checked",
    "required" : true
  }, {
    "groupName" : "text_box",
    "labelText" : "Detail BL",
    "pattern" : "cl",
    "nameField" : "DetailBL",
    "selectionList" : [ {
      "label" : "Bank transfer",
      "value" : "BT"
    }, {
      "label" : "Bank transfer",
      "value" : "BT"
    } ],
    "nameFieldNext" : "DetailCheckbox",
    "value" : "checked",
    "required" : true
  } ],
  "saveDocument" : true
}

2.5.12. Get all services of a contract with read options

POST

/contracts/{contract_id}/contract-services/lines/read

Description

Get all services of a contract with read options

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

read_option

the read options for returned contract service lines ContractServiceLineReadOption

-

Content Type
  • application/json

Responses
Table 34. http response codes
Code Message Datatype

200

Contract services lines successfully loaded

List[ContractServiceLine]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
}

2.5.13. Search a contract with read options

POST

/contracts/{contract_id}/read

Description

Get a contract, with additional information of your choice (example: change tracking information).
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF A10506: Api Support / Contract / Info

  • DMF 141505: Helpdesk / Customer Contracts / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned contract ContractReadOption

-

Content Type
  • application/json

Responses
Table 35. http response codes
Code Message Datatype

200

Contract successfully loaded

Contract

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
}

2.5.14. Search service lines

POST

/contracts/contract-services/lines/search

Description

Search service lines

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

search criteria ContractServiceLineCriteria

X

Content Type
  • application/json

Responses
Table 36. http response codes
Code Message Datatype

200

Contract services lines successfully loaded

List[ContractServiceLine]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "serialNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "endDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "isHiddenHD" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "geoArea" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractServiceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "groupingCode2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "groupingCode3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "notBilled" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "readOption" : {
    "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
  },
  "groupingCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "teamId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customerBeneficiaryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "startDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "terminationReceptionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  }
}

2.5.15. Search service lines of a contract

POST

/contracts/{contract_id}/contract-services/lines/search

Description

Search service lines of a contract

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

criteria

search criteria ContractServiceLineCriteria

X

Content Type
  • application/json

Responses
Table 37. http response codes
Code Message Datatype

200

Contract services lines successfully loaded

List[ContractServiceLine]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "serialNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "endDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "isHiddenHD" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "geoArea" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractServiceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "groupingCode2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "groupingCode3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "notBilled" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "readOption" : {
    "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
  },
  "groupingCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "teamId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customerBeneficiaryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "startDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "terminationReceptionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  }
}

2.5.16. Search contract services

POST

/contracts/contract-services/search

Description

Search services

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria ContractServiceCriteria

-

Content Type
  • application/json

Responses
Table 38. http response codes
Code Message Datatype

200

Successful services search

List[ContractService]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "revisionIndexCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractNature" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isHiddenHD" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "revisionNextDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "readOption" : {
    "options" : [ "CONTRACT", "CONTRACT" ]
  }
}

2.5.17. Search the service of a Contract

POST

/contracts/{contract_id}/contract-services

Description

Search the service of a Contract

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

criteria

search criteria ContractServiceCriteria

X

Content Type
  • application/json

Responses
Table 39. http response codes
Code Message Datatype

200

Contract services successfully loaded

List[ContractService]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "revisionIndexCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractNature" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isHiddenHD" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "revisionNextDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "readOption" : {
    "options" : [ "CONTRACT", "CONTRACT" ]
  }
}

2.5.18. Search contracts

POST

/contracts/search

Description

Search contracts

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria ContractCriteria

-

Content Type
  • application/json

Responses
Table 40. http response codes
Code Message Datatype

200

Successful contracts search

List[Contract]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "customerToBillId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isMultiProject" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "nextBillingDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "chorusReadOption" : {
    "contractNumber" : "5000123",
    "marketNumber" : "5000123",
    "serviceCode" : "ABC",
    "serviceName" : "Service Name",
    "commitmentNumber" : "123456",
    "effectiveDate" : "2020-01-31T23:59:59Z",
    "cashJournal" : "Lorem ipsum"
  },
  "lastBillingDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "isHiddenHD" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "periodicityStartDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "readOption" : {
    "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
  },
  "periodicityTacitRenewal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "number" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "notBillable" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "blocked" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "modificationTime" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "customerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierToPayId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "createdTime" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "modificationById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "periodicityTerm" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "inactiveContract" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "manualBilling" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "periodicityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "createdById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "terminationEffectiveDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "internalReference" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "renewalDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "contractTypeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "accountingJournalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "externalReference" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "signatureDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "extensionNumber" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "stateCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "currencyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "effectiveDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "anniversary" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.5.19. Update an contract

POST

/contracts/{contract_id}

Description

Update an contract

DMF required:
  • DMF A10504: Api Support / Contract / Search

  • DMF 141301: Helpdesk / Issues / New

  • DMF 141328: Helpdesk / Issues / Modify Context

  • DMF 141504: Helpdesk / Customer Contracts / Show

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

contract

The contract to be updated Contract

X

Content Type
  • text/plain

Responses
Table 41. http response codes
Code Message Datatype

200

Contract successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_001",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "51000122",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "order" : 2,
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "description" : "description"
  },
  "projectTaskId" : "5000123",
  "number" : "CC00001",
  "name" : "Label for my doc",
  "type" : "{}",
  "companyCode" : "AKSAS",
  "companyId" : "5000123",
  "currencyCode" : "EUR",
  "currency" : {
    "id" : "5000123",
    "name" : "Euro",
    "code" : "EUR",
    "order" : 17,
    "euro" : true,
    "euroRate" : 0.9678,
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "euroRateStartDate" : "2020-01-23T04:56:07Z",
    "euroRateEndDate" : "2020-01-23T04:56:07Z"
  },
  "date" : "2000-06-21T04:56:07.000+00:00",
  "description" : "Lorem ipsum",
  "entityCode" : "Lyon",
  "afterTaxAmount" : 120.37,
  "preTaxAmount" : 100.14,
  "thirdPartyId" : "CUSTOMER01",
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "approvalState" : "{}",
  "approvalDate" : "2000-06-21T04:56:07.000+00:00",
  "exchangeRate" : 10.26,
  "thirdPartyToBillId" : "CUSTOMER02",
  "manager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "managerId" : "5000123",
  "payment" : {
    "code" : "5 days End of month by bank transfer",
    "deadLine" : "5",
    "term" : "End of month",
    "day" : 10
  },
  "conditionOfPayment" : {
    "code" : "5 days End of month by bank transfer",
    "deadLine" : "5",
    "term" : "1",
    "day" : 10
  },
  "methodOfPayment" : "{}",
  "fiscalYear" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "journalEntryNumberingId" : "5000123"
  },
  "fiscalYearId" : "5000123",
  "accountingJournal" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "startDate" : "2000-06-21",
    "endDate" : "2000-06-21",
    "miscellaneousTransactionsProhibited" : true,
    "excludedByDefault" : true
  },
  "accountingJournalId" : "1203",
  "internal" : true,
  "group" : true,
  "assignmentIndicator" : "{}",
  "pricingMethod" : {
    "id" : "5000123",
    "code" : "AKAS",
    "name" : "TARIFS AKAS"
  },
  "pricingMethodId" : "5000125",
  "afterTaxAmountCurrency" : 1500,
  "preTaxAmountCurrency" : 100.14,
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  },
  "code" : "code",
  "extensionNumber" : 2,
  "completionDate" : "2020-01-31T23:59:59Z",
  "endDate" : "2000-06-21T04:56:07.000+00:00",
  "reminder" : {
    "title" : "Lorem ipsum",
    "text" : "Lorem ipsum"
  },
  "reminderAlert" : "reminderAlert",
  "reminderDetail" : "reminderDetail",
  "contractNature" : "{}",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerId" : "5000123",
  "customerToBill" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerToBillId" : "5000123",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "linkedEmployeeId"
  },
  "supplierId" : "5000123",
  "supplierToPay" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "linkedEmployeeId"
  },
  "supplierToPayId" : "5000123",
  "signatureDate" : "2020-01-31T23:59:59Z",
  "comments" : "Lorem ipsum",
  "contractType" : {
    "id" : "5000123",
    "code" : "ABC",
    "label" : "Lorem ipsum",
    "endDate" : "2020-01-31T23:59:59Z",
    "default" : false
  },
  "contractTypeId" : "5000123",
  "services" : [ {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  }, {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  } ],
  "stateCode" : "{}",
  "salesManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "salesManagerId" : "5000123",
  "adminManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "adminManagerId" : "5000123",
  "technicalManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "technicalManagerId" : "5000123",
  "category" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 5
  },
  "categoryId" : "5000123",
  "subCategory" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "company" : {
      "id" : "5000123",
      "code" : "AK",
      "name" : "Akuiteo",
      "legalName" : "legalName",
      "siren" : "siren",
      "siret" : "siret",
      "calendar" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "daysNotWorked" : [ 6, 6 ],
        "holidays" : [ {
          "date" : "2000-06-21T04:56:07.000+00:00",
          "type" : "FERIE"
        }, {
          "date" : "2000-06-21T04:56:07.000+00:00",
          "type" : "FERIE"
        } ]
      },
      "calendarId" : "calendarId",
      "color" : "color",
      "currency" : {
        "id" : "5000123",
        "name" : "Euro",
        "code" : "EUR",
        "order" : 17,
        "euro" : true,
        "euroRate" : 0.9678,
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "euroRateStartDate" : "2020-01-23T04:56:07Z",
        "euroRateEndDate" : "2020-01-23T04:56:07Z"
      },
      "currencyId" : "currencyId",
      "address" : {
        "id" : "id",
        "line1" : "221B Baker Street",
        "line2" : "2nd Floor",
        "line3" : "First door at your right",
        "cedex" : "CEDEX 14",
        "postalCode" : "69002",
        "city" : "London",
        "country" : "FR (for 'FRANCE')",
        "countryName" : "FRANCE",
        "department" : "75 (for 'PARIS')",
        "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
        "region" : "65 (for 'ILE DE FRANCE')",
        "regionName" : "ILE DE FRANCE",
        "phone" : "06 00 00 00 01",
        "phone2" : "06 00 00 00 02",
        "email" : "myemail@mail.com",
        "mobilePhone" : "06 00 00 00 02",
        "fax" : "04 00 00 00 07",
        "webSite" : "mysite.com"
      },
      "addressId" : "addressId"
    },
    "companyId" : "5000123",
    "type" : "{}",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "500143",
    "grouping" : "grouping",
    "ranking" : 2
  },
  "subCategoryId" : "5000123",
  "isMultiProject" : false,
  "nextBillingDate" : "2023-01-01T06:00:00Z",
  "lastBillingDate" : "2022-01-01T06:00:00Z",
  "effectiveDate" : "2020-01-01T06:00:00Z",
  "billingBlockedDate" : "2020-01-01T06:00:00Z",
  "periodicity" : {
    "id" : "5000123",
    "code" : "{}",
    "duration" : 3,
    "term" : true,
    "tacitAgrement" : true,
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "lineStartDate" : "2020-01-23T04:56:07Z"
  },
  "anniversary" : "101",
  "notBillable" : true,
  "manualBilling" : false,
  "inactiveContract" : false,
  "isHiddenHD" : false,
  "deliveryGenerationUnit" : "{}",
  "renewalTypeId" : "5000123",
  "renewalDate" : "2023-05-01T06:00:00Z",
  "renewalReminderDate" : "2023-01-01T06:00:00Z",
  "renewalReminder" : false,
  "terminationNoticeLimit" : 3,
  "reasonForTermination" : "Lorem ipsum",
  "terminationReceptionDate" : "2022-08-29T06:00:00Z",
  "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
  "externalReference" : "Lorem ipsum",
  "internalReference" : "Lorem ipsum",
  "billingSite" : {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "label" : "Lorem ipsum",
    "title" : "Mr",
    "service" : "Service A",
    "position" : "Position",
    "phone" : "1234567890",
    "phoneExtension" : "0033",
    "fax" : "101010101",
    "mobilePhone" : "1234567890",
    "workPhone" : "101010101",
    "email" : "123@example.com",
    "emailAddressNotKnown" : true,
    "emailBlackListed" : false,
    "function" : "Sales Representative",
    "customerId" : "454165",
    "contactId" : "416541",
    "siteId" : "641641",
    "mainSite" : true,
    "decisionMaker" : true,
    "financialContact" : true,
    "mainContact" : true,
    "salesContact" : false,
    "helpdeskContact" : false,
    "helpdeskMainContact" : false,
    "helpdeskVIPContact" : false,
    "helpdeskBlacklisted" : false,
    "trainingContact" : false,
    "intern" : false,
    "notes" : "Lorem ipsum dolor sit amet",
    "exitDate" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    }
  },
  "billingSiteId" : "5000123",
  "maintenanceSite" : {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "label" : "Lorem ipsum",
    "title" : "Mr",
    "service" : "Service A",
    "position" : "Position",
    "phone" : "1234567890",
    "phoneExtension" : "0033",
    "fax" : "101010101",
    "mobilePhone" : "1234567890",
    "workPhone" : "101010101",
    "email" : "123@example.com",
    "emailAddressNotKnown" : true,
    "emailBlackListed" : false,
    "function" : "Sales Representative",
    "customerId" : "454165",
    "contactId" : "416541",
    "siteId" : "641641",
    "mainSite" : true,
    "decisionMaker" : true,
    "financialContact" : true,
    "mainContact" : true,
    "salesContact" : false,
    "helpdeskContact" : false,
    "helpdeskMainContact" : false,
    "helpdeskVIPContact" : false,
    "helpdeskBlacklisted" : false,
    "trainingContact" : false,
    "intern" : false,
    "notes" : "Lorem ipsum dolor sit amet",
    "exitDate" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    }
  },
  "maintenanceSiteId" : "5000123",
  "chorusInformations" : {
    "contractNumber" : "5000123",
    "marketNumber" : "5000123",
    "serviceCode" : "ABC",
    "serviceName" : "Service Name",
    "commitmentNumber" : "123456",
    "effectiveDate" : "2020-01-31T23:59:59Z",
    "cashJournal" : "Lorem ipsum"
  }
}

2.5.20. Update a contract service

POST

/contracts/{contract_id}/contract-services/{contract_service_id}

Description

Update a contract service

DMF required:
  • DMF A10502: Api Support / Contract / Update

  • DMF 141502: Helpdesk / Customer Contracts / Modify

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

contract_service_id

The contract service id

X

null

Body Parameter
Name Description Required Default Pattern

contractService

The contract service to be updated ContractService

X

Content Type
  • text/plain

Responses
Table 42. http response codes
Code Message Datatype

200

The contract service successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "CODE",
  "name" : "Text",
  "contractId" : "500000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PROJECT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "500000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "500000123",
  "regression" : true,
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "5000123",
  "reminder" : {
    "title" : "Lorem ipsum",
    "text" : "Lorem ipsum"
  },
  "reminderAlert" : "reminderAlert",
  "reminderDetail" : "reminderDetail",
  "lines" : [ {
    "id" : "5000123",
    "contractServiceId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "serialNumber" : "serialNumber",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "rankNumber" : 4,
    "quantity" : 2,
    "unitPrice" : 20,
    "discountPercentage" : 13,
    "totalAmount" : 200,
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "notEditable" : true,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2020-01-31T23:59:59Z",
    "customerBeneficiary" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerBeneficiaryId" : "5000123",
    "groupingCode" : "ABC",
    "groupingCode2" : "ABC",
    "groupingCode3" : "ABC",
    "geoArea" : "EUROPE",
    "title" : "Assistance",
    "subTitle" : "Logiciel ABC",
    "subTitle2" : "Logiciel EFG",
    "isHiddenHD" : false,
    "identification" : "Helpdesk illimité",
    "additionalIdentification" : "Lorem ipsum",
    "noProrata" : false,
    "fixedUP" : true,
    "notBilled" : false,
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "500000123"
  }, {
    "id" : "5000123",
    "contractServiceId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "serialNumber" : "serialNumber",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "rankNumber" : 4,
    "quantity" : 2,
    "unitPrice" : 20,
    "discountPercentage" : 13,
    "totalAmount" : 200,
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "notEditable" : true,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2020-01-31T23:59:59Z",
    "customerBeneficiary" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerBeneficiaryId" : "5000123",
    "groupingCode" : "ABC",
    "groupingCode2" : "ABC",
    "groupingCode3" : "ABC",
    "geoArea" : "EUROPE",
    "title" : "Assistance",
    "subTitle" : "Logiciel ABC",
    "subTitle2" : "Logiciel EFG",
    "isHiddenHD" : false,
    "identification" : "Helpdesk illimité",
    "additionalIdentification" : "Lorem ipsum",
    "noProrata" : false,
    "fixedUP" : true,
    "notBilled" : false,
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "500000123"
  } ],
  "templateContractServiceId" : "5000123",
  "isMultiProject" : false,
  "rankNumber" : 4,
  "productBilled" : {
    "id" : "5000123",
    "reference" : "ENGLISH",
    "grouping" : "LICENCE",
    "family" : "FML-LICENCE",
    "subFamily" : "RECCURENT",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "10024",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 5,
      "subCategoryType" : "{}"
    },
    "subCategoryId" : "11037",
    "companyCode" : "AKSAS",
    "entityCode" : "Lyon",
    "shortName" : "Maint",
    "name" : "Maintenance",
    "inventory" : true,
    "comment" : "Lorem ipsum",
    "billingMode" : "{}",
    "quantityPrecision" : 2,
    "unitPricePrecision" : 3,
    "productionEstimatedDuration" : 30,
    "inventoryAndPackaging" : {
      "packagingType" : "Warehouse",
      "packagingUnit" : 12
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "accountSettings" : {
      "localCostAccount" : "411000",
      "localGroupAccount" : "411000",
      "localSubscriptionAccount" : "411000",
      "localInternalAccount" : "411000",
      "intraComCostAccount" : "411000",
      "intraComGroupAccount" : "411000",
      "intraComSubscriptionAccount" : "411000",
      "intraComInternalAccount" : "411000",
      "exportCostAccount" : "411000",
      "exportGroupAccount" : "411000",
      "toBeEstablishedAccount" : "411000",
      "vatCode" : "1",
      "reverseVAT" : true,
      "disabledDate" : "2000-06-21",
      "marketEndDate" : "2000-06-21"
    },
    "productionInformations" : {
      "linkedToAdvancePayments" : true,
      "targetDay" : 22,
      "billingTargetDay" : 5,
      "estimatedDuration" : 240,
      "defaultDisplay" : false,
      "team" : {
        "id" : "5000123",
        "code" : "PRD",
        "name" : "PROD"
      },
      "teamId" : "5000123"
    },
    "automaticTitle" : "IT PRODUCT"
  },
  "productBilledId" : "500000123",
  "isHiddenHD" : false,
  "revision" : {
    "indexCode" : "ABC",
    "factor" : 1,
    "additionalIncrease" : 2,
    "minimumIncrease" : 5,
    "maximumIncrease" : 10,
    "period" : "{}",
    "revaluation" : true,
    "nextDate" : "2020-01-31T23:59:59Z",
    "referenceMonth" : 11,
    "prorataMethod" : "{}"
  }
}

2.5.21. Update a contract service-line

POST

/contracts/{contract_id}/contract-services/{contract_service_id}/lines/{contract_service_line_id}

Description

Update a contract service-line

DMF required:
  • DMF A10502: Api Support / Contract / Update

  • DMF 141502: Helpdesk / Customer Contracts / Modify

And
  • DMF A11204: Api Support / Customer Contract Service / Search

  • DMF 141507: Helpdesk / Customer Contracts / Services

And
  • DMF A11202: Api Support / Customer Contract Service / Update

  • DMF 141534: Helpdesk / Customer Contracts / Update Dates In Contract Lines

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

contract_service_id

The contract service id

X

null

contract_service_line_id

The contract service line id

X

null

Body Parameter
Name Description Required Default Pattern

contractServiceLine

The contract service-line to be updated ContractServiceLine

X

Content Type
  • text/plain

Responses
Table 43. http response codes
Code Message Datatype

200

The contract service-line successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "contractServiceId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "serialNumber" : "serialNumber",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "500000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "500000123",
  "rankNumber" : 4,
  "quantity" : 2,
  "unitPrice" : 20,
  "discountPercentage" : 13,
  "totalAmount" : 200,
  "startDate" : "2020-01-31T23:59:59Z",
  "endDate" : "2020-01-31T23:59:59Z",
  "notEditable" : true,
  "reasonForTermination" : "Lorem ipsum",
  "terminationReceptionDate" : "2020-01-31T23:59:59Z",
  "customerBeneficiary" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerBeneficiaryId" : "5000123",
  "groupingCode" : "ABC",
  "groupingCode2" : "ABC",
  "groupingCode3" : "ABC",
  "geoArea" : "EUROPE",
  "title" : "Assistance",
  "subTitle" : "Logiciel ABC",
  "subTitle2" : "Logiciel EFG",
  "isHiddenHD" : false,
  "identification" : "Helpdesk illimité",
  "additionalIdentification" : "Lorem ipsum",
  "noProrata" : false,
  "fixedUP" : true,
  "notBilled" : false,
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "500000123"
}

2.5.22. Update the customer of a contract

POST

/contracts/{contract_id}/customers/change

Description

Update the customer of a contract.

DMF required:
  • DMF A10507: Api Support / Contract / Update The Customer Of A Contract

  • DMF 141532: Helpdesk / Customer Contracts / Modify Customer

Parameters
Path Parameters
Name Description Required Default Pattern

contract_id

The contract id

X

null

Body Parameter
Name Description Required Default Pattern

contractAffectation

A contract affectation to be updated ContractAffectation

X

Content Type
  • text/plain

Responses
Table 44. http response codes
Code Message Datatype

200

Customer contract successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "customerId" : "5000123",
  "phaseId" : "5000123",
  "subPhaseId" : "5000123",
  "projectId" : "PROJECT_1"
}

2.6. Customers Support

2.6.1. Check if the client is blocked based on the call taking blocking rule, using the contract and the state of the invoice if needed

POST

/customers/{customer_id}/check-blocking

Description

Check if the client is blocked based on the call taking blocking rule, using the contract and the state of the invoice if needed

DMF required:
  • DMF A11306: Api Support / Customer Support / Info

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

customer_id

The id of the customer

X

null

Query Parameters
Name Description Required Default Pattern

contract_id

The contract id

-

null

Content Type
  • application/json

Responses
Table 45. http response codes
Code Message Datatype

200

Customer blocking information

BlockingInformation

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.7. Issue Timesheets

2.7.1. Add a duration on this task

POST

/issues/{issue_id}/tasks/{task_id}/timesheet-entries

Description

Add a duration on this task

DMF required:
  • DMF A10213: Api Support / Tasks / Time Recordings

  • DMF 060301: Projects / Timesheets / New

  • DMF 060304: Projects / Timesheets / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141424: Helpdesk / Tasks / Add Time On Task I Am Not Assigned To

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142614: Helpdesk / Simplified Issue / Add Time On Task I Am Not Assigned To

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

timesheet

The timesheet which contains the duration, date and data referential TimesheetEntryBase

X

Content Type
  • text/plain

Responses
Table 46. http response codes
Code Message Datatype

200

Timesheet entries successfully added, returns the sum of all timesheets on this task

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "id" : "id",
  "guid" : "guid",
  "type" : "SCHEDULE",
  "date" : "2000-06-21T04:56:07.000+00:00",
  "duration" : 2,
  "unit" : "{}",
  "durations" : {
    "durationMinute" : 240,
    "durationHourMinute" : 2.3,
    "durationHour" : 2.7,
    "durationDay" : 0.25
  },
  "employee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "employeeId" : "5000123",
  "actionCode" : {
    "id" : "5000123",
    "name" : "ADD"
  },
  "actionCodeId" : "130012",
  "comment" : "comment",
  "location" : "Paris",
  "validated" : true,
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "taskId" : "5000123",
  "actionCode2" : {
    "id" : "5000123",
    "code" : "ADD",
    "name" : "ADD"
  },
  "actionCode2Id" : "5000123",
  "approval" : "BRUT",
  "approvalLabel" : "Refused",
  "completionDate" : "2000-06-21T04:56:07.000+00:00"
}

2.7.2. Get all existing durations on this task using

GET

/issues/{issue_id}/tasks/{task_id}/timesheet-entries

Description

Get all existing durations on this task using

DMF required:
  • DMF A10213: Api Support / Tasks / Time Recordings

  • DMF 060301: Projects / Timesheets / New

  • DMF 060304: Projects / Timesheets / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141424: Helpdesk / Tasks / Add Time On Task I Am Not Assigned To

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142614: Helpdesk / Simplified Issue / Add Time On Task I Am Not Assigned To

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Content Type
  • application/json

Responses
Table 47. http response codes
Code Message Datatype

200

Timesheet entries successfully loaded

List[TimesheetEntryBase]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.7.3. Get my existing durations on this task using

GET

/issues/{issue_id}/tasks/{task_id}/timesheet-entries/mine

Description

Get my existing durations on this task using

DMF required:
  • DMF A10213: Api Support / Tasks / Time Recordings

  • DMF 060301: Projects / Timesheets / New

  • DMF 060304: Projects / Timesheets / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141424: Helpdesk / Tasks / Add Time On Task I Am Not Assigned To

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142614: Helpdesk / Simplified Issue / Add Time On Task I Am Not Assigned To

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Content Type
  • application/json

Responses
Table 48. http response codes
Code Message Datatype

200

Timesheet entries successfully loaded

List[TimesheetEntryBase]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.7.4. Pre-fill a duration with issue and task given in parameters

POST

/issues/{issue_id}/timesheet-entries/pre-fill

Description

Pre-fill a duration with issue and task given in parameters

DMF required:
  • DMF A10213: Api Support / Tasks / Time Recordings

  • DMF 060301: Projects / Timesheets / New

  • DMF 060304: Projects / Timesheets / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141424: Helpdesk / Tasks / Add Time On Task I Am Not Assigned To

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142614: Helpdesk / Simplified Issue / Add Time On Task I Am Not Assigned To

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Query Parameters
Name Description Required Default Pattern

task_id

The id of the task

-

null

card_id

The id of the card

-

null

Content Type
  • application/json

Responses
Table 49. http response codes
Code Message Datatype

200

Timesheet successfully prefilled

TimesheetEntryBase

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.7.5. Replace all existing durations by a new duration on this task

POST

/issues/{issue_id}/tasks/{task_id}/timesheet-entries/replace

Description

Replace all existing durations by a new duration on this task

DMF required:
  • DMF A10213: Api Support / Tasks / Time Recordings

  • DMF 060301: Projects / Timesheets / New

  • DMF 060304: Projects / Timesheets / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141424: Helpdesk / Tasks / Add Time On Task I Am Not Assigned To

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142614: Helpdesk / Simplified Issue / Add Time On Task I Am Not Assigned To

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

timesheet

The timesheet which contains the duration, date and data referential TimesheetEntryBase

X

Content Type
  • text/plain

Responses
Table 50. http response codes
Code Message Datatype

200

Timesheet entries successfully replaced, returns the sum of all timesheets on this task

[Double]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "id" : "id",
  "guid" : "guid",
  "type" : "SCHEDULE",
  "date" : "2000-06-21T04:56:07.000+00:00",
  "duration" : 2,
  "unit" : "{}",
  "durations" : {
    "durationMinute" : 240,
    "durationHourMinute" : 2.3,
    "durationHour" : 2.7,
    "durationDay" : 0.25
  },
  "employee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "employeeId" : "5000123",
  "actionCode" : {
    "id" : "5000123",
    "name" : "ADD"
  },
  "actionCodeId" : "130012",
  "comment" : "comment",
  "location" : "Paris",
  "validated" : true,
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "taskId" : "5000123",
  "actionCode2" : {
    "id" : "5000123",
    "code" : "ADD",
    "name" : "ADD"
  },
  "actionCode2Id" : "5000123",
  "approval" : "BRUT",
  "approvalLabel" : "Refused",
  "completionDate" : "2000-06-21T04:56:07.000+00:00"
}

2.7.6. Remove all existing durations on this task using

POST

/issues/{issue_id}/tasks/{task_id}/timesheet-entries/delete-all

Description

Remove all existing durations on this task using

DMF required:
  • DMF A10213: Api Support / Tasks / Time Recordings

  • DMF 060301: Projects / Timesheets / New

  • DMF 060304: Projects / Timesheets / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141424: Helpdesk / Tasks / Add Time On Task I Am Not Assigned To

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142614: Helpdesk / Simplified Issue / Add Time On Task I Am Not Assigned To

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

timesheet

The timesheet which contains the duration, date and data referential TimesheetEntryBase

X

Content Type
  • text/plain

Responses
Table 51. http response codes
Code Message Datatype

200

Timesheet entries successfully deleted, returns the sum of all timesheets on this task

[Double]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "id" : "id",
  "guid" : "guid",
  "type" : "SCHEDULE",
  "date" : "2000-06-21T04:56:07.000+00:00",
  "duration" : 2,
  "unit" : "{}",
  "durations" : {
    "durationMinute" : 240,
    "durationHourMinute" : 2.3,
    "durationHour" : 2.7,
    "durationDay" : 0.25
  },
  "employee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "employeeId" : "5000123",
  "actionCode" : {
    "id" : "5000123",
    "name" : "ADD"
  },
  "actionCodeId" : "130012",
  "comment" : "comment",
  "location" : "Paris",
  "validated" : true,
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "taskId" : "5000123",
  "actionCode2" : {
    "id" : "5000123",
    "code" : "ADD",
    "name" : "ADD"
  },
  "actionCode2Id" : "5000123",
  "approval" : "BRUT",
  "approvalLabel" : "Refused",
  "completionDate" : "2000-06-21T04:56:07.000+00:00"
}

2.8. Issues

2.8.1. Batch updates the custom data

POST

/issues/custom-data/batch-update

Description

Batch updates the custom data of all issues whose identifiers are in the body parameter

DMF required:
  • DMF A10115: Api Support / Issue / Batch Update Custom Data

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

Parameters
Body Parameter
Name Description Required Default Pattern

custom_data_param_holder

All the information to perform the batch update BatchUpdateCustomDataParamHolder

-

Responses
Table 52. http response codes
Code Message Datatype

204

CustomData successfully updated

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "ids" : [ "ids", "ids" ],
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  }
}

2.8.2. Calculates the default assignment for an issue

POST

/issues/contract-service/{contract_service_id}/product/{product_id}/assignment

Description

Calculates the default assignment for an issue

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

contract_service_id

The contract service id

X

null

product_id

The id of the product

X

null

Content Type
  • application/json

Responses
Table 53. http response codes
Code Message Datatype

200

Default assignment successfully calculated

Assignment

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.3. Calculates the default team for an issue

POST

/issues/contract-service/{contract_service_id}/product/{product_id}/team

Description

Calculates the default team for an issue

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

contract_service_id

The contract service id

X

null

product_id

The id of the product

X

null

Content Type
  • application/json

Responses
Table 54. http response codes
Code Message Datatype

200

Default team successfully found

Team

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.4. Close an issue

POST

/issues/{issue_id}/close

Description

Close an issue

DMF required:
  • DMF A10211: Api Support / Tasks / Close

  • DMF 141309: Helpdesk / Issues / Close

  • DMF 141407: Helpdesk / Tasks / Complete

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

date_param

The internal closure date DateParamHolder

-

Responses
Table 55. http response codes
Code Message Datatype

204

Issue successfully closed

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "date" : "2000-01-23T04:56:07.000+00:00"
}

2.8.5. Create an issue

PUT

/issues

Description

Create an issue

DMF required:
  • DMF A10101: Api Support / Issue / Insert

  • DMF 141301: Helpdesk / Issues / New

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

issue

The issue to be created Issue

X

Content Type
  • text/plain

Responses
Table 56. http response codes
Code Message Datatype

200

Issue successfully inserted

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "number" : "24121212",
  "title" : "Text",
  "description" : "Loremp ipsum",
  "externalReport" : "Text",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerId" : "5000123",
  "customerLocation" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Paris",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "CUST_001"
  },
  "customerLocationId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJ_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "internalReport" : "Text",
  "closureDate" : "2000-06-21T04:56:07.000+00:00",
  "expectedResolutionDate" : "2020-01-23T04:56:07Z",
  "closureRating" : 5,
  "closureComment" : "Text",
  "externallyVisible" : true,
  "targetRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "targetRevisionId" : "5000123",
  "correctiveRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "correctiveRevisionId" : "5000123",
  "targetVersion" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "date" : "2020-01-23T04:56:07Z",
    "stateId" : "5000123"
  },
  "targetVersionId" : "5000123",
  "correctiveVersion" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "date" : "2020-01-23T04:56:07Z",
    "stateId" : "5000123"
  },
  "correctiveVersionId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "environment" : {
    "id" : "5000123",
    "name" : "name",
    "freeField1" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField2" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField3" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField4" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField5" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "revision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "revisionId" : "5000123"
  },
  "environmentId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "issueStatus" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "type" : "{}",
    "default" : true
  },
  "issueStatusId" : "5000123",
  "issueState" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "default" : true,
    "order" : 2
  },
  "issueStateId" : "5000123",
  "resolutionPilot" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "resolutionPilotId" : "5000123",
  "grtUnit" : "DAY",
  "grtValue" : 4,
  "gfrtUnit" : "DAY",
  "gfrtValue" : 25,
  "responseStatus" : true,
  "resolutionStatus" : true,
  "contract" : {
    "id" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "order" : 2,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "description" : "description"
    },
    "projectTaskId" : "5000123",
    "number" : "CC00001",
    "name" : "Label for my doc",
    "type" : "{}",
    "companyCode" : "AKSAS",
    "companyId" : "5000123",
    "currencyCode" : "EUR",
    "currency" : {
      "id" : "5000123",
      "name" : "Euro",
      "code" : "EUR",
      "order" : 17,
      "euro" : true,
      "euroRate" : 0.9678,
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "euroRateStartDate" : "2020-01-23T04:56:07Z",
      "euroRateEndDate" : "2020-01-23T04:56:07Z"
    },
    "date" : "2000-06-21T04:56:07.000+00:00",
    "description" : "Lorem ipsum",
    "entityCode" : "Lyon",
    "afterTaxAmount" : 120.37,
    "preTaxAmount" : 100.14,
    "thirdPartyId" : "CUSTOMER01",
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "approvalState" : "{}",
    "approvalDate" : "2000-06-21T04:56:07.000+00:00",
    "exchangeRate" : 10.26,
    "thirdPartyToBillId" : "CUSTOMER02",
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "payment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "End of month",
      "day" : 10
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "methodOfPayment" : "{}",
    "fiscalYear" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "journalEntryNumberingId" : "5000123"
    },
    "fiscalYearId" : "5000123",
    "accountingJournal" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "startDate" : "2000-06-21",
      "endDate" : "2000-06-21",
      "miscellaneousTransactionsProhibited" : true,
      "excludedByDefault" : true
    },
    "accountingJournalId" : "1203",
    "internal" : true,
    "group" : true,
    "assignmentIndicator" : "{}",
    "pricingMethod" : {
      "id" : "5000123",
      "code" : "AKAS",
      "name" : "TARIFS AKAS"
    },
    "pricingMethodId" : "5000125",
    "afterTaxAmountCurrency" : 1500,
    "preTaxAmountCurrency" : 100.14,
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    },
    "code" : "code",
    "extensionNumber" : 2,
    "completionDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "contractNature" : "{}",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerToBill" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerToBillId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierId" : "5000123",
    "supplierToPay" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierToPayId" : "5000123",
    "signatureDate" : "2020-01-31T23:59:59Z",
    "comments" : "Lorem ipsum",
    "contractType" : {
      "id" : "5000123",
      "code" : "ABC",
      "label" : "Lorem ipsum",
      "endDate" : "2020-01-31T23:59:59Z",
      "default" : false
    },
    "contractTypeId" : "5000123",
    "services" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    } ],
    "stateCode" : "{}",
    "salesManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "salesManagerId" : "5000123",
    "adminManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "adminManagerId" : "5000123",
    "technicalManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "technicalManagerId" : "5000123",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "5000123",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 2
    },
    "subCategoryId" : "5000123",
    "isMultiProject" : false,
    "nextBillingDate" : "2023-01-01T06:00:00Z",
    "lastBillingDate" : "2022-01-01T06:00:00Z",
    "effectiveDate" : "2020-01-01T06:00:00Z",
    "billingBlockedDate" : "2020-01-01T06:00:00Z",
    "periodicity" : {
      "id" : "5000123",
      "code" : "{}",
      "duration" : 3,
      "term" : true,
      "tacitAgrement" : true,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "lineStartDate" : "2020-01-23T04:56:07Z"
    },
    "anniversary" : "101",
    "notBillable" : true,
    "manualBilling" : false,
    "inactiveContract" : false,
    "isHiddenHD" : false,
    "deliveryGenerationUnit" : "{}",
    "renewalTypeId" : "5000123",
    "renewalDate" : "2023-05-01T06:00:00Z",
    "renewalReminderDate" : "2023-01-01T06:00:00Z",
    "renewalReminder" : false,
    "terminationNoticeLimit" : 3,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2022-08-29T06:00:00Z",
    "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
    "externalReference" : "Lorem ipsum",
    "internalReference" : "Lorem ipsum",
    "billingSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "billingSiteId" : "5000123",
    "maintenanceSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "maintenanceSiteId" : "5000123",
    "chorusInformations" : {
      "contractNumber" : "5000123",
      "marketNumber" : "5000123",
      "serviceCode" : "ABC",
      "serviceName" : "Service Name",
      "commitmentNumber" : "123456",
      "effectiveDate" : "2020-01-31T23:59:59Z",
      "cashJournal" : "Lorem ipsum"
    }
  },
  "contractId" : "5000123",
  "contractService" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  },
  "contractServiceId" : "5000123",
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "functionalAreaId" : "5000123",
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "featureId" : "5000123",
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "moduleId" : "5000123",
  "reference1" : "Text",
  "reference2" : "Text",
  "contractualResponseDate" : "2020-01-23T04:56:07Z",
  "effectiveResponseDate" : "2020-01-23T04:56:07Z",
  "externalClosingDate" : "2020-01-23T04:56:07Z",
  "internalClosingDate" : "2020-01-23T04:56:07Z",
  "contractualResolutionDate" : "2020-01-23T04:56:07Z",
  "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
  "receiptDate" : "2020-01-23T04:56:07Z",
  "openingDate" : "2020-01-23T04:56:07Z",
  "disabledMessages" : true,
  "onHold" : {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  },
  "onHoldId" : "5000123",
  "onHoldOccurrences" : [ {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  }, {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  } ],
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "tasks" : [ null, null ],
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "regression" : true,
  "regressionStatus" : 2,
  "estimatedResponseDate" : "2020-01-23T04:56:07Z",
  "companyCode" : "AKSAS",
  "externalRequester" : {
    "id" : "5000123",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "title" : "M.",
    "phone" : "405040504",
    "mobilePhone" : "405040504",
    "email" : "jean@email.com"
  },
  "externalRequesterId" : "5000123",
  "externalBehalfRequester" : {
    "id" : "5000123",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "title" : "M.",
    "phone" : "405040504",
    "mobilePhone" : "405040504",
    "email" : "jean@email.com"
  },
  "externalBehalfRequesterId" : "5000123",
  "tags" : [ {
    "id" : "5000123",
    "companyId" : "5000123",
    "type" : "{}",
    "code" : "ERR",
    "name" : "ISSUE",
    "comment" : "Lorem ipsum",
    "color" : "#56b7c",
    "icon" : "fa fa-plus",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "objectId" : "5000123",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "companyId" : "5000123",
    "type" : "{}",
    "code" : "ERR",
    "name" : "ISSUE",
    "comment" : "Lorem ipsum",
    "color" : "#56b7c",
    "icon" : "fa fa-plus",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "objectId" : "5000123",
    "action" : "{}"
  } ],
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "alert" : true,
  "alertReason" : "Text",
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  }
}

2.8.6. Create an issue message

PUT

/issues/{issue_id}/messages

Description

Create an issue message

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

issueMessage

The issue message to be created IssueMessage

X

Query Parameters
Name Description Required Default Pattern

notify_by_email

Set to true if users should be notified by email of a new message. This requires a valid email notification configuration.

-

null

Content Type
  • text/plain

Responses
Table 57. http response codes
Code Message Datatype

200

Issue message successfully inserted

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "date" : "2020-01-31T23:59:59Z",
  "issueId" : "5000666",
  "read" : true,
  "author" : "John DOE",
  "employeeId" : "5000123",
  "message" : "Hello,\\n can you give us some examples of uses?\\n Thank you in advance,\\n",
  "userId" : "5000124",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "isExternalEmployee" : true,
  "alert" : true,
  "intro" : "task 3 - Off hold request",
  "id" : "5000666"
}

2.8.7. Dashboard for issues and tasks

POST

/issues/dashboard

Description

Dashboard for issues and tasks

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SupportDashboardCriteria

-

Query Parameters
Name Description Required Default Pattern

offset

The index of first element

-

null

limit

The max number of elements

-

null

Content Type
  • application/json

Responses
Table 58. http response codes
Code Message Datatype

200

Issues successfully loaded

List[SupportDashboardResult]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "task" : {
    "externallyVisible" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "isOpened" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "withoutRespondingEmployee" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "expectedDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "nextTaskTypeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "respondingEmployeeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "taskTypeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "teamSubPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "teamManagerId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modificationTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "teamId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "createdTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "modificationById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "teamPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tag" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "taskId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "createdById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "issue" : {
    "issueStatusType" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "statusType" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "contractualResolutionDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "selectOption" : {
      "mode" : "INCLUDE",
      "fields" : [ "fields", "fields" ]
    },
    "customData" : {
      "key" : {
        "includeNullResults" : false,
        "value" : "{}",
        "operator" : "IS"
      }
    },
    "productName" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "priorityId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "readOption" : {
      "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
    },
    "number" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modificationTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "createdTime" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tag" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productModelId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "effectiveResolutionDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "companyCode" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "targetRevisionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "salesmanId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "withoutSprint" : true,
    "productBrandId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "issueStateId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "criticalityId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectTaskId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "customerLocationId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "closureDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "externalReport" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "externallyVisible" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "sortOption" : [ {
      "fieldName" : "number"
    }, {
      "fieldName" : "number"
    } ],
    "correctiveVersionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "refClient1" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "refClient2" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tagId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "description" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "title" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "internalClosingDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "isMultiCompany" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "issueTypeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "createdByEmployeeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "environmentId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "withoutCustomData" : true,
    "functionalAreaId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "customerId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "severityId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "moduleId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "accountManagerId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "featureId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "targetVersionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "externalClosingDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "issueStatusId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productClassificationId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "correctiveRevisionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "productTypeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resolutionPilotId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "contractualResponseDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "sprintIssueStep" : {
    "estimation" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "sprintId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "issueId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "assignedEmployeeId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "datMajStep" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "stepId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "comment" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "completionDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "title" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "readOption" : {
      "options" : [ "SPRINT", "SPRINT" ]
    }
  },
  "sprint" : {
    "expectedStartDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "onlyValid" : true,
    "code" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "archivedById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "modelId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endedById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "isArchived" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "isStarted" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "capacity" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "readOption" : {
      "options" : [ "STARTED_BY", "STARTED_BY" ]
    },
    "expectedEndDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "archiveDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "startedById" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reachedCapacity" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "name" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "isWaiting" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "tag" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "isEnded" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "validity" : {
      "type" : "{}",
      "date" : "2000-06-21T04:56:07.000+00:00"
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "status" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "authorizedOnly" : true
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyIssue" : true,
  "readOption" : {
    "options" : [ "SPRINT", "SPRINT" ]
  }
}

2.8.8. Delete an issue

DELETE

/issues/{issue_id}

Description

Delete an issue

DMF required:
  • DMF A10103: Api Support / Issue / Delete

  • DMF 141303: Helpdesk / Issues / Delete

  • DMF 142604: Helpdesk / Simplified Issue / Delete

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Responses
Table 59. http response codes
Code Message Datatype

204

Issue successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.9. Delete an issue message

DELETE

/issues/{issue_id}/messages/{message_id}

Description

Delete an issue message

DMF required:
  • DMF A10903: Api Support / Issue Message / Delete

  • DMF 141341: Helpdesk / Issues / Issue Messages

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

message_id

The id of the issue message

X

null

Responses
Table 60. http response codes
Code Message Datatype

204

The message has been successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.10. Get all documents of an issue

GET

/issues/{issue_id}/documents

Description

Get all documents of an issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Content Type
  • application/json

Responses
Table 61. http response codes
Code Message Datatype

200

Documents successfully loaded

List[DocumentVersion]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.11. Get all environment free field settings

GET

/environments/settings

Description

Get all environment free field settings

DMF required:
  • USERAK: A registered user.

Content Type
  • application/json

Responses
Table 62. http response codes
Code Message Datatype

200

Environment free field settings successfully loaded

EnvironmentFreeFieldSettings

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.12. Get an issue

GET

/issues/{issue_id}

Description

Get an issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Content Type
  • application/json

Responses
Table 63. http response codes
Code Message Datatype

200

Issue successfully loaded

Issue

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.13. Get the default action code of an issue

GET

/issues/{issue_id}/action-codes/default

Description

Get the default action code of an issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Query Parameters
Name Description Required Default Pattern

employee_id

The id of an employee

-

null

project_id

The id of a project

-

null

Content Type
  • application/json

Responses
Table 64. http response codes
Code Message Datatype

200

Action code successfully loaded

ActionCodeBase

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.14. Get histories of an issue

GET

/issues/{issue_id}/histories

Description

Get histories of an issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Content Type
  • application/json

Responses
Table 65. http response codes
Code Message Datatype

200

Histories successfully loaded

List[HistoryEntry]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.15. Get an image of an issue

GET

/issues/{issue_id}/images/{image_id}

Description

Get an image of an issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

image_id

The id of the image

X

null

Content Type
  • application/octet-stream

Responses
Table 66. http response codes
Code Message Datatype

200

The image

[File]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.16. Get an issue message

GET

/issues/{issue_id}/messages/{message_id}

Description

Get an issue message

DMF required:
  • DMF A10904: Api Support / Issue Message / Search

  • DMF 141341: Helpdesk / Issues / Issue Messages

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

message_id

The id of the issue message

X

null

Content Type
  • application/json

Responses
Table 67. http response codes
Code Message Datatype

200

Issue message successfully loaded

IssueMessage

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.17. Get an image of an issue message

GET

/issues/{issue_id}/messages/{message_id}/images/{image_id}

Description

Get an image of an issue message

DMF required:
  • DMF A10904: Api Support / Issue Message / Search

  • DMF 141341: Helpdesk / Issues / Issue Messages

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

message_id

The id of the issue message

X

null

image_id

The id of the image

X

null

Content Type
  • application/octet-stream

Responses
Table 68. http response codes
Code Message Datatype

200

The image

[File]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.18. Get an issue message setup

GET

/issue-messages/setup

Description

Get an issue message setup

DMF required:
  • DMF A10904: Api Support / Issue Message / Search

  • DMF 141341: Helpdesk / Issues / Issue Messages

  • DMF 1426__: Helpdesk / Simplified Issue

Content Type
  • application/json

Responses
Table 69. http response codes
Code Message Datatype

200

Issue message setup successfully loaded

IssueMessageSetup

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.19. Get the issue type

GET

/issues/types/{issue_type_id}

Description

Get the issue type

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

issue_type_id

The id of the issue type

X

null

Content Type
  • application/json

Responses
Table 70. http response codes
Code Message Datatype

200

IssueType successfully loaded

IssueType

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.20. Get all messages of an issue

GET

/issues/{issue_id}/messages

Description

Get all messages of an issue

DMF required:
  • DMF A10906: Api Support / Issue Message / Info

  • DMF 1413__: Helpdesk / Issues

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Query Parameters
Name Description Required Default Pattern

message_type

Set to 'CUSTOMER' to get the task messages in addition of the issue messages.

-

null

Content Type
  • application/json

Responses
Table 71. http response codes
Code Message Datatype

200

Messages successfully loaded

List[IssueMessage]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.21. Get a severity

GET

/issues/severities/{severity_id}

Description

Get a severity

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

severity_id

The id of the severity

X

null

Content Type
  • application/json

Responses
Table 72. http response codes
Code Message Datatype

200

Severity successfully loaded

Severity

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.22. Get customData

GET

/issues/custom-data

Description

Get custom data

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Content Type
  • application/json

Responses
Table 73. http response codes
Code Message Datatype

200

CustomData successfully loaded

Map[CustomData]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.23. Mark as read an issue message

POST

/issues/{issue_id}/messages/{message_id}/mark-as-read

Description

Mark as read an issue message

DMF required:
  • DMF A10910: Api Support / Issue Message / Mark As Read Or Unread

  • DMF 141341: Helpdesk / Issues / Issue Messages

  • DMF 142603: Helpdesk / Simplified Issue / Search

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

message_id

The id of the issue message

X

null

Responses
Table 74. http response codes
Code Message Datatype

204

Issue message successfully marked as read

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.24. Mark as unread an issue message

POST

/issues/{issue_id}/messages/{message_id}/mark-as-unread

Description

Mark as unread an issue message

DMF required:
  • DMF A10910: Api Support / Issue Message / Mark As Read Or Unread

  • DMF 141341: Helpdesk / Issues / Issue Messages

  • DMF 142603: Helpdesk / Simplified Issue / Search

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

message_id

The id of the issue message

X

null

Responses
Table 75. http response codes
Code Message Datatype

204

Issue message successfully marked as unread

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.25. Patch an issue

PATCH

/issues/{issue_id}

Description

Patch the issue matching the specified ID and using the list of parameters below.

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

List of patches to apply PatchElement

-

Content Type
  • text/plain

Responses
Table 76. http response codes
Code Message Datatype

200

Issue successfully patched

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "op" : "ADD",
  "path" : "path",
  "from" : "from",
  "value" : "{}"
}

2.8.26. Patch issues

PATCH

/issues/batch-update

Description

Patch issues matching the specified IDs and using the list of parameters below.

DMF required:
  • DMF A10116: Api Support / Issue / Batch Update Issues

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

Parameters
Body Parameter
Name Description Required Default Pattern

patch_holder

List of patches to apply PatchHolder

-

Content Type
  • application/json

Responses
Table 77. http response codes
Code Message Datatype

200

Issues successfully patched

List[[string]]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "ids" : [ "ids", "ids" ],
  "patchElements" : [ {
    "op" : "ADD",
    "path" : "path",
    "from" : "from",
    "value" : "{}"
  }, {
    "op" : "ADD",
    "path" : "path",
    "from" : "from",
    "value" : "{}"
  } ]
}

2.8.27. Patch issues status

PATCH

/issues/status/batch-update

Description

Patch issues status matching the specified IDs and using the list of parameters below.

DMF required:
  • DMF A10117: Api Support / Issue / Batch Update Issues Status

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

Parameters
Body Parameter
Name Description Required Default Pattern

patch_holder

List of patches to apply PatchHolder

-

Content Type
  • application/json

Responses
Table 78. http response codes
Code Message Datatype

200

Issues successfully patched

List[[string]]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "ids" : [ "ids", "ids" ],
  "patchElements" : [ {
    "op" : "ADD",
    "path" : "path",
    "from" : "from",
    "value" : "{}"
  }, {
    "op" : "ADD",
    "path" : "path",
    "from" : "from",
    "value" : "{}"
  } ]
}

2.8.28. Pre-fill an issue

POST

/issues/pre-fill

Description

Pre-fill an issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Body Parameter
Name Description Required Default Pattern

issue

The issue for pre-fill Issue

-

Query Parameters
Name Description Required Default Pattern

object_type

The type of object (see IssuePreFillObjectType)

-

null

object_id

The id of the object used to fill in the schedule

-

null

Content Type
  • application/json

Responses
Table 79. http response codes
Code Message Datatype

200

Issue successfully loaded

Issue

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "number" : "24121212",
  "title" : "Text",
  "description" : "Loremp ipsum",
  "externalReport" : "Text",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerId" : "5000123",
  "customerLocation" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Paris",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "CUST_001"
  },
  "customerLocationId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJ_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "internalReport" : "Text",
  "closureDate" : "2000-06-21T04:56:07.000+00:00",
  "expectedResolutionDate" : "2020-01-23T04:56:07Z",
  "closureRating" : 5,
  "closureComment" : "Text",
  "externallyVisible" : true,
  "targetRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "targetRevisionId" : "5000123",
  "correctiveRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "correctiveRevisionId" : "5000123",
  "targetVersion" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "date" : "2020-01-23T04:56:07Z",
    "stateId" : "5000123"
  },
  "targetVersionId" : "5000123",
  "correctiveVersion" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "date" : "2020-01-23T04:56:07Z",
    "stateId" : "5000123"
  },
  "correctiveVersionId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "environment" : {
    "id" : "5000123",
    "name" : "name",
    "freeField1" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField2" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField3" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField4" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField5" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "revision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "revisionId" : "5000123"
  },
  "environmentId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "issueStatus" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "type" : "{}",
    "default" : true
  },
  "issueStatusId" : "5000123",
  "issueState" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "default" : true,
    "order" : 2
  },
  "issueStateId" : "5000123",
  "resolutionPilot" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "resolutionPilotId" : "5000123",
  "grtUnit" : "DAY",
  "grtValue" : 4,
  "gfrtUnit" : "DAY",
  "gfrtValue" : 25,
  "responseStatus" : true,
  "resolutionStatus" : true,
  "contract" : {
    "id" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "order" : 2,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "description" : "description"
    },
    "projectTaskId" : "5000123",
    "number" : "CC00001",
    "name" : "Label for my doc",
    "type" : "{}",
    "companyCode" : "AKSAS",
    "companyId" : "5000123",
    "currencyCode" : "EUR",
    "currency" : {
      "id" : "5000123",
      "name" : "Euro",
      "code" : "EUR",
      "order" : 17,
      "euro" : true,
      "euroRate" : 0.9678,
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "euroRateStartDate" : "2020-01-23T04:56:07Z",
      "euroRateEndDate" : "2020-01-23T04:56:07Z"
    },
    "date" : "2000-06-21T04:56:07.000+00:00",
    "description" : "Lorem ipsum",
    "entityCode" : "Lyon",
    "afterTaxAmount" : 120.37,
    "preTaxAmount" : 100.14,
    "thirdPartyId" : "CUSTOMER01",
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "approvalState" : "{}",
    "approvalDate" : "2000-06-21T04:56:07.000+00:00",
    "exchangeRate" : 10.26,
    "thirdPartyToBillId" : "CUSTOMER02",
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "payment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "End of month",
      "day" : 10
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "methodOfPayment" : "{}",
    "fiscalYear" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "journalEntryNumberingId" : "5000123"
    },
    "fiscalYearId" : "5000123",
    "accountingJournal" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "startDate" : "2000-06-21",
      "endDate" : "2000-06-21",
      "miscellaneousTransactionsProhibited" : true,
      "excludedByDefault" : true
    },
    "accountingJournalId" : "1203",
    "internal" : true,
    "group" : true,
    "assignmentIndicator" : "{}",
    "pricingMethod" : {
      "id" : "5000123",
      "code" : "AKAS",
      "name" : "TARIFS AKAS"
    },
    "pricingMethodId" : "5000125",
    "afterTaxAmountCurrency" : 1500,
    "preTaxAmountCurrency" : 100.14,
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    },
    "code" : "code",
    "extensionNumber" : 2,
    "completionDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "contractNature" : "{}",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerToBill" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerToBillId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierId" : "5000123",
    "supplierToPay" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierToPayId" : "5000123",
    "signatureDate" : "2020-01-31T23:59:59Z",
    "comments" : "Lorem ipsum",
    "contractType" : {
      "id" : "5000123",
      "code" : "ABC",
      "label" : "Lorem ipsum",
      "endDate" : "2020-01-31T23:59:59Z",
      "default" : false
    },
    "contractTypeId" : "5000123",
    "services" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    } ],
    "stateCode" : "{}",
    "salesManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "salesManagerId" : "5000123",
    "adminManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "adminManagerId" : "5000123",
    "technicalManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "technicalManagerId" : "5000123",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "5000123",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 2
    },
    "subCategoryId" : "5000123",
    "isMultiProject" : false,
    "nextBillingDate" : "2023-01-01T06:00:00Z",
    "lastBillingDate" : "2022-01-01T06:00:00Z",
    "effectiveDate" : "2020-01-01T06:00:00Z",
    "billingBlockedDate" : "2020-01-01T06:00:00Z",
    "periodicity" : {
      "id" : "5000123",
      "code" : "{}",
      "duration" : 3,
      "term" : true,
      "tacitAgrement" : true,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "lineStartDate" : "2020-01-23T04:56:07Z"
    },
    "anniversary" : "101",
    "notBillable" : true,
    "manualBilling" : false,
    "inactiveContract" : false,
    "isHiddenHD" : false,
    "deliveryGenerationUnit" : "{}",
    "renewalTypeId" : "5000123",
    "renewalDate" : "2023-05-01T06:00:00Z",
    "renewalReminderDate" : "2023-01-01T06:00:00Z",
    "renewalReminder" : false,
    "terminationNoticeLimit" : 3,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2022-08-29T06:00:00Z",
    "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
    "externalReference" : "Lorem ipsum",
    "internalReference" : "Lorem ipsum",
    "billingSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "billingSiteId" : "5000123",
    "maintenanceSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "maintenanceSiteId" : "5000123",
    "chorusInformations" : {
      "contractNumber" : "5000123",
      "marketNumber" : "5000123",
      "serviceCode" : "ABC",
      "serviceName" : "Service Name",
      "commitmentNumber" : "123456",
      "effectiveDate" : "2020-01-31T23:59:59Z",
      "cashJournal" : "Lorem ipsum"
    }
  },
  "contractId" : "5000123",
  "contractService" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  },
  "contractServiceId" : "5000123",
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "functionalAreaId" : "5000123",
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "featureId" : "5000123",
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "moduleId" : "5000123",
  "reference1" : "Text",
  "reference2" : "Text",
  "contractualResponseDate" : "2020-01-23T04:56:07Z",
  "effectiveResponseDate" : "2020-01-23T04:56:07Z",
  "externalClosingDate" : "2020-01-23T04:56:07Z",
  "internalClosingDate" : "2020-01-23T04:56:07Z",
  "contractualResolutionDate" : "2020-01-23T04:56:07Z",
  "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
  "receiptDate" : "2020-01-23T04:56:07Z",
  "openingDate" : "2020-01-23T04:56:07Z",
  "disabledMessages" : true,
  "onHold" : {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  },
  "onHoldId" : "5000123",
  "onHoldOccurrences" : [ {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  }, {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  } ],
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "tasks" : [ null, null ],
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "regression" : true,
  "regressionStatus" : 2,
  "estimatedResponseDate" : "2020-01-23T04:56:07Z",
  "companyCode" : "AKSAS",
  "externalRequester" : {
    "id" : "5000123",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "title" : "M.",
    "phone" : "405040504",
    "mobilePhone" : "405040504",
    "email" : "jean@email.com"
  },
  "externalRequesterId" : "5000123",
  "externalBehalfRequester" : {
    "id" : "5000123",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "title" : "M.",
    "phone" : "405040504",
    "mobilePhone" : "405040504",
    "email" : "jean@email.com"
  },
  "externalBehalfRequesterId" : "5000123",
  "tags" : [ {
    "id" : "5000123",
    "companyId" : "5000123",
    "type" : "{}",
    "code" : "ERR",
    "name" : "ISSUE",
    "comment" : "Lorem ipsum",
    "color" : "#56b7c",
    "icon" : "fa fa-plus",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "objectId" : "5000123",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "companyId" : "5000123",
    "type" : "{}",
    "code" : "ERR",
    "name" : "ISSUE",
    "comment" : "Lorem ipsum",
    "color" : "#56b7c",
    "icon" : "fa fa-plus",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "objectId" : "5000123",
    "action" : "{}"
  } ],
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "alert" : true,
  "alertReason" : "Text",
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  }
}

2.8.29. Publish an issue

POST

/issues/{issue_id}/publish

Description

Publish an issue using the template given as a parameter.

DMF required:
  • DMF A10105: Api Support / Issue / Publish

  • DMF 141311: Helpdesk / Issues / Edit / Print

  • DMF 142612: Helpdesk / Simplified Issue / Print

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing an issue PublishArguments

X

Content Type
  • application/json

Responses
Table 80. http response codes
Code Message Datatype

200

Published document

PublishedDocument

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "template" : {
    "id" : "5000123",
    "code" : "MODELE_EDITION_001",
    "name" : "Edition model for my documents",
    "type" : {
      "code" : "TEMP01",
      "name" : "Template one",
      "modelId" : "5000123",
      "modelDescription" : "Lorem Ipsum"
    },
    "publishType" : "{}",
    "path" : "C://MyDoc/Template/modele_edition_001",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "extensions" : ".pdf, .docx",
    "defaultTemplate" : true,
    "interactive" : true,
    "order" : 1
  },
  "extension" : ".pdf",
  "parameters" : [ {
    "groupName" : "text_box",
    "labelText" : "Detail BL",
    "pattern" : "cl",
    "nameField" : "DetailBL",
    "selectionList" : [ {
      "label" : "Bank transfer",
      "value" : "BT"
    }, {
      "label" : "Bank transfer",
      "value" : "BT"
    } ],
    "nameFieldNext" : "DetailCheckbox",
    "value" : "checked",
    "required" : true
  }, {
    "groupName" : "text_box",
    "labelText" : "Detail BL",
    "pattern" : "cl",
    "nameField" : "DetailBL",
    "selectionList" : [ {
      "label" : "Bank transfer",
      "value" : "BT"
    }, {
      "label" : "Bank transfer",
      "value" : "BT"
    } ],
    "nameFieldNext" : "DetailCheckbox",
    "value" : "checked",
    "required" : true
  } ],
  "saveDocument" : true
}

2.8.30. Get an issue with read options

POST

/issues/{issue_id}/read

Description

Get an issue with read options

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned issue IssueReadOption

-

Content Type
  • application/json

Responses
Table 81. http response codes
Code Message Datatype

200

Issue successfully loaded

Issue

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
}

2.8.31. Read an issue message

POST

/issues/{issue_id}/messages/{message_id}/read

Description

Read an issue message

DMF required:
  • DMF A10904: Api Support / Issue Message / Search

  • DMF 141341: Helpdesk / Issues / Issue Messages

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

message_id

The id of the issue message

X

null

Body Parameter
Name Description Required Default Pattern

IssueMessageReadOption

The read options for returned messages IssueMessageReadOption

-

Content Type
  • application/json

Responses
Table 82. http response codes
Code Message Datatype

200

Issue message successfully loaded

IssueMessage

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
}

2.8.32. Read the issue type

POST

/issues/types/{issue_type_id}/read

Description

Read the issue type and load the associated TaskType

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_type_id

The id of the issue type

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for issue type IssueTypeReadOption

-

Content Type
  • application/json

Responses
Table 83. http response codes
Code Message Datatype

200

IssueType successfully loaded

IssueType

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "FIRST_TASK_TYPE", "FIRST_TASK_TYPE" ]
}

2.8.33. Read all messages of an issue

POST

/issues/{issue_id}/messages/read

Description

Read all messages of an issue

DMF required:
  • DMF A10906: Api Support / Issue Message / Info

  • DMF 1413__: Helpdesk / Issues

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

IssueMessageReadOption

The read options for returned messages IssueMessageReadOption

-

Content Type
  • application/json

Responses
Table 84. http response codes
Code Message Datatype

200

Messages successfully loaded

List[IssueMessage]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
}

2.8.34. Search environments

POST

/products/environments/search

Description

Search environments

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria EnvironmentCriteria

-

Content Type
  • application/json

Responses
Table 85. http response codes
Code Message Datatype

200

Successful environment search

List[Environment]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "revisionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "PRODUCT", "PRODUCT" ]
  }
}

2.8.35. Search for search field behavior

GET

/issues/search-fields-information

Deprecated
Tip
This API will soon be removed as it is no longer functional.
No data will be returned when using it.
Description

Get the list of search field behavior for Issues

DMF required:
  • DMF A10114: Api Support / Issue / Search Fields Behavior

  • DMF 1413__: Helpdesk / Issues

  • DMF 1426__: Helpdesk / Simplified Issue

Content Type
  • application/json

Responses
Table 86. http response codes
Code Message Datatype

200

Search field behavior results

List[SearchControlBehavior]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.8.36. Search issue tags

POST

/issues/tags/search

Description

Search issue tags

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria TagCriteria

-

Return Type

array[Tag]

Content Type
  • application/json

Responses
Table 87. http response codes
Code Message Datatype

200

Successful issue tags search

List[Tag]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "type" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.8.37. Search issue types

POST

/issues/types/search

Description

Search issue types

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria IssueTypeCriteria

-

Query Parameters
Name Description Required Default Pattern

contract_service_id

The id of the contract service

-

null

product_id

The id of the product

-

null

Content Type
  • application/json

Responses
Table 88. http response codes
Code Message Datatype

200

Successful types search

List[IssueType]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "default" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validityDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.8.38. Search issues

POST

/issues/search

Description

Search issues

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria IssueCriteria

-

Query Parameters
Name Description Required Default Pattern

task_id

The id of the task

-

null

offset

The index of first element

-

null

limit

The max number of elements

-

null

Content Type
  • application/json

Responses
Table 89. http response codes
Code Message Datatype

200

Issues successfully loaded

List[Issue]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "issueStatusType" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "statusType" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractualResolutionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "selectOption" : {
    "mode" : "INCLUDE",
    "fields" : [ "fields", "fields" ]
  },
  "customData" : {
    "key" : {
      "includeNullResults" : false,
      "value" : "{}",
      "operator" : "IS"
    }
  },
  "productName" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "priorityId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
  },
  "number" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "modificationTime" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "createdTime" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productModelId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "effectiveResolutionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "targetRevisionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "salesmanId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "withoutSprint" : true,
  "productBrandId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "issueStateId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "criticalityId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectTaskId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customerLocationId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "closureDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "externalReport" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "externallyVisible" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "sortOption" : [ {
    "fieldName" : "number"
  }, {
    "fieldName" : "number"
  } ],
  "correctiveVersionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "refClient1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "refClient2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tagId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "phaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "title" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "internalClosingDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "isMultiCompany" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "issueTypeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "createdByEmployeeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "environmentId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "withoutCustomData" : true,
  "functionalAreaId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "severityId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "moduleId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "accountManagerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "featureId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "targetVersionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "externalClosingDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "issueStatusId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productClassificationId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "correctiveRevisionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productTypeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "resolutionPilotId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractualResponseDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "subPhaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.8.39. Search priorities

POST

/issues/priorities/search

Description

Search priorities

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria PriorityCriteria

-

Content Type
  • application/json

Responses
Table 90. http response codes
Code Message Datatype

200

Successful priorities search

List[Priority]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "default" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.8.40. Search issue severities

POST

/issues/severities/search

Description

Search issue severities

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SeverityCriteria

-

Content Type
  • application/json

Responses
Table 91. http response codes
Code Message Datatype

200

Successful severities search

List[Severity]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "default" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validityDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractServiceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.8.41. Send Message for an issue

POST

/issues/{issue_id}/send-message

Description

A complex Mail sent with a list of recipients represented by a recipient object, a body and a title. Each MessageRecipient object will be handled in order to match Akuiteo 'Tiers' to real world email addresses.

DMF required:
  • DMF AH0111: Api Service Integration / Message / Send Message

  • DMF 020424: Sales / Deliveries / Send Multiple Deliveries By Email To Customers

  • DMF 020532: Sales / Invoices / Send Multiple Invoices By Email

  • DMF 020558: Sales / Invoices / Send Dunning Email To Selected Invoices' Managers

  • DMF 020559: Sales / Invoices / Send Arrears Information By Email

  • DMF 020567: Sales / Invoices / Send Email Reminders

  • DMF 020714: Sales / Billing Schedules / Send Multiple Emails

  • DMF 060128: Projects

  • DMF 060237: Projects / Schedules / Send Schedule Assignment By Email

  • DMF 080112: Banking / Customer Receipts / Send By Email

  • DMF 080312: Banking / Supplier Receipts / Send By Email

  • DMF 080412: Banking / Customer Disbursements / Send By Email

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

mail

The message to send TemplatedMessage

-

Responses
Table 92. http response codes
Code Message Datatype

204

The mail has been correctly staged for background sending process

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "message" : {
    "toRecipients" : [ {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    } ],
    "mail" : {
      "cc" : [ "cc", "cc" ],
      "cci" : [ "cci", "cci" ],
      "replyTo" : "replyTo",
      "from" : "from",
      "to" : [ "to", "to" ],
      "title" : "title",
      "body" : "body"
    },
    "replyTo" : {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    },
    "ccRecipients" : [ {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    } ],
    "cciRecipients" : [ {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "summary" : "Text",
      "address" : "jean@email.com",
      "type" : "{}"
    } ],
    "publishedDocuments" : [ {
      "isDocument" : true,
      "documentId" : "112302",
      "token" : "token"
    }, {
      "isDocument" : true,
      "documentId" : "112302",
      "token" : "token"
    } ]
  },
  "templateId" : "255644",
  "parameters" : [ {
    "groupName" : "text_box",
    "labelText" : "Detail BL",
    "pattern" : "cl",
    "nameField" : "DetailBL",
    "selectionList" : [ {
      "label" : "Bank transfer",
      "value" : "BT"
    }, {
      "label" : "Bank transfer",
      "value" : "BT"
    } ],
    "nameFieldNext" : "DetailCheckbox",
    "value" : "checked",
    "required" : true
  }, {
    "groupName" : "text_box",
    "labelText" : "Detail BL",
    "pattern" : "cl",
    "nameField" : "DetailBL",
    "selectionList" : [ {
      "label" : "Bank transfer",
      "value" : "BT"
    }, {
      "label" : "Bank transfer",
      "value" : "BT"
    } ],
    "nameFieldNext" : "DetailCheckbox",
    "value" : "checked",
    "required" : true
  } ]
}

2.8.42. Update an issue

POST

/issues/{issue_id}

Description

Update an issue

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

issue

The issue to be updated Issue

X

Query Parameters
Name Description Required Default Pattern

closure

Set to true if close issue

-

null

Content Type
  • text/plain

Responses
Table 93. http response codes
Code Message Datatype

200

Issue successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "number" : "24121212",
  "title" : "Text",
  "description" : "Loremp ipsum",
  "externalReport" : "Text",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "accountManagerId",
    "indicators" : {
      "customerId" : "5000123",
      "indicator1" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator2" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      },
      "indicator3" : {
        "id" : "5000123",
        "customerId" : "5000123",
        "code" : "code",
        "name" : "name",
        "colorHexCode" : "colorHexCode",
        "byDefault" : false,
        "order" : 9
      }
    }
  },
  "customerId" : "5000123",
  "customerLocation" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Paris",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "CUST_001"
  },
  "customerLocationId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJ_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "internalReport" : "Text",
  "closureDate" : "2000-06-21T04:56:07.000+00:00",
  "expectedResolutionDate" : "2020-01-23T04:56:07Z",
  "closureRating" : 5,
  "closureComment" : "Text",
  "externallyVisible" : true,
  "targetRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "targetRevisionId" : "5000123",
  "correctiveRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "correctiveRevisionId" : "5000123",
  "targetVersion" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "date" : "2020-01-23T04:56:07Z",
    "stateId" : "5000123"
  },
  "targetVersionId" : "5000123",
  "correctiveVersion" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "date" : "2020-01-23T04:56:07Z",
    "stateId" : "5000123"
  },
  "correctiveVersionId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "environment" : {
    "id" : "5000123",
    "name" : "name",
    "freeField1" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField2" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField3" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField4" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "freeField5" : {
      "name" : "Lorem ipsum",
      "value" : "Lorem ipsum"
    },
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "revision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "revisionId" : "5000123"
  },
  "environmentId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "issueStatus" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "type" : "{}",
    "default" : true
  },
  "issueStatusId" : "5000123",
  "issueState" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "default" : true,
    "order" : 2
  },
  "issueStateId" : "5000123",
  "resolutionPilot" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "resolutionPilotId" : "5000123",
  "grtUnit" : "DAY",
  "grtValue" : 4,
  "gfrtUnit" : "DAY",
  "gfrtValue" : 25,
  "responseStatus" : true,
  "resolutionStatus" : true,
  "contract" : {
    "id" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "order" : 2,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "description" : "description"
    },
    "projectTaskId" : "5000123",
    "number" : "CC00001",
    "name" : "Label for my doc",
    "type" : "{}",
    "companyCode" : "AKSAS",
    "companyId" : "5000123",
    "currencyCode" : "EUR",
    "currency" : {
      "id" : "5000123",
      "name" : "Euro",
      "code" : "EUR",
      "order" : 17,
      "euro" : true,
      "euroRate" : 0.9678,
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "euroRateStartDate" : "2020-01-23T04:56:07Z",
      "euroRateEndDate" : "2020-01-23T04:56:07Z"
    },
    "date" : "2000-06-21T04:56:07.000+00:00",
    "description" : "Lorem ipsum",
    "entityCode" : "Lyon",
    "afterTaxAmount" : 120.37,
    "preTaxAmount" : 100.14,
    "thirdPartyId" : "CUSTOMER01",
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "approvalState" : "{}",
    "approvalDate" : "2000-06-21T04:56:07.000+00:00",
    "exchangeRate" : 10.26,
    "thirdPartyToBillId" : "CUSTOMER02",
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "payment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "End of month",
      "day" : 10
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "methodOfPayment" : "{}",
    "fiscalYear" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "journalEntryNumberingId" : "5000123"
    },
    "fiscalYearId" : "5000123",
    "accountingJournal" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "startDate" : "2000-06-21",
      "endDate" : "2000-06-21",
      "miscellaneousTransactionsProhibited" : true,
      "excludedByDefault" : true
    },
    "accountingJournalId" : "1203",
    "internal" : true,
    "group" : true,
    "assignmentIndicator" : "{}",
    "pricingMethod" : {
      "id" : "5000123",
      "code" : "AKAS",
      "name" : "TARIFS AKAS"
    },
    "pricingMethodId" : "5000125",
    "afterTaxAmountCurrency" : 1500,
    "preTaxAmountCurrency" : 100.14,
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    },
    "code" : "code",
    "extensionNumber" : 2,
    "completionDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "contractNature" : "{}",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerToBill" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerToBillId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierId" : "5000123",
    "supplierToPay" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierToPayId" : "5000123",
    "signatureDate" : "2020-01-31T23:59:59Z",
    "comments" : "Lorem ipsum",
    "contractType" : {
      "id" : "5000123",
      "code" : "ABC",
      "label" : "Lorem ipsum",
      "endDate" : "2020-01-31T23:59:59Z",
      "default" : false
    },
    "contractTypeId" : "5000123",
    "services" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    } ],
    "stateCode" : "{}",
    "salesManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "salesManagerId" : "5000123",
    "adminManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "adminManagerId" : "5000123",
    "technicalManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "technicalManagerId" : "5000123",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "5000123",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 2
    },
    "subCategoryId" : "5000123",
    "isMultiProject" : false,
    "nextBillingDate" : "2023-01-01T06:00:00Z",
    "lastBillingDate" : "2022-01-01T06:00:00Z",
    "effectiveDate" : "2020-01-01T06:00:00Z",
    "billingBlockedDate" : "2020-01-01T06:00:00Z",
    "periodicity" : {
      "id" : "5000123",
      "code" : "{}",
      "duration" : 3,
      "term" : true,
      "tacitAgrement" : true,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "lineStartDate" : "2020-01-23T04:56:07Z"
    },
    "anniversary" : "101",
    "notBillable" : true,
    "manualBilling" : false,
    "inactiveContract" : false,
    "isHiddenHD" : false,
    "deliveryGenerationUnit" : "{}",
    "renewalTypeId" : "5000123",
    "renewalDate" : "2023-05-01T06:00:00Z",
    "renewalReminderDate" : "2023-01-01T06:00:00Z",
    "renewalReminder" : false,
    "terminationNoticeLimit" : 3,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2022-08-29T06:00:00Z",
    "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
    "externalReference" : "Lorem ipsum",
    "internalReference" : "Lorem ipsum",
    "billingSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "billingSiteId" : "5000123",
    "maintenanceSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "maintenanceSiteId" : "5000123",
    "chorusInformations" : {
      "contractNumber" : "5000123",
      "marketNumber" : "5000123",
      "serviceCode" : "ABC",
      "serviceName" : "Service Name",
      "commitmentNumber" : "123456",
      "effectiveDate" : "2020-01-31T23:59:59Z",
      "cashJournal" : "Lorem ipsum"
    }
  },
  "contractId" : "5000123",
  "contractService" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  },
  "contractServiceId" : "5000123",
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "functionalAreaId" : "5000123",
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "featureId" : "5000123",
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "moduleId" : "5000123",
  "reference1" : "Text",
  "reference2" : "Text",
  "contractualResponseDate" : "2020-01-23T04:56:07Z",
  "effectiveResponseDate" : "2020-01-23T04:56:07Z",
  "externalClosingDate" : "2020-01-23T04:56:07Z",
  "internalClosingDate" : "2020-01-23T04:56:07Z",
  "contractualResolutionDate" : "2020-01-23T04:56:07Z",
  "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
  "receiptDate" : "2020-01-23T04:56:07Z",
  "openingDate" : "2020-01-23T04:56:07Z",
  "disabledMessages" : true,
  "onHold" : {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  },
  "onHoldId" : "5000123",
  "onHoldOccurrences" : [ {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  }, {
    "id" : "5000123",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "date" : "2020-01-31T23:59:59Z",
    "reason" : "Lorem ipsum dolor sit amet",
    "endDate" : "2020-01-31T23:59:59Z",
    "takenOffHoldDate" : "2020-01-31T23:59:59Z",
    "onHoldReason" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "description" : "Loremp ipsum",
      "default" : false,
      "order" : 2
    },
    "onHoldReasonId" : "5000123",
    "rdv" : false,
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "estimatedResponseDate" : "2020-01-31T23:59:59Z",
    "putOnHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "putOnHoldById" : "5000123",
    "takenOffHoldBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "takenOffHoldById" : "5000123",
    "issueId" : "5000123"
  } ],
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "tasks" : [ null, null ],
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "regression" : true,
  "regressionStatus" : 2,
  "estimatedResponseDate" : "2020-01-23T04:56:07Z",
  "companyCode" : "AKSAS",
  "externalRequester" : {
    "id" : "5000123",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "title" : "M.",
    "phone" : "405040504",
    "mobilePhone" : "405040504",
    "email" : "jean@email.com"
  },
  "externalRequesterId" : "5000123",
  "externalBehalfRequester" : {
    "id" : "5000123",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "title" : "M.",
    "phone" : "405040504",
    "mobilePhone" : "405040504",
    "email" : "jean@email.com"
  },
  "externalBehalfRequesterId" : "5000123",
  "tags" : [ {
    "id" : "5000123",
    "companyId" : "5000123",
    "type" : "{}",
    "code" : "ERR",
    "name" : "ISSUE",
    "comment" : "Lorem ipsum",
    "color" : "#56b7c",
    "icon" : "fa fa-plus",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "objectId" : "5000123",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "companyId" : "5000123",
    "type" : "{}",
    "code" : "ERR",
    "name" : "ISSUE",
    "comment" : "Lorem ipsum",
    "color" : "#56b7c",
    "icon" : "fa fa-plus",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "objectId" : "5000123",
    "action" : "{}"
  } ],
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "alert" : true,
  "alertReason" : "Text",
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  }
}

2.9. On Hold Issues

2.9.1. Get an instance of an issue on hold

GET

/issues/{issue_id}/on-hold-occurrences/{on_hold_id}

Description

Get an instance of an issue on hold

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

on_hold_id

The id of the on hold

X

null

Content Type
  • application/json

Responses
Table 94. http response codes
Code Message Datatype

200

OnHold successfully loaded

OnHold

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.9.2. Put a closed issue on hold

POST

/issues/{issue_id}/put-closed-on-hold

Description

Put an externally-closed issue on hold

DMF required:
  • DMF A10113: Api Support / Issue / Put Closed Issue On Hold

  • DMF 142620: Helpdesk / Simplified Issue / Put On Hold After Closure

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

onhold

Parameter OnHold

-

Content Type
  • text/plain

Responses
Table 95. http response codes
Code Message Datatype

200

Successful put in hold

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "date" : "2020-01-31T23:59:59Z",
  "reason" : "Lorem ipsum dolor sit amet",
  "endDate" : "2020-01-31T23:59:59Z",
  "takenOffHoldDate" : "2020-01-31T23:59:59Z",
  "onHoldReason" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "description" : "Loremp ipsum",
    "default" : false,
    "order" : 2
  },
  "onHoldReasonId" : "5000123",
  "rdv" : false,
  "issueStatus" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "type" : "{}",
    "default" : true
  },
  "issueStatusId" : "5000123",
  "issueState" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "default" : true,
    "order" : 2
  },
  "issueStateId" : "5000123",
  "estimatedResponseDate" : "2020-01-31T23:59:59Z",
  "putOnHoldBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "putOnHoldById" : "5000123",
  "takenOffHoldBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "takenOffHoldById" : "5000123",
  "issueId" : "5000123"
}

2.9.3. Put an issue on hold

POST

/issues/{issue_id}/put-on-hold

Description

Put an issue on hold

DMF required:
  • DMF A10110: Api Support / Issue / Suspend

  • DMF 141313: Helpdesk / Issues / Put On Hold / Resume

  • DMF 141326: Helpdesk / Issues / Put On Hold After Closure

  • DMF 142619: Helpdesk / Simplified Issue / Put On Hold / Resume

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

onhold

Parameter OnHold

-

Content Type
  • text/plain

Responses
Table 96. http response codes
Code Message Datatype

200

Issue successfully put on hold

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "date" : "2020-01-31T23:59:59Z",
  "reason" : "Lorem ipsum dolor sit amet",
  "endDate" : "2020-01-31T23:59:59Z",
  "takenOffHoldDate" : "2020-01-31T23:59:59Z",
  "onHoldReason" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "description" : "Loremp ipsum",
    "default" : false,
    "order" : 2
  },
  "onHoldReasonId" : "5000123",
  "rdv" : false,
  "issueStatus" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "type" : "{}",
    "default" : true
  },
  "issueStatusId" : "5000123",
  "issueState" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "default" : true,
    "order" : 2
  },
  "issueStateId" : "5000123",
  "estimatedResponseDate" : "2020-01-31T23:59:59Z",
  "putOnHoldBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "putOnHoldById" : "5000123",
  "takenOffHoldBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "takenOffHoldById" : "5000123",
  "issueId" : "5000123"
}

2.9.4. Resume an issue

POST

/issues/{issue_id}/resume

Description

Resume an issue

DMF required:
  • DMF A10111: Api Support / Issue / Resume

  • DMF 141313: Helpdesk / Issues / Put On Hold / Resume

  • DMF 142619: Helpdesk / Simplified Issue / Put On Hold / Resume

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

onhold

Parameter OnHold

-

Content Type
  • text/plain

Responses
Table 97. http response codes
Code Message Datatype

200

Issue successfully resumed

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "date" : "2020-01-31T23:59:59Z",
  "reason" : "Lorem ipsum dolor sit amet",
  "endDate" : "2020-01-31T23:59:59Z",
  "takenOffHoldDate" : "2020-01-31T23:59:59Z",
  "onHoldReason" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "description" : "Loremp ipsum",
    "default" : false,
    "order" : 2
  },
  "onHoldReasonId" : "5000123",
  "rdv" : false,
  "issueStatus" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "type" : "{}",
    "default" : true
  },
  "issueStatusId" : "5000123",
  "issueState" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "default" : true,
    "order" : 2
  },
  "issueStateId" : "5000123",
  "estimatedResponseDate" : "2020-01-31T23:59:59Z",
  "putOnHoldBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "putOnHoldById" : "5000123",
  "takenOffHoldBy" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "takenOffHoldById" : "5000123",
  "issueId" : "5000123"
}

2.9.5. Search criticalities

POST

/issues/criticalities/search

Description

Search criticalities

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria CriticalityCriteria

-

Content Type
  • application/json

Responses
Table 98. http response codes
Code Message Datatype

200

Successful criticalities search

List[Criticality]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "default" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.9.6. Search issue states

POST

/issues/states/search

Description

Search issue states

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria IssueStateCriteria

-

Content Type
  • application/json

Responses
Table 99. http response codes
Code Message Datatype

200

Successful issue states search

List[IssueState]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "issueTypeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "issueStatusId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.9.7. Search issue status

POST

/issues/status/search

Description

Search issue status

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria IssueStatusCriteria

-

Content Type
  • application/json

Responses
Table 100. http response codes
Code Message Datatype

200

Successful issue status search

List[IssueStatus]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "statusState" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.9.8. Search for occurrences of an issue being put on hold.

POST

/issues/{issue_id}/on-hold-occurrences

Description

Search for occurrences of an issue being put on hold.

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

criteria

Search criteria OnHoldCriteria

-

Content Type
  • application/json

Responses
Table 101. http response codes
Code Message Datatype

200

Successful on hold occurrences search

List[OnHold]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "date" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "reason" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "endDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "putOnHoldById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "estimatedEndDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "takenOffHoldById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onHoldReasonId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "ON_HOLD_REASON", "ON_HOLD_REASON" ]
  }
}

2.9.9. Search on hold reasons

POST

/issues/on-hold-reasons/search

Description

Search on hold reasons

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria OnHoldReasonCriteria

-

Query Parameters
Name Description Required Default Pattern

validDate

Only the valid one at this date

-

null

Content Type
  • application/json

Responses
Table 102. http response codes
Code Message Datatype

200

Successful on hold reasons search

List[OnHoldReason]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.10. Products

2.10.1. Create a maintained item

PUT

/products

Description

Create a maintained item using the list of parameters below

DMF required:
  • DMF A10401: Api Support / Product / Insert

  • DMF 141101: Helpdesk / Maintained Products / New

Parameters
Body Parameter
Name Description Required Default Pattern

maintainedItem

The maintained item to create MaintainedItem

X

Content Type
  • text/plain

Responses
Table 103. http response codes
Code Message Datatype

200

The maintained item has been successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "name" : "Lorem ipsum",
  "identification" : "ABC",
  "serialNumber" : "1234567",
  "taskType" : {
    "id" : "5000123",
    "code" : "AKSAS",
    "name" : "Text",
    "followedByAnotherTask" : true,
    "nextTaskTypeId" : "5000123",
    "defaultTeamId" : "5000123",
    "defaultRespondingEmployeeId" : "5000123",
    "requiredTeam" : true,
    "actionCodeId" : "5000123",
    "companyCode" : "AKSAS",
    "actionType" : "NA",
    "defaultIssueStateId" : "5000123",
    "defaultIssueStatusId" : "5000123",
    "order" : 2,
    "markIssueAsResponded" : true,
    "markIssueAsResolved" : true
  },
  "taskTypeId" : "5000123",
  "functionalAreaManaged" : false,
  "environmentManaged" : false,
  "revisionId" : "5000123",
  "templateProduct" : {
    "id" : "5000123",
    "name" : "AKUITEO",
    "identification" : "AKUITEO"
  },
  "templateProductId" : "5000123",
  "templateProductCode" : "ABC",
  "reminder" : {
    "title" : "Lorem ipsum",
    "text" : "Lorem ipsum"
  },
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "maintainedProduct" : true,
  "classification" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "classificationId" : "5000123",
  "productType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "productTypeSetup" : "{}",
    "byDefault" : true,
    "serialNumber" : "{}",
    "parentOfBOM" : "{}",
    "childOfBOM" : "{}",
    "integratedTransactionManagement" : true
  },
  "productTypeId" : "5000123",
  "isHiddenHD" : false,
  "isHiddenInIssue" : false,
  "isHiddenOnExtranet" : false,
  "maintenanceComplete" : false,
  "obsoleteProduct" : false,
  "versionManaged" : false,
  "administrativeProduct" : false,
  "disabledProduct" : false,
  "internalProduct" : false,
  "criticalProduct" : false,
  "hidePreviousVersions" : false,
  "rightManaged" : false,
  "entryDate" : "2020-01-31T23:59:59Z",
  "exitDate" : "2020-01-31T23:59:59Z",
  "endOfUseDate" : "2020-01-31T23:59:59Z",
  "locationsLinked" : [ {
    "id" : "5000123",
    "maintainedItemId" : "5000123",
    "status" : {
      "id" : "5000123",
      "code" : "PRET",
      "name" : "PRET MATERIEL"
    },
    "statusId" : "5000123",
    "state" : "{}",
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "scheduledEndDate" : "2020-01-31T23:59:59Z",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "comment" : "comment",
    "quantity" : 10,
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "customerSite" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerSiteId" : "5000123",
    "currentLocation" : true
  }, {
    "id" : "5000123",
    "maintainedItemId" : "5000123",
    "status" : {
      "id" : "5000123",
      "code" : "PRET",
      "name" : "PRET MATERIEL"
    },
    "statusId" : "5000123",
    "state" : "{}",
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "scheduledEndDate" : "2020-01-31T23:59:59Z",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "comment" : "comment",
    "quantity" : 10,
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "customerSite" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerSiteId" : "5000123",
    "currentLocation" : true
  } ],
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  }
}

2.10.2. Create a product classification

PUT

/product-classifications

Description

Create a product classification

DMF required:
  • DMF A11101: Api Support / Product Classification / Insert

Parameters
Body Parameter
Name Description Required Default Pattern

productClassification

The product classification to create ProductClassification

X

Content Type
  • text/plain

Responses
Table 104. http response codes
Code Message Datatype

200

product classification has been successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : "*****",
  "code" : "CODE",
  "name" : "Name",
  "id" : "5000666"
}

2.10.3. Create a product type

PUT

/product-types

Description

Create a product type

DMF required:
  • DMF A11001: Api Support / Product Type / Insert

Parameters
Body Parameter
Name Description Required Default Pattern

productType

The product type to create ProductType

X

Content Type
  • text/plain

Responses
Table 105. http response codes
Code Message Datatype

200

Product type has been successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : "*****",
  "default" : true,
  "code" : "CODE",
  "name" : "Name",
  "id" : "5000666"
}

2.10.4. Delete an existing maintained item

DELETE

/products/{product_id}

Description

Delete a maintained item

DMF required:
  • DMF A10403: Api Support / Product / Delete

  • DMF 141103: Helpdesk / Maintained Products / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

product_id

The id of the product

X

null

Responses
Table 106. http response codes
Code Message Datatype

204

The maintained item has been successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.5. Delete a product classification

DELETE

/product-classifications/{product_classification_id}

Description

Delete a product classification

DMF required:
  • DMF A11103: Api Support / Product Classification / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

product_classification_id

The id of a product classification

X

null

Responses
Table 107. http response codes
Code Message Datatype

204

Product classification has been successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.6. Delete a product type

DELETE

/product-types/{product_type_id}

Description

Delete a product type

DMF required:
  • DMF A11003: Api Support / Product Type / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

product_type_id

The id of a product type

X

null

Responses
Table 108. http response codes
Code Message Datatype

204

Product type has been successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.7. Find the corrective revision

GET

/products/{product_id}/versions/revisions/corrective-revision

Description

Find the corrective revision

DMF required:
  • DMF A10406: Api Support / Product / Info

  • DMF 141105: Helpdesk / Maintained Products / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

product_id

The id of the product

X

null

Query Parameters
Name Description Required Default Pattern

environment_id

The id of the environment

-

null

useLastRevisionOnSameVersion

Use the last revision of the product

-

null

Content Type
  • application/json

Responses
Table 109. http response codes
Code Message Datatype

200

Successful corrective revision loaded

Revision

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.8. Search the last product's versions revisions

GET

/products/versions/revisions/{target_revision_id}/pick-last

Description

Search the last product’s versions revisions (product optional ⇒ revisions independent of the product)

DMF required:
  • DMF A10406: Api Support / Product / Info

  • DMF 141105: Helpdesk / Maintained Products / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

target_revision_id

The id of the target revision

X

null

Query Parameters
Name Description Required Default Pattern

product_id

The id of the product

-

null

Content Type
  • application/json

Responses
Table 110. http response codes
Code Message Datatype

200

Successful last product's versions revisions loaded

Revision

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.9. Get a Maintained Item

GET

/products/{product_id}

Description

Get Maintained Item

DMF required:
  • DMF A10406: Api Support / Product / Info

  • DMF 141105: Helpdesk / Maintained Products / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

product_id

The id of the product

X

null

Content Type
  • application/json

Responses
Table 111. http response codes
Code Message Datatype

200

Maintained Item successfully loaded

MaintainedItem

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.10. Get a product classification

GET

/product-classifications/{product_classification_id}

Description

Get a product classification

DMF required:
  • DMF A11106: Api Support / Product Classification / Info

Parameters
Path Parameters
Name Description Required Default Pattern

product_classification_id

The id of a product classification

X

null

Content Type
  • application/json

Responses
Table 112. http response codes
Code Message Datatype

200

Product classification has been successfully loaded

ProductClassification

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.11. Get a product type

GET

/product-types/{product_type_id}

Description

Get a product type

DMF required:
  • DMF A11006: Api Support / Product Type / Info

Parameters
Path Parameters
Name Description Required Default Pattern

product_type_id

The id of a product type

X

null

Content Type
  • application/json

Responses
Table 113. http response codes
Code Message Datatype

200

Product type has been successfully loaded

ProductType

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.10.12. Patch a maintained item

PATCH

/products/{product_id}

Description

Patch maintained item matching the specified ID and using the list of parameters below.

DMF required:
  • DMF A10402: Api Support / Product / Update

  • DMF 141102: Helpdesk / Maintained Products / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

product_id

The id of the product

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

All patches to applies PatchElement

-

Content Type
  • text/plain

Responses
Table 114. http response codes
Code Message Datatype

200

The maintained item has been successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "op" : "ADD",
  "path" : "path",
  "from" : "from",
  "value" : "{}"
}

2.10.13. Get a Maintained Item with read options

POST

/products/{product_id}/read

Description

Get a Maintained Item with read options

DMF required:
  • DMF A10406: Api Support / Product / Info

  • DMF 141105: Helpdesk / Maintained Products / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

product_id

The id of the product

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned Maintained Item MaintainedItemReadOption

-

Content Type
  • application/json

Responses
Table 115. http response codes
Code Message Datatype

200

Maintained Item successfully loaded with read options

MaintainedItem

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "TASK_TYPE", "TASK_TYPE" ]
}

2.10.14. Search environments

POST

/products/environments/search

Description

Search environments

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria EnvironmentCriteria

-

Content Type
  • application/json

Responses
Table 116. http response codes
Code Message Datatype

200

Successful environment search

List[Environment]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "revisionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "productId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "PRODUCT", "PRODUCT" ]
  }
}

2.10.15. Search Features

POST

/products/functional-areas/modules/features/search

Description

Search Features

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria FeatureCriteria

-

Content Type
  • application/json

Responses
Table 117. http response codes
Code Message Datatype

200

Successful Features search

List[Feature]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyValid" : true,
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "moduleId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.10.16. Search Functional Areas

POST

/products/functional-areas/search

Description

Search Functional Areas

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria FunctionalAreaCriteria

-

Query Parameters
Name Description Required Default Pattern

product_id

The id of the product

-

null

Content Type
  • application/json

Responses
Table 118. http response codes
Code Message Datatype

200

Successful Functional Areas search

List[FunctionalArea]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyValid" : true,
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.10.17. Search Modules

POST

/products/functional-areas/modules/search

Description

Search Modules

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria ModuleCriteria

-

Content Type
  • application/json

Responses
Table 119. http response codes
Code Message Datatype

200

Successful Modules search

List[Module]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyValid" : true,
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "functionalAreaId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.10.18. Search for product classifications

POST

/product-classifications

Description

Get the list of product classifications matching the search criteria

DMF required:
  • DMF A11104: Api Support / Product Classification / Search

  • DMF 1413__: Helpdesk / Issues

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (id, code, etc…) ProductClassificationCriteria

X

Content Type
  • application/json

Responses
Table 120. http response codes
Code Message Datatype

200

Product classifications have been successfully loaded

List[ProductClassification]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.10.19. Search for product types

POST

/product-types

Description

Get the list of product types matching the search criteria

DMF required:
  • DMF A11004: Api Support / Product Type / Search

  • DMF 1413__: Helpdesk / Issues

  • DMF 1426__: Helpdesk / Simplified Issue

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (id, code, etc…) ProductTypeCriteria

X

Content Type
  • application/json

Responses
Table 121. http response codes
Code Message Datatype

200

Product types have been successfully loaded

List[ProductType]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "default" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.10.20. Search products

POST

/products/search

Description

Search products

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria MaintainedItemCriteria

-

Query Parameters
Name Description Required Default Pattern

offset

The index of first element

-

null

limit

The max number of elements

-

null

Content Type
  • application/json

Responses
Table 122. http response codes
Code Message Datatype

200

Successful products search

List[MaintainedItem]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "isMaintenanceComplete" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isCriticalProduct" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isFunctionalAreaManaged" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isHiddenHD" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isRightManaged" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "contractServiceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isHiddenOnExtranet" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isObsoleteProduct" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isVersionManaged" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "readOption" : {
    "options" : [ "TASK_TYPE", "TASK_TYPE" ]
  },
  "identification" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isHiddenInIssue" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "customerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isAdministrativeProduct" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isHidePreviousVersions" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "serialNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isDisabledProduct" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "maintenanceManaged" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "productTypeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isInternalProduct" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "contractId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "maintenanceModele" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isEnvironmentManaged" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  }
}

2.10.21. Search a product's versions revisions

POST

/products/versions/revisions/search

Description

Search a product’s versions revisions (product optional ⇒ revisions independent of the product)

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria RevisionCriteria

-

Query Parameters
Name Description Required Default Pattern

product_id

The id of the product

-

null

Content Type
  • application/json

Responses
Table 123. http response codes
Code Message Datatype

200

Successful product's versions revisions search

List[Revision]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "versionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.10.22. Search a product's versions

POST

/products/versions/search

Description

Search a product’s versions

DMF required:
  • DMF A10404: Api Support / Product / Search

  • DMF 141104: Helpdesk / Maintained Products / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria VersionCriteria

-

Query Parameters
Name Description Required Default Pattern

product_id

The id of the product

-

null

Content Type
  • application/json

Responses
Table 124. http response codes
Code Message Datatype

200

Successful product's versions search

List[Version]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "stateId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.10.23. Update a maintained item

POST

/products/{product_id}

Description

Update a maintained item using the parameters below

DMF required:
  • DMF A10402: Api Support / Product / Update

  • DMF 141102: Helpdesk / Maintained Products / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

product_id

The id of the product

X

null

Body Parameter
Name Description Required Default Pattern

maintainedItem

The maintained item to update MaintainedItem

X

Content Type
  • text/plain

Responses
Table 125. http response codes
Code Message Datatype

200

The maintained item has been successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "name" : "Lorem ipsum",
  "identification" : "ABC",
  "serialNumber" : "1234567",
  "taskType" : {
    "id" : "5000123",
    "code" : "AKSAS",
    "name" : "Text",
    "followedByAnotherTask" : true,
    "nextTaskTypeId" : "5000123",
    "defaultTeamId" : "5000123",
    "defaultRespondingEmployeeId" : "5000123",
    "requiredTeam" : true,
    "actionCodeId" : "5000123",
    "companyCode" : "AKSAS",
    "actionType" : "NA",
    "defaultIssueStateId" : "5000123",
    "defaultIssueStatusId" : "5000123",
    "order" : 2,
    "markIssueAsResponded" : true,
    "markIssueAsResolved" : true
  },
  "taskTypeId" : "5000123",
  "functionalAreaManaged" : false,
  "environmentManaged" : false,
  "revisionId" : "5000123",
  "templateProduct" : {
    "id" : "5000123",
    "name" : "AKUITEO",
    "identification" : "AKUITEO"
  },
  "templateProductId" : "5000123",
  "templateProductCode" : "ABC",
  "reminder" : {
    "title" : "Lorem ipsum",
    "text" : "Lorem ipsum"
  },
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "maintainedProduct" : true,
  "classification" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "classificationId" : "5000123",
  "productType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "productTypeSetup" : "{}",
    "byDefault" : true,
    "serialNumber" : "{}",
    "parentOfBOM" : "{}",
    "childOfBOM" : "{}",
    "integratedTransactionManagement" : true
  },
  "productTypeId" : "5000123",
  "isHiddenHD" : false,
  "isHiddenInIssue" : false,
  "isHiddenOnExtranet" : false,
  "maintenanceComplete" : false,
  "obsoleteProduct" : false,
  "versionManaged" : false,
  "administrativeProduct" : false,
  "disabledProduct" : false,
  "internalProduct" : false,
  "criticalProduct" : false,
  "hidePreviousVersions" : false,
  "rightManaged" : false,
  "entryDate" : "2020-01-31T23:59:59Z",
  "exitDate" : "2020-01-31T23:59:59Z",
  "endOfUseDate" : "2020-01-31T23:59:59Z",
  "locationsLinked" : [ {
    "id" : "5000123",
    "maintainedItemId" : "5000123",
    "status" : {
      "id" : "5000123",
      "code" : "PRET",
      "name" : "PRET MATERIEL"
    },
    "statusId" : "5000123",
    "state" : "{}",
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "scheduledEndDate" : "2020-01-31T23:59:59Z",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "comment" : "comment",
    "quantity" : 10,
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "customerSite" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerSiteId" : "5000123",
    "currentLocation" : true
  }, {
    "id" : "5000123",
    "maintainedItemId" : "5000123",
    "status" : {
      "id" : "5000123",
      "code" : "PRET",
      "name" : "PRET MATERIEL"
    },
    "statusId" : "5000123",
    "state" : "{}",
    "startDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2020-01-31T23:59:59Z",
    "scheduledEndDate" : "2020-01-31T23:59:59Z",
    "contact" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe"
    },
    "contactId" : "5000123",
    "comment" : "comment",
    "quantity" : 10,
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "customerSite" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerSiteId" : "5000123",
    "currentLocation" : true
  } ],
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  }
}

2.10.24. Update a product classification

POST

/product-classifications/{product_classification_id}

Description

Update a product classification

DMF required:
  • DMF A11102: Api Support / Product Classification / Update

Parameters
Path Parameters
Name Description Required Default Pattern

product_classification_id

The id of a product classification

X

null

Body Parameter
Name Description Required Default Pattern

productClassification

The product classification to update ProductClassification

X

Content Type
  • text/plain

Responses
Table 126. http response codes
Code Message Datatype

200

Product classification has been successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : "*****",
  "code" : "CODE",
  "name" : "Name",
  "id" : "5000666"
}

2.10.25. Update a product type

POST

/product-types/{product_type_id}

Description

Update a product type

DMF required:
  • DMF A11002: Api Support / Product Type / Update

Parameters
Path Parameters
Name Description Required Default Pattern

product_type_id

The id of a product type

X

null

Body Parameter
Name Description Required Default Pattern

productType

The product type to update ProductType

X

Content Type
  • text/plain

Responses
Table 127. http response codes
Code Message Datatype

200

Product type has been successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : "*****",
  "default" : true,
  "code" : "CODE",
  "name" : "Name",
  "id" : "5000666"
}

2.11. Quick Entries

2.11.1. Archive a Quick entry Issue Tag

GET

/issues/quick-entries/tags/{quick_entry_issue_tag_id}/archive

Description

Archive a Quick entry Issue Tag

DMF required:
  • DMF A10112: Api Support / Issue / Archive

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_tag_id

The id of the Quick entry Issue Tag

X

null

Responses
Table 128. http response codes
Code Message Datatype

204

Quick entry Issue Tag successfully archived

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.11.2. Create a Card Group and initiate a Card from template and add it to the sprint

PUT

/sprints/{sprint_id}/quick-entries/{quick_entry_issue_id}/quick-create

Description

Create a Card Group and initiate a Card from template and add it to the sprint

DMF required:
  • DMF A10201: Api Support / Tasks / Insert

  • DMF 141401: Helpdesk / Tasks / New

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

quick_entry_issue_id

The id of the quick entry issue used as template for the creation of the Quick Entry Issue to be created

X

null

Body Parameter
Name Description Required Default Pattern

card_group

The Card Group to create IssueQuickEntry

-

Content Type
  • application/json

Responses
Table 129. http response codes
Code Message Datatype

200

Card Group and Card successfully created

Card

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "description" : "Loremp Ipsum",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "title" : "Fix project"
}

2.11.3. Create an issue from quick entry issue

PUT

/issues/quick-entries/{quick_entry_issue_id}/quick-create

Description

Create an issue from quick entry issue

DMF required:
  • DMF A10101: Api Support / Issue / Insert

  • DMF 141301: Helpdesk / Issues / New

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_id

The id of the quick entry issue used as template for the creation of the Quick Entry Issue to be created

X

null

Body Parameter
Name Description Required Default Pattern

issueQuickEntry

The only needed properties IssueQuickEntry

X

Content Type
  • text/plain

Responses
Table 130. http response codes
Code Message Datatype

200

Successful creation

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "description" : "Loremp Ipsum",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "title" : "Fix project"
}

2.11.4. Create a Quick entry Issue

PUT

/issues/quick-entries

Description

Create a Quick entry Issue

DMF required:
  • DMF A10101: Api Support / Issue / Insert

  • DMF 141301: Helpdesk / Issues / New

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

quickEntryIssue

The Quick entry Issue to be created QuickEntryIssue

X

Content Type
  • text/plain

Responses
Table 131. http response codes
Code Message Datatype

200

Quick entry Issue successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "code" : "Code",
  "name" : "Text",
  "quickEntryIssueTag" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "color" : "#2CCC01",
    "validityEnd" : "2020-01-23T04:56:07Z",
    "validity" : {
      "type" : "{}",
      "date" : "2000-06-21T04:56:07.000+00:00"
    },
    "responsibleEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "responsibleEmployeeId" : "5000123",
    "teamsLinked" : [ {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    }, {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    } ],
    "employeesLinked" : 5000123
  },
  "quickEntryIssueTagId" : "5000123",
  "order" : 2,
  "customerLocation" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Paris",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "CUST_001"
  },
  "customerLocationId" : "5000123",
  "contract" : {
    "id" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "order" : 2,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "description" : "description"
    },
    "projectTaskId" : "5000123",
    "number" : "CC00001",
    "name" : "Label for my doc",
    "type" : "{}",
    "companyCode" : "AKSAS",
    "companyId" : "5000123",
    "currencyCode" : "EUR",
    "currency" : {
      "id" : "5000123",
      "name" : "Euro",
      "code" : "EUR",
      "order" : 17,
      "euro" : true,
      "euroRate" : 0.9678,
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "euroRateStartDate" : "2020-01-23T04:56:07Z",
      "euroRateEndDate" : "2020-01-23T04:56:07Z"
    },
    "date" : "2000-06-21T04:56:07.000+00:00",
    "description" : "Lorem ipsum",
    "entityCode" : "Lyon",
    "afterTaxAmount" : 120.37,
    "preTaxAmount" : 100.14,
    "thirdPartyId" : "CUSTOMER01",
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "approvalState" : "{}",
    "approvalDate" : "2000-06-21T04:56:07.000+00:00",
    "exchangeRate" : 10.26,
    "thirdPartyToBillId" : "CUSTOMER02",
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "payment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "End of month",
      "day" : 10
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "methodOfPayment" : "{}",
    "fiscalYear" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "journalEntryNumberingId" : "5000123"
    },
    "fiscalYearId" : "5000123",
    "accountingJournal" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "startDate" : "2000-06-21",
      "endDate" : "2000-06-21",
      "miscellaneousTransactionsProhibited" : true,
      "excludedByDefault" : true
    },
    "accountingJournalId" : "1203",
    "internal" : true,
    "group" : true,
    "assignmentIndicator" : "{}",
    "pricingMethod" : {
      "id" : "5000123",
      "code" : "AKAS",
      "name" : "TARIFS AKAS"
    },
    "pricingMethodId" : "5000125",
    "afterTaxAmountCurrency" : 1500,
    "preTaxAmountCurrency" : 100.14,
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    },
    "code" : "code",
    "extensionNumber" : 2,
    "completionDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "contractNature" : "{}",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerToBill" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerToBillId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierId" : "5000123",
    "supplierToPay" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierToPayId" : "5000123",
    "signatureDate" : "2020-01-31T23:59:59Z",
    "comments" : "Lorem ipsum",
    "contractType" : {
      "id" : "5000123",
      "code" : "ABC",
      "label" : "Lorem ipsum",
      "endDate" : "2020-01-31T23:59:59Z",
      "default" : false
    },
    "contractTypeId" : "5000123",
    "services" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    } ],
    "stateCode" : "{}",
    "salesManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "salesManagerId" : "5000123",
    "adminManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "adminManagerId" : "5000123",
    "technicalManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "technicalManagerId" : "5000123",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "5000123",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 2
    },
    "subCategoryId" : "5000123",
    "isMultiProject" : false,
    "nextBillingDate" : "2023-01-01T06:00:00Z",
    "lastBillingDate" : "2022-01-01T06:00:00Z",
    "effectiveDate" : "2020-01-01T06:00:00Z",
    "billingBlockedDate" : "2020-01-01T06:00:00Z",
    "periodicity" : {
      "id" : "5000123",
      "code" : "{}",
      "duration" : 3,
      "term" : true,
      "tacitAgrement" : true,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "lineStartDate" : "2020-01-23T04:56:07Z"
    },
    "anniversary" : "101",
    "notBillable" : true,
    "manualBilling" : false,
    "inactiveContract" : false,
    "isHiddenHD" : false,
    "deliveryGenerationUnit" : "{}",
    "renewalTypeId" : "5000123",
    "renewalDate" : "2023-05-01T06:00:00Z",
    "renewalReminderDate" : "2023-01-01T06:00:00Z",
    "renewalReminder" : false,
    "terminationNoticeLimit" : 3,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2022-08-29T06:00:00Z",
    "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
    "externalReference" : "Lorem ipsum",
    "internalReference" : "Lorem ipsum",
    "billingSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "billingSiteId" : "5000123",
    "maintenanceSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "maintenanceSiteId" : "5000123",
    "chorusInformations" : {
      "contractNumber" : "5000123",
      "marketNumber" : "5000123",
      "serviceCode" : "ABC",
      "serviceName" : "Service Name",
      "commitmentNumber" : "123456",
      "effectiveDate" : "2020-01-31T23:59:59Z",
      "cashJournal" : "Lorem ipsum"
    }
  },
  "contractId" : "5000123",
  "contractService" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  },
  "contractServiceId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "5000123",
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "functionalAreaId" : "5000123",
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "moduleId" : "5000123",
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "featureId" : "5000123",
  "followed" : true,
  "lastRevision" : true,
  "targetRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "targetRevisionId" : "5000123",
  "externallyVisible" : true,
  "reference1" : "Text",
  "reference2" : "Text",
  "title" : "Text",
  "description" : "Loremp ipsum"
}

2.11.5. Create a Quick entry Issue Tag

PUT

/issues/quick-entries/tags

Description

Create a Quick entry Issue Tag

DMF required:
  • DMF A10101: Api Support / Issue / Insert

  • DMF 141301: Helpdesk / Issues / New

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

quickEntryIssueTag

The Quick entry Issue Tag to be created QuickEntryIssueTag

X

Content Type
  • text/plain

Responses
Table 132. http response codes
Code Message Datatype

200

Successful Quick entry Issue Tag creation

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "Code",
  "name" : "Text",
  "color" : "#2CCC01",
  "validityEnd" : "2020-01-23T04:56:07Z",
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "responsibleEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "responsibleEmployeeId" : "5000123",
  "teamsLinked" : [ {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  }, {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  } ],
  "employeesLinked" : 5000123
}

2.11.6. Delete a Quick entry Issue

DELETE

/issues/quick-entries/{quick_entry_issue_id}

Description

Delete a Quick entry Issue

DMF required:
  • DMF A10103: Api Support / Issue / Delete

  • DMF 141303: Helpdesk / Issues / Delete

  • DMF 142604: Helpdesk / Simplified Issue / Delete

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_id

The id of the quick entry issue used as template for the creation of the Quick Entry Issue to be created

X

null

Responses
Table 133. http response codes
Code Message Datatype

204

Quick entry Issue successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.11.7. Delete a Quick entry Issue Tag

DELETE

/issues/quick-entries/tags/{quick_entry_issue_tag_id}

Description

Delete a Quick entry Issue Tag

DMF required:
  • DMF A10103: Api Support / Issue / Delete

  • DMF 141303: Helpdesk / Issues / Delete

  • DMF 142604: Helpdesk / Simplified Issue / Delete

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_tag_id

The id of the Quick entry Issue Tag

X

null

Responses
Table 134. http response codes
Code Message Datatype

204

Quick entry Issue Tag successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.11.8. Get a Quick entry Issue

GET

/issues/quick-entries/{quick_entry_issue_id}

Description

Get a Quick entry Issue

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_id

The id of the quick entry issue used as template for the creation of the Quick Entry Issue to be created

X

null

Content Type
  • application/json

Responses
Table 135. http response codes
Code Message Datatype

200

Quick entry Issue successfully loaded

QuickEntryIssue

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.11.9. Get a Quick entry Issue Tag

GET

/issues/quick-entries/tags/{quick_entry_issue_tag_id}

Description

Get a Quick entry Issue Tag

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_tag_id

The id of the Quick entry Issue Tag

X

null

Content Type
  • application/json

Responses
Table 136. http response codes
Code Message Datatype

200

Quick entry Issue Tag successfully loaded

QuickEntryIssueTag

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.11.10. Get a Quick entry Issue with read options

POST

/issues/quick-entries/{quick_entry_issue_id}/read

Description

Get a Quick entry Issue with read options

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_id

The id of the quick entry issue used as template for the creation of the Quick Entry Issue to be created

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned tag QuickEntryIssueReadOption

-

Content Type
  • application/json

Responses
Table 137. http response codes
Code Message Datatype

200

Quick entry Issue successfully loaded with read options

QuickEntryIssue

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "TAG", "TAG" ]
}

2.11.11. Get a Quick entry Issue Tag with read options

POST

/issues/quick-entries/tags/{quick_entry_issue_tag_id}/read

Description

Get a Quick entry Issue Tag with read options

DMF required:
  • DMF A10106: Api Support / Issue / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 141319: Helpdesk / Issues / Template Issues

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142610: Helpdesk / Simplified Issue / Template Management

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_tag_id

The id of the Quick entry Issue Tag

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned tag QuickEntryIssueTagReadOption

-

Content Type
  • application/json

Responses
Table 138. http response codes
Code Message Datatype

200

Quick entry Issue Tag successfully loaded with read options

QuickEntryIssueTag

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "TEAMS", "TEAMS" ]
}

2.11.12. Search Quick entry issue

POST

/issues/quick-entries/search

Description

Search Quick entry issue

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria QuickEntryIssueCriteria

-

Content Type
  • application/json

Responses
Table 139. http response codes
Code Message Datatype

200

Successful Quick entry issue search

List[QuickEntryIssue]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "quickEntryIssueTagId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tagValidity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "readOption" : {
    "options" : [ "TAG", "TAG" ]
  }
}

2.11.13. Search Quick entry issue Tags

POST

/issues/quick-entries/tags/search

Description

Search Quick entry issue Tags

DMF required:
  • DMF A10104: Api Support / Issue / Search

  • DMF 0202__: Sales / Quotations

  • DMF 020202: Sales / Quotations / Modify

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 020204: Sales / Quotations / Search

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria QuickEntryIssueTagCriteria

-

Content Type
  • application/json

Responses
Table 140. http response codes
Code Message Datatype

200

Successful Quick entry issue Tags search

List[QuickEntryIssueTag]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "onlyValid" : true,
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "responsibleEmployeeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyMine" : true,
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.11.14. Update a Quick entry Issue

POST

/issues/quick-entries/{quick_entry_issue_id}

Description

Update a Quick entry Issue

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_id

The id of the quick entry issue used as template for the creation of the Quick Entry Issue to be created

X

null

Body Parameter
Name Description Required Default Pattern

quickEntryIssue

The Quick entry Issue to be updated QuickEntryIssue

X

Content Type
  • text/plain

Responses
Table 141. http response codes
Code Message Datatype

200

Quick entry Issue successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "customer" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "customerId" : "5000123",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "5000123",
    "endCustomer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "endCustomerId" : "5000123",
    "internal" : false,
    "leave" : false,
    "leaveType" : "{}",
    "customerType" : "{}"
  },
  "projectId" : "PRJT_1",
  "phase" : {
    "id" : "5000123",
    "code" : "PHS_1",
    "name" : "Phase 1",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "order" : 1
  },
  "phaseId" : "5000123",
  "subPhase" : {
    "id" : "5000123",
    "code" : "SB_1",
    "name" : "Sub Phase 1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "order" : 1
  },
  "subPhaseId" : "5000123",
  "projectTask" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Team building"
  },
  "projectTaskId" : "5000123",
  "code" : "Code",
  "name" : "Text",
  "quickEntryIssueTag" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "color" : "#2CCC01",
    "validityEnd" : "2020-01-23T04:56:07Z",
    "validity" : {
      "type" : "{}",
      "date" : "2000-06-21T04:56:07.000+00:00"
    },
    "responsibleEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "responsibleEmployeeId" : "5000123",
    "teamsLinked" : [ {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    }, {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    } ],
    "employeesLinked" : 5000123
  },
  "quickEntryIssueTagId" : "5000123",
  "order" : 2,
  "customerLocation" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "Paris",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "customerId" : "CUST_001"
  },
  "customerLocationId" : "5000123",
  "contract" : {
    "id" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJT_001",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "51000122",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "order" : 2,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "description" : "description"
    },
    "projectTaskId" : "5000123",
    "number" : "CC00001",
    "name" : "Label for my doc",
    "type" : "{}",
    "companyCode" : "AKSAS",
    "companyId" : "5000123",
    "currencyCode" : "EUR",
    "currency" : {
      "id" : "5000123",
      "name" : "Euro",
      "code" : "EUR",
      "order" : 17,
      "euro" : true,
      "euroRate" : 0.9678,
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "euroRateStartDate" : "2020-01-23T04:56:07Z",
      "euroRateEndDate" : "2020-01-23T04:56:07Z"
    },
    "date" : "2000-06-21T04:56:07.000+00:00",
    "description" : "Lorem ipsum",
    "entityCode" : "Lyon",
    "afterTaxAmount" : 120.37,
    "preTaxAmount" : 100.14,
    "thirdPartyId" : "CUSTOMER01",
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "approvalState" : "{}",
    "approvalDate" : "2000-06-21T04:56:07.000+00:00",
    "exchangeRate" : 10.26,
    "thirdPartyToBillId" : "CUSTOMER02",
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "payment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "End of month",
      "day" : 10
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "methodOfPayment" : "{}",
    "fiscalYear" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "journalEntryNumberingId" : "5000123"
    },
    "fiscalYearId" : "5000123",
    "accountingJournal" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "startDate" : "2000-06-21",
      "endDate" : "2000-06-21",
      "miscellaneousTransactionsProhibited" : true,
      "excludedByDefault" : true
    },
    "accountingJournalId" : "1203",
    "internal" : true,
    "group" : true,
    "assignmentIndicator" : "{}",
    "pricingMethod" : {
      "id" : "5000123",
      "code" : "AKAS",
      "name" : "TARIFS AKAS"
    },
    "pricingMethodId" : "5000125",
    "afterTaxAmountCurrency" : 1500,
    "preTaxAmountCurrency" : 100.14,
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    },
    "code" : "code",
    "extensionNumber" : 2,
    "completionDate" : "2020-01-31T23:59:59Z",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "contractNature" : "{}",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerToBill" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerToBillId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierId" : "5000123",
    "supplierToPay" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "linkedEmployeeId"
    },
    "supplierToPayId" : "5000123",
    "signatureDate" : "2020-01-31T23:59:59Z",
    "comments" : "Lorem ipsum",
    "contractType" : {
      "id" : "5000123",
      "code" : "ABC",
      "label" : "Lorem ipsum",
      "endDate" : "2020-01-31T23:59:59Z",
      "default" : false
    },
    "contractTypeId" : "5000123",
    "services" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    } ],
    "stateCode" : "{}",
    "salesManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "salesManagerId" : "5000123",
    "adminManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "adminManagerId" : "5000123",
    "technicalManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "technicalManagerId" : "5000123",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "5000123",
    "subCategory" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo",
        "legalName" : "legalName",
        "siren" : "siren",
        "siret" : "siret",
        "calendar" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "daysNotWorked" : [ 6, 6 ],
          "holidays" : [ {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          }, {
            "date" : "2000-06-21T04:56:07.000+00:00",
            "type" : "FERIE"
          } ]
        },
        "calendarId" : "calendarId",
        "color" : "color",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "currencyId" : "currencyId",
        "address" : {
          "id" : "id",
          "line1" : "221B Baker Street",
          "line2" : "2nd Floor",
          "line3" : "First door at your right",
          "cedex" : "CEDEX 14",
          "postalCode" : "69002",
          "city" : "London",
          "country" : "FR (for 'FRANCE')",
          "countryName" : "FRANCE",
          "department" : "75 (for 'PARIS')",
          "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
          "region" : "65 (for 'ILE DE FRANCE')",
          "regionName" : "ILE DE FRANCE",
          "phone" : "06 00 00 00 01",
          "phone2" : "06 00 00 00 02",
          "email" : "myemail@mail.com",
          "mobilePhone" : "06 00 00 00 02",
          "fax" : "04 00 00 00 07",
          "webSite" : "mysite.com"
        },
        "addressId" : "addressId"
      },
      "companyId" : "5000123",
      "type" : "{}",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "500143",
      "grouping" : "grouping",
      "ranking" : 2
    },
    "subCategoryId" : "5000123",
    "isMultiProject" : false,
    "nextBillingDate" : "2023-01-01T06:00:00Z",
    "lastBillingDate" : "2022-01-01T06:00:00Z",
    "effectiveDate" : "2020-01-01T06:00:00Z",
    "billingBlockedDate" : "2020-01-01T06:00:00Z",
    "periodicity" : {
      "id" : "5000123",
      "code" : "{}",
      "duration" : 3,
      "term" : true,
      "tacitAgrement" : true,
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "lineStartDate" : "2020-01-23T04:56:07Z"
    },
    "anniversary" : "101",
    "notBillable" : true,
    "manualBilling" : false,
    "inactiveContract" : false,
    "isHiddenHD" : false,
    "deliveryGenerationUnit" : "{}",
    "renewalTypeId" : "5000123",
    "renewalDate" : "2023-05-01T06:00:00Z",
    "renewalReminderDate" : "2023-01-01T06:00:00Z",
    "renewalReminder" : false,
    "terminationNoticeLimit" : 3,
    "reasonForTermination" : "Lorem ipsum",
    "terminationReceptionDate" : "2022-08-29T06:00:00Z",
    "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
    "externalReference" : "Lorem ipsum",
    "internalReference" : "Lorem ipsum",
    "billingSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "billingSiteId" : "5000123",
    "maintenanceSite" : {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "label" : "Lorem ipsum",
      "title" : "Mr",
      "service" : "Service A",
      "position" : "Position",
      "phone" : "1234567890",
      "phoneExtension" : "0033",
      "fax" : "101010101",
      "mobilePhone" : "1234567890",
      "workPhone" : "101010101",
      "email" : "123@example.com",
      "emailAddressNotKnown" : true,
      "emailBlackListed" : false,
      "function" : "Sales Representative",
      "customerId" : "454165",
      "contactId" : "416541",
      "siteId" : "641641",
      "mainSite" : true,
      "decisionMaker" : true,
      "financialContact" : true,
      "mainContact" : true,
      "salesContact" : false,
      "helpdeskContact" : false,
      "helpdeskMainContact" : false,
      "helpdeskVIPContact" : false,
      "helpdeskBlacklisted" : false,
      "trainingContact" : false,
      "intern" : false,
      "notes" : "Lorem ipsum dolor sit amet",
      "exitDate" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      }
    },
    "maintenanceSiteId" : "5000123",
    "chorusInformations" : {
      "contractNumber" : "5000123",
      "marketNumber" : "5000123",
      "serviceCode" : "ABC",
      "serviceName" : "Service Name",
      "commitmentNumber" : "123456",
      "effectiveDate" : "2020-01-31T23:59:59Z",
      "cashJournal" : "Lorem ipsum"
    }
  },
  "contractId" : "5000123",
  "contractService" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "contractId" : "500000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PROJECT_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "500000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "500000123",
    "regression" : true,
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "team" : {
      "id" : "5000123",
      "code" : "TEAM1",
      "name" : "Text",
      "action" : "{}",
      "companyCode" : "AKSAS",
      "email" : "jean@email.com",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123"
    },
    "teamId" : "5000123",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "reminderAlert" : "reminderAlert",
    "reminderDetail" : "reminderDetail",
    "lines" : [ {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    }, {
      "id" : "5000123",
      "contractServiceId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "serialNumber" : "serialNumber",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "rankNumber" : 4,
      "quantity" : 2,
      "unitPrice" : 20,
      "discountPercentage" : 13,
      "totalAmount" : 200,
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "notEditable" : true,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2020-01-31T23:59:59Z",
      "customerBeneficiary" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerBeneficiaryId" : "5000123",
      "groupingCode" : "ABC",
      "groupingCode2" : "ABC",
      "groupingCode3" : "ABC",
      "geoArea" : "EUROPE",
      "title" : "Assistance",
      "subTitle" : "Logiciel ABC",
      "subTitle2" : "Logiciel EFG",
      "isHiddenHD" : false,
      "identification" : "Helpdesk illimité",
      "additionalIdentification" : "Lorem ipsum",
      "noProrata" : false,
      "fixedUP" : true,
      "notBilled" : false,
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "500000123"
    } ],
    "templateContractServiceId" : "5000123",
    "isMultiProject" : false,
    "rankNumber" : 4,
    "productBilled" : {
      "id" : "5000123",
      "reference" : "ENGLISH",
      "grouping" : "LICENCE",
      "family" : "FML-LICENCE",
      "subFamily" : "RECCURENT",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "10024",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 5,
        "subCategoryType" : "{}"
      },
      "subCategoryId" : "11037",
      "companyCode" : "AKSAS",
      "entityCode" : "Lyon",
      "shortName" : "Maint",
      "name" : "Maintenance",
      "inventory" : true,
      "comment" : "Lorem ipsum",
      "billingMode" : "{}",
      "quantityPrecision" : 2,
      "unitPricePrecision" : 3,
      "productionEstimatedDuration" : 30,
      "inventoryAndPackaging" : {
        "packagingType" : "Warehouse",
        "packagingUnit" : 12
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "accountSettings" : {
        "localCostAccount" : "411000",
        "localGroupAccount" : "411000",
        "localSubscriptionAccount" : "411000",
        "localInternalAccount" : "411000",
        "intraComCostAccount" : "411000",
        "intraComGroupAccount" : "411000",
        "intraComSubscriptionAccount" : "411000",
        "intraComInternalAccount" : "411000",
        "exportCostAccount" : "411000",
        "exportGroupAccount" : "411000",
        "toBeEstablishedAccount" : "411000",
        "vatCode" : "1",
        "reverseVAT" : true,
        "disabledDate" : "2000-06-21",
        "marketEndDate" : "2000-06-21"
      },
      "productionInformations" : {
        "linkedToAdvancePayments" : true,
        "targetDay" : 22,
        "billingTargetDay" : 5,
        "estimatedDuration" : 240,
        "defaultDisplay" : false,
        "team" : {
          "id" : "5000123",
          "code" : "PRD",
          "name" : "PROD"
        },
        "teamId" : "5000123"
      },
      "automaticTitle" : "IT PRODUCT"
    },
    "productBilledId" : "500000123",
    "isHiddenHD" : false,
    "revision" : {
      "indexCode" : "ABC",
      "factor" : 1,
      "additionalIncrease" : 2,
      "minimumIncrease" : 5,
      "maximumIncrease" : 10,
      "period" : "{}",
      "revaluation" : true,
      "nextDate" : "2020-01-31T23:59:59Z",
      "referenceMonth" : 11,
      "prorataMethod" : "{}"
    }
  },
  "contractServiceId" : "5000123",
  "product" : {
    "id" : "5000123",
    "name" : "Lorem ipsum",
    "identification" : "ABC",
    "serialNumber" : "1234567",
    "taskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "taskTypeId" : "5000123",
    "functionalAreaManaged" : false,
    "environmentManaged" : false,
    "revisionId" : "5000123",
    "templateProduct" : {
      "id" : "5000123",
      "name" : "AKUITEO",
      "identification" : "AKUITEO"
    },
    "templateProductId" : "5000123",
    "templateProductCode" : "ABC",
    "reminder" : {
      "title" : "Lorem ipsum",
      "text" : "Lorem ipsum"
    },
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "maintainedProduct" : true,
    "classification" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "classificationId" : "5000123",
    "productType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "productTypeSetup" : "{}",
      "byDefault" : true,
      "serialNumber" : "{}",
      "parentOfBOM" : "{}",
      "childOfBOM" : "{}",
      "integratedTransactionManagement" : true
    },
    "productTypeId" : "5000123",
    "isHiddenHD" : false,
    "isHiddenInIssue" : false,
    "isHiddenOnExtranet" : false,
    "maintenanceComplete" : false,
    "obsoleteProduct" : false,
    "versionManaged" : false,
    "administrativeProduct" : false,
    "disabledProduct" : false,
    "internalProduct" : false,
    "criticalProduct" : false,
    "hidePreviousVersions" : false,
    "rightManaged" : false,
    "entryDate" : "2020-01-31T23:59:59Z",
    "exitDate" : "2020-01-31T23:59:59Z",
    "endOfUseDate" : "2020-01-31T23:59:59Z",
    "locationsLinked" : [ {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    }, {
      "id" : "5000123",
      "maintainedItemId" : "5000123",
      "status" : {
        "id" : "5000123",
        "code" : "PRET",
        "name" : "PRET MATERIEL"
      },
      "statusId" : "5000123",
      "state" : "{}",
      "startDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2020-01-31T23:59:59Z",
      "scheduledEndDate" : "2020-01-31T23:59:59Z",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "comment" : "comment",
      "quantity" : 10,
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "customerSite" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerSiteId" : "5000123",
      "currentLocation" : true
    } ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    }
  },
  "productId" : "5000123",
  "issueType" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text",
    "default" : true,
    "firstTaskType" : {
      "id" : "5000123",
      "code" : "AKSAS",
      "name" : "Text",
      "followedByAnotherTask" : true,
      "nextTaskTypeId" : "5000123",
      "defaultTeamId" : "5000123",
      "defaultRespondingEmployeeId" : "5000123",
      "requiredTeam" : true,
      "actionCodeId" : "5000123",
      "companyCode" : "AKSAS",
      "actionType" : "NA",
      "defaultIssueStateId" : "5000123",
      "defaultIssueStatusId" : "5000123",
      "order" : 2,
      "markIssueAsResponded" : true,
      "markIssueAsResolved" : true
    },
    "firstTaskTypeId" : "5000123"
  },
  "issueTypeId" : "5000123",
  "severity" : {
    "id" : "5000123",
    "name" : "Text",
    "code" : "Code"
  },
  "severityId" : "5000123",
  "criticality" : {
    "id" : "5000123",
    "code" : "MAJOR",
    "name" : "Major"
  },
  "criticalityId" : "5000123",
  "priority" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "priorityId" : "5000123",
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "5000123",
  "functionalArea" : {
    "id" : "5000123",
    "code" : "SALES",
    "name" : "SALES"
  },
  "functionalAreaId" : "5000123",
  "module" : {
    "id" : "5000123",
    "code" : "Code",
    "name" : "Text"
  },
  "moduleId" : "5000123",
  "feature" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text"
  },
  "featureId" : "5000123",
  "followed" : true,
  "lastRevision" : true,
  "targetRevision" : {
    "id" : "5000123",
    "code" : "Code",
    "date" : "2020-01-23T04:56:07Z",
    "version" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "versionId" : "5000123",
    "major" : 5,
    "minor" : 10,
    "revision" : 1,
    "name" : "Lorem ipsum"
  },
  "targetRevisionId" : "5000123",
  "externallyVisible" : true,
  "reference1" : "Text",
  "reference2" : "Text",
  "title" : "Text",
  "description" : "Loremp ipsum"
}

2.11.15. Update a Quick entry Issue Tag

POST

/issues/quick-entries/tags/{quick_entry_issue_tag_id}

Description

Update a Quick entry Issue Tag

DMF required:
  • DMF A10102: Api Support / Issue / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 141332: Helpdesk / Issues / Modify Status

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142613: Helpdesk / Simplified Issue / Modify Context

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

Parameters
Path Parameters
Name Description Required Default Pattern

quick_entry_issue_tag_id

The id of the Quick entry Issue Tag

X

null

Body Parameter
Name Description Required Default Pattern

quickEntryIssueTag

The Quick entry Issue Tag to be updated QuickEntryIssueTag

X

Content Type
  • text/plain

Responses
Table 142. http response codes
Code Message Datatype

200

Quick entry Issue Tag successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "Code",
  "name" : "Text",
  "color" : "#2CCC01",
  "validityEnd" : "2020-01-23T04:56:07Z",
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "responsibleEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "responsibleEmployeeId" : "5000123",
  "teamsLinked" : [ {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  }, {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  } ],
  "employeesLinked" : 5000123
}

2.12. Sprint Models

2.12.1. Create a sprint model

PUT

/sprints/models

Description

Create a sprint model

DMF required:
  • DMF A10301: Api Support / Sprints / Insert

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

sprint model

The sprint model to be created SprintModel

X

Content Type
  • text/plain

Responses
Table 143. http response codes
Code Message Datatype

200

SprintModel successful created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "Text",
  "name" : "Text",
  "company" : {
    "id" : "5000123",
    "code" : "AK",
    "name" : "Akuiteo"
  },
  "companyId" : "AKSAS",
  "endDate" : "2020-01-23T04:56:07Z",
  "modelSteps" : [ {
    "id" : "5000123",
    "modelId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "order" : 2
  }, {
    "id" : "5000123",
    "modelId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "order" : 2
  } ]
}

2.12.2. Delete a sprint model

DELETE

/sprints/models/{model_id}

Description

Delete a sprint model

DMF required:
  • DMF A10303: Api Support / Sprints / Delete

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142703: Helpdesk / Sprints / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

model_id

The id of the sprint model

X

null

Responses
Table 144. http response codes
Code Message Datatype

204

SprintModel successful deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.12.3. Get a sprint model

GET

/sprints/models/{model_id}

Description

Get a sprint model

DMF required:
  • DMF A10306: Api Support / Sprints / Info

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 1427__: Helpdesk / Sprints

  • DMF 240101: Agile Factory / Board / Board View

Parameters
Path Parameters
Name Description Required Default Pattern

model_id

The id of the sprint model

X

null

Content Type
  • application/json

Responses
Table 145. http response codes
Code Message Datatype

200

SprintModel successful loaded

SprintModel

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.12.4. Search sprint models

POST

/sprints/models/search

Description

Search sprint models

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SprintModelCriteria

-

Content Type
  • application/json

Responses
Table 146. http response codes
Code Message Datatype

200

Successful SprintModel search

List[SprintModel]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "endDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

2.12.5. Update a sprint model

POST

/sprints/models/{model_id}

Description

Update a sprint model

DMF required:
  • DMF A10302: Api Support / Sprints / Update

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

model_id

The id of the sprint model

X

null

Body Parameter
Name Description Required Default Pattern

sprint model

The sprint model to be updated SprintModel

X

Content Type
  • text/plain

Responses
Table 147. http response codes
Code Message Datatype

200

SprintModel successful updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "Text",
  "name" : "Text",
  "company" : {
    "id" : "5000123",
    "code" : "AK",
    "name" : "Akuiteo"
  },
  "companyId" : "AKSAS",
  "endDate" : "2020-01-23T04:56:07Z",
  "modelSteps" : [ {
    "id" : "5000123",
    "modelId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "order" : 2
  }, {
    "id" : "5000123",
    "modelId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "order" : 2
  } ]
}

2.13. Sprint Steps

2.13.1. Create a sprint issue step

PUT

/sprints/issue-steps

Description

Create a sprint issue step

DMF required:
  • DMF A10301: Api Support / Sprints / Insert

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

sprint issue step

The sprint issue step to be created SprintIssueStep

X

Content Type
  • text/plain

Responses
Table 148. http response codes
Code Message Datatype

200

SprintIssueStep successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "sprint" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "model" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo"
      },
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "modelSteps" : [ {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      }, {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      } ]
    },
    "modelId" : "5000123",
    "expectedStartDate" : "2020-01-23T04:56:07Z",
    "expectedEndDate" : "2020-01-23T04:56:07Z",
    "startDate" : "2020-01-23T04:56:07Z",
    "endDate" : "2020-01-23T04:56:07Z",
    "archiveDate" : "2020-01-23T04:56:07Z",
    "startedBy" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "startedById" : "5000123",
    "endedBy" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "endedById" : "5000123",
    "archivedBy" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "archivedById" : "5000123",
    "capacity" : 50,
    "description" : "Code",
    "sprintIssueSteps" : [ null, null ],
    "steps" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    } ],
    "cardGroups" : [ {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    }, {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    } ],
    "cards" : [ {
      "id" : "5000123",
      "assignedTo" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "assignedToId" : "5000123",
      "cardGroup" : {
        "id" : "5000123",
        "number" : "24120524",
        "title" : "REBASE",
        "description" : "Loremp ipsum",
        "externalReport" : "Text",
        "order" : 2,
        "parentType" : "{}",
        "parentId" : "5000123",
        "completionDate" : "2020-01-23T04:56:07Z",
        "tags" : [ {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        }, {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        } ],
        "configurableFields" : {
          "key" : "configurableFields"
        },
        "projectId" : "PROJECT1"
      },
      "cardGroupId" : "5000123",
      "comment" : "Lorem ipsum",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "createdTime" : "2020-01-31T23:59:59Z",
      "estimate" : 2,
      "modificationTime" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "order" : 2,
      "sprintId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "stepModificationTime" : "2020-01-31T23:59:59Z",
      "title" : "Lorem ipsum",
      "sprintModel" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo"
        },
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "modelSteps" : [ {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        }, {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        } ]
      },
      "sprintModelId" : "5000123",
      "completionDate" : "2020-01-31T23:59:59Z",
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      }
    }, {
      "id" : "5000123",
      "assignedTo" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "assignedToId" : "5000123",
      "cardGroup" : {
        "id" : "5000123",
        "number" : "24120524",
        "title" : "REBASE",
        "description" : "Loremp ipsum",
        "externalReport" : "Text",
        "order" : 2,
        "parentType" : "{}",
        "parentId" : "5000123",
        "completionDate" : "2020-01-23T04:56:07Z",
        "tags" : [ {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        }, {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        } ],
        "configurableFields" : {
          "key" : "configurableFields"
        },
        "projectId" : "PROJECT1"
      },
      "cardGroupId" : "5000123",
      "comment" : "Lorem ipsum",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "createdTime" : "2020-01-31T23:59:59Z",
      "estimate" : 2,
      "modificationTime" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "order" : 2,
      "sprintId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "stepModificationTime" : "2020-01-31T23:59:59Z",
      "title" : "Lorem ipsum",
      "sprintModel" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo"
        },
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "modelSteps" : [ {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        }, {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        } ]
      },
      "sprintModelId" : "5000123",
      "completionDate" : "2020-01-31T23:59:59Z",
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      }
    } ],
    "right" : {
      "id" : "5000123",
      "code" : "270101"
    },
    "rightId" : "5000123",
    "analysis" : {
      "actualCapacity" : 3.616076749251911
    },
    "status" : "{}"
  },
  "sprintId" : "5000123",
  "issue" : {
    "id" : "5000123",
    "number" : "24121212",
    "title" : "Text",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerLocation" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerLocationId" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "5000123",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building"
    },
    "projectTaskId" : "5000123",
    "internalReport" : "Text",
    "closureDate" : "2000-06-21T04:56:07.000+00:00",
    "expectedResolutionDate" : "2020-01-23T04:56:07Z",
    "closureRating" : 5,
    "closureComment" : "Text",
    "externallyVisible" : true,
    "targetRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "targetRevisionId" : "5000123",
    "correctiveRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "correctiveRevisionId" : "5000123",
    "targetVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "targetVersionId" : "5000123",
    "correctiveVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "correctiveVersionId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "environment" : {
      "id" : "5000123",
      "name" : "name",
      "freeField1" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField2" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField3" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField4" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField5" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "revision" : {
        "id" : "5000123",
        "code" : "Code",
        "date" : "2020-01-23T04:56:07Z",
        "version" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "date" : "2020-01-23T04:56:07Z",
          "stateId" : "5000123"
        },
        "versionId" : "5000123",
        "major" : 5,
        "minor" : 10,
        "revision" : 1,
        "name" : "Lorem ipsum"
      },
      "revisionId" : "5000123"
    },
    "environmentId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "resolutionPilot" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resolutionPilotId" : "5000123",
    "grtUnit" : "DAY",
    "grtValue" : 4,
    "gfrtUnit" : "DAY",
    "gfrtValue" : 25,
    "responseStatus" : true,
    "resolutionStatus" : true,
    "contract" : {
      "id" : "5000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "projectTask" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Team building",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_001",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "51000122",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "order" : 2,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "description" : "description"
      },
      "projectTaskId" : "5000123",
      "number" : "CC00001",
      "name" : "Label for my doc",
      "type" : "{}",
      "companyCode" : "AKSAS",
      "companyId" : "5000123",
      "currencyCode" : "EUR",
      "currency" : {
        "id" : "5000123",
        "name" : "Euro",
        "code" : "EUR",
        "order" : 17,
        "euro" : true,
        "euroRate" : 0.9678,
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "euroRateStartDate" : "2020-01-23T04:56:07Z",
        "euroRateEndDate" : "2020-01-23T04:56:07Z"
      },
      "date" : "2000-06-21T04:56:07.000+00:00",
      "description" : "Lorem ipsum",
      "entityCode" : "Lyon",
      "afterTaxAmount" : 120.37,
      "preTaxAmount" : 100.14,
      "thirdPartyId" : "CUSTOMER01",
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "approvalState" : "{}",
      "approvalDate" : "2000-06-21T04:56:07.000+00:00",
      "exchangeRate" : 10.26,
      "thirdPartyToBillId" : "CUSTOMER02",
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "payment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "End of month",
        "day" : 10
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "methodOfPayment" : "{}",
      "fiscalYear" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "journalEntryNumberingId" : "5000123"
      },
      "fiscalYearId" : "5000123",
      "accountingJournal" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "startDate" : "2000-06-21",
        "endDate" : "2000-06-21",
        "miscellaneousTransactionsProhibited" : true,
        "excludedByDefault" : true
      },
      "accountingJournalId" : "1203",
      "internal" : true,
      "group" : true,
      "assignmentIndicator" : "{}",
      "pricingMethod" : {
        "id" : "5000123",
        "code" : "AKAS",
        "name" : "TARIFS AKAS"
      },
      "pricingMethodId" : "5000125",
      "afterTaxAmountCurrency" : 1500,
      "preTaxAmountCurrency" : 100.14,
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      },
      "code" : "code",
      "extensionNumber" : 2,
      "completionDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "contractNature" : "{}",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerId" : "5000123",
      "customerToBill" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerToBillId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierId" : "5000123",
      "supplierToPay" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierToPayId" : "5000123",
      "signatureDate" : "2020-01-31T23:59:59Z",
      "comments" : "Lorem ipsum",
      "contractType" : {
        "id" : "5000123",
        "code" : "ABC",
        "label" : "Lorem ipsum",
        "endDate" : "2020-01-31T23:59:59Z",
        "default" : false
      },
      "contractTypeId" : "5000123",
      "services" : [ {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      }, {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      } ],
      "stateCode" : "{}",
      "salesManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "salesManagerId" : "5000123",
      "adminManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "adminManagerId" : "5000123",
      "technicalManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "technicalManagerId" : "5000123",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "5000123",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 2
      },
      "subCategoryId" : "5000123",
      "isMultiProject" : false,
      "nextBillingDate" : "2023-01-01T06:00:00Z",
      "lastBillingDate" : "2022-01-01T06:00:00Z",
      "effectiveDate" : "2020-01-01T06:00:00Z",
      "billingBlockedDate" : "2020-01-01T06:00:00Z",
      "periodicity" : {
        "id" : "5000123",
        "code" : "{}",
        "duration" : 3,
        "term" : true,
        "tacitAgrement" : true,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "lineStartDate" : "2020-01-23T04:56:07Z"
      },
      "anniversary" : "101",
      "notBillable" : true,
      "manualBilling" : false,
      "inactiveContract" : false,
      "isHiddenHD" : false,
      "deliveryGenerationUnit" : "{}",
      "renewalTypeId" : "5000123",
      "renewalDate" : "2023-05-01T06:00:00Z",
      "renewalReminderDate" : "2023-01-01T06:00:00Z",
      "renewalReminder" : false,
      "terminationNoticeLimit" : 3,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2022-08-29T06:00:00Z",
      "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
      "externalReference" : "Lorem ipsum",
      "internalReference" : "Lorem ipsum",
      "billingSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "billingSiteId" : "5000123",
      "maintenanceSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "maintenanceSiteId" : "5000123",
      "chorusInformations" : {
        "contractNumber" : "5000123",
        "marketNumber" : "5000123",
        "serviceCode" : "ABC",
        "serviceName" : "Service Name",
        "commitmentNumber" : "123456",
        "effectiveDate" : "2020-01-31T23:59:59Z",
        "cashJournal" : "Lorem ipsum"
      }
    },
    "contractId" : "5000123",
    "contractService" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    },
    "contractServiceId" : "5000123",
    "functionalArea" : {
      "id" : "5000123",
      "code" : "SALES",
      "name" : "SALES"
    },
    "functionalAreaId" : "5000123",
    "feature" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text"
    },
    "featureId" : "5000123",
    "module" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "moduleId" : "5000123",
    "reference1" : "Text",
    "reference2" : "Text",
    "contractualResponseDate" : "2020-01-23T04:56:07Z",
    "effectiveResponseDate" : "2020-01-23T04:56:07Z",
    "externalClosingDate" : "2020-01-23T04:56:07Z",
    "internalClosingDate" : "2020-01-23T04:56:07Z",
    "contractualResolutionDate" : "2020-01-23T04:56:07Z",
    "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
    "receiptDate" : "2020-01-23T04:56:07Z",
    "openingDate" : "2020-01-23T04:56:07Z",
    "disabledMessages" : true,
    "onHold" : {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    },
    "onHoldId" : "5000123",
    "onHoldOccurrences" : [ {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    }, {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    } ],
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "tasks" : [ null, null ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "regression" : true,
    "regressionStatus" : 2,
    "estimatedResponseDate" : "2020-01-23T04:56:07Z",
    "companyCode" : "AKSAS",
    "externalRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalRequesterId" : "5000123",
    "externalBehalfRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalBehalfRequesterId" : "5000123",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "alert" : true,
    "alertReason" : "Text",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  },
  "issueId" : "5000123",
  "step" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  },
  "stepId" : "5000123",
  "datMajStep" : "2020-01-31T23:59:59Z",
  "completionDate" : "2020-01-31T23:59:59Z",
  "title" : "Lorem ipsum",
  "estimate" : 2,
  "comment" : "Lorem ipsum dolor sit amet",
  "order" : 2,
  "issueOrder" : 3,
  "assignedEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "assignedEmployeeId" : "5000123"
}

2.13.2. Create a sprint step

PUT

/sprints/steps

Description

Create a sprint step

DMF required:
  • DMF A10301: Api Support / Sprints / Insert

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

sprint step

The sprint step to be created SprintStep

X

Content Type
  • text/plain

Responses
Table 149. http response codes
Code Message Datatype

200

SprintStep successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "CODE",
  "name" : "Text",
  "companyId" : "AKSAS",
  "endDate" : "2020-01-23T04:56:07Z",
  "status" : "{}"
}

2.13.3. Delete a sprint issue step

DELETE

/sprints/issue-steps/{sprint_issue_step_id}

Description

Delete a sprint issue step

DMF required:
  • DMF A10303: Api Support / Sprints / Delete

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142703: Helpdesk / Sprints / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_issue_step_id

The id of the sprint issue step

X

null

Responses
Table 150. http response codes
Code Message Datatype

204

SprintIssueStep successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.13.4. Delete a sprint step

DELETE

/sprints/steps/{step_id}

Description

Delete a sprint step

DMF required:
  • DMF A10303: Api Support / Sprints / Delete

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142703: Helpdesk / Sprints / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

step_id

The id of the sprint step

X

null

Responses
Table 151. http response codes
Code Message Datatype

204

SprintStep successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.13.5. Get a sprint issue step

GET

/sprints/issue-steps/{sprint_issue_step_id}

Description

Update a sprint issue step

DMF required:
  • DMF A10306: Api Support / Sprints / Info

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 1427__: Helpdesk / Sprints

  • DMF 240101: Agile Factory / Board / Board View

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_issue_step_id

The id of the sprint issue step

X

null

Content Type
  • application/json

Responses
Table 152. http response codes
Code Message Datatype

200

SprintIssueStep successfully loaded

SprintIssueStep

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.13.6. Get a sprint step

GET

/sprints/steps/{step_id}

Description

Get a sprint step

DMF required:
  • DMF A10306: Api Support / Sprints / Info

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 1427__: Helpdesk / Sprints

  • DMF 240101: Agile Factory / Board / Board View

Parameters
Path Parameters
Name Description Required Default Pattern

step_id

The id of the sprint step

X

null

Content Type
  • application/json

Responses
Table 153. http response codes
Code Message Datatype

200

SprintStep successfully loaded

SprintStep

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.13.7. Set the issue to the next step

POST

/sprints/issue-steps/{sprint_issue_step_id}/next-step

Description

Set the issue to the next step

DMF required:
  • DMF A10313: Api Support / Sprints / Update Step

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_issue_step_id

The id of the sprint issue step

X

null

Content Type
  • application/json

Responses
Table 154. http response codes
Code Message Datatype

200

Issue successfully set to the next step

SprintIssueStep

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.13.8. Set the issue to the previous step

POST

/sprints/issue-steps/{sprint_issue_step_id}/previous-step

Description

Set the issue to the previous step

DMF required:
  • DMF A10313: Api Support / Sprints / Update Step

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 1427__: Helpdesk / Sprints

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_issue_step_id

The id of the sprint issue step

X

null

Content Type
  • application/json

Responses
Table 155. http response codes
Code Message Datatype

200

Issue successfully set to the previous step

SprintIssueStep

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.13.9. Update a sprint issue step

POST

/sprints/issue-steps/{sprint_issue_step_id}

Description

Update a sprint issue step

DMF required:
  • DMF A10302: Api Support / Sprints / Update

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_issue_step_id

The id of the sprint issue step

X

null

Body Parameter
Name Description Required Default Pattern

sprint issue step

The sprint issue step to be updated SprintIssueStep

X

Content Type
  • text/plain

Responses
Table 156. http response codes
Code Message Datatype

200

SprintIssueStep successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "sprint" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "model" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo"
      },
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "modelSteps" : [ {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      }, {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      } ]
    },
    "modelId" : "5000123",
    "expectedStartDate" : "2020-01-23T04:56:07Z",
    "expectedEndDate" : "2020-01-23T04:56:07Z",
    "startDate" : "2020-01-23T04:56:07Z",
    "endDate" : "2020-01-23T04:56:07Z",
    "archiveDate" : "2020-01-23T04:56:07Z",
    "startedBy" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "startedById" : "5000123",
    "endedBy" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "endedById" : "5000123",
    "archivedBy" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "archivedById" : "5000123",
    "capacity" : 50,
    "description" : "Code",
    "sprintIssueSteps" : [ null, null ],
    "steps" : [ {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    }, {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    } ],
    "cardGroups" : [ {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    }, {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    } ],
    "cards" : [ {
      "id" : "5000123",
      "assignedTo" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "assignedToId" : "5000123",
      "cardGroup" : {
        "id" : "5000123",
        "number" : "24120524",
        "title" : "REBASE",
        "description" : "Loremp ipsum",
        "externalReport" : "Text",
        "order" : 2,
        "parentType" : "{}",
        "parentId" : "5000123",
        "completionDate" : "2020-01-23T04:56:07Z",
        "tags" : [ {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        }, {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        } ],
        "configurableFields" : {
          "key" : "configurableFields"
        },
        "projectId" : "PROJECT1"
      },
      "cardGroupId" : "5000123",
      "comment" : "Lorem ipsum",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "createdTime" : "2020-01-31T23:59:59Z",
      "estimate" : 2,
      "modificationTime" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "order" : 2,
      "sprintId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "stepModificationTime" : "2020-01-31T23:59:59Z",
      "title" : "Lorem ipsum",
      "sprintModel" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo"
        },
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "modelSteps" : [ {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        }, {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        } ]
      },
      "sprintModelId" : "5000123",
      "completionDate" : "2020-01-31T23:59:59Z",
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      }
    }, {
      "id" : "5000123",
      "assignedTo" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "assignedToId" : "5000123",
      "cardGroup" : {
        "id" : "5000123",
        "number" : "24120524",
        "title" : "REBASE",
        "description" : "Loremp ipsum",
        "externalReport" : "Text",
        "order" : 2,
        "parentType" : "{}",
        "parentId" : "5000123",
        "completionDate" : "2020-01-23T04:56:07Z",
        "tags" : [ {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        }, {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        } ],
        "configurableFields" : {
          "key" : "configurableFields"
        },
        "projectId" : "PROJECT1"
      },
      "cardGroupId" : "5000123",
      "comment" : "Lorem ipsum",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "createdTime" : "2020-01-31T23:59:59Z",
      "estimate" : 2,
      "modificationTime" : "2020-01-31T23:59:59Z",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "order" : 2,
      "sprintId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "stepModificationTime" : "2020-01-31T23:59:59Z",
      "title" : "Lorem ipsum",
      "sprintModel" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo"
        },
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "modelSteps" : [ {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        }, {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        } ]
      },
      "sprintModelId" : "5000123",
      "completionDate" : "2020-01-31T23:59:59Z",
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      }
    } ],
    "right" : {
      "id" : "5000123",
      "code" : "270101"
    },
    "rightId" : "5000123",
    "analysis" : {
      "actualCapacity" : 3.616076749251911
    },
    "status" : "{}"
  },
  "sprintId" : "5000123",
  "issue" : {
    "id" : "5000123",
    "number" : "24121212",
    "title" : "Text",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerLocation" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerLocationId" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "5000123",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building"
    },
    "projectTaskId" : "5000123",
    "internalReport" : "Text",
    "closureDate" : "2000-06-21T04:56:07.000+00:00",
    "expectedResolutionDate" : "2020-01-23T04:56:07Z",
    "closureRating" : 5,
    "closureComment" : "Text",
    "externallyVisible" : true,
    "targetRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "targetRevisionId" : "5000123",
    "correctiveRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "correctiveRevisionId" : "5000123",
    "targetVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "targetVersionId" : "5000123",
    "correctiveVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "correctiveVersionId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "environment" : {
      "id" : "5000123",
      "name" : "name",
      "freeField1" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField2" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField3" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField4" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField5" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "revision" : {
        "id" : "5000123",
        "code" : "Code",
        "date" : "2020-01-23T04:56:07Z",
        "version" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "date" : "2020-01-23T04:56:07Z",
          "stateId" : "5000123"
        },
        "versionId" : "5000123",
        "major" : 5,
        "minor" : 10,
        "revision" : 1,
        "name" : "Lorem ipsum"
      },
      "revisionId" : "5000123"
    },
    "environmentId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "resolutionPilot" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resolutionPilotId" : "5000123",
    "grtUnit" : "DAY",
    "grtValue" : 4,
    "gfrtUnit" : "DAY",
    "gfrtValue" : 25,
    "responseStatus" : true,
    "resolutionStatus" : true,
    "contract" : {
      "id" : "5000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "projectTask" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Team building",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_001",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "51000122",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "order" : 2,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "description" : "description"
      },
      "projectTaskId" : "5000123",
      "number" : "CC00001",
      "name" : "Label for my doc",
      "type" : "{}",
      "companyCode" : "AKSAS",
      "companyId" : "5000123",
      "currencyCode" : "EUR",
      "currency" : {
        "id" : "5000123",
        "name" : "Euro",
        "code" : "EUR",
        "order" : 17,
        "euro" : true,
        "euroRate" : 0.9678,
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "euroRateStartDate" : "2020-01-23T04:56:07Z",
        "euroRateEndDate" : "2020-01-23T04:56:07Z"
      },
      "date" : "2000-06-21T04:56:07.000+00:00",
      "description" : "Lorem ipsum",
      "entityCode" : "Lyon",
      "afterTaxAmount" : 120.37,
      "preTaxAmount" : 100.14,
      "thirdPartyId" : "CUSTOMER01",
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "approvalState" : "{}",
      "approvalDate" : "2000-06-21T04:56:07.000+00:00",
      "exchangeRate" : 10.26,
      "thirdPartyToBillId" : "CUSTOMER02",
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "payment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "End of month",
        "day" : 10
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "methodOfPayment" : "{}",
      "fiscalYear" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "journalEntryNumberingId" : "5000123"
      },
      "fiscalYearId" : "5000123",
      "accountingJournal" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "startDate" : "2000-06-21",
        "endDate" : "2000-06-21",
        "miscellaneousTransactionsProhibited" : true,
        "excludedByDefault" : true
      },
      "accountingJournalId" : "1203",
      "internal" : true,
      "group" : true,
      "assignmentIndicator" : "{}",
      "pricingMethod" : {
        "id" : "5000123",
        "code" : "AKAS",
        "name" : "TARIFS AKAS"
      },
      "pricingMethodId" : "5000125",
      "afterTaxAmountCurrency" : 1500,
      "preTaxAmountCurrency" : 100.14,
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      },
      "code" : "code",
      "extensionNumber" : 2,
      "completionDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "contractNature" : "{}",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerId" : "5000123",
      "customerToBill" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerToBillId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierId" : "5000123",
      "supplierToPay" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierToPayId" : "5000123",
      "signatureDate" : "2020-01-31T23:59:59Z",
      "comments" : "Lorem ipsum",
      "contractType" : {
        "id" : "5000123",
        "code" : "ABC",
        "label" : "Lorem ipsum",
        "endDate" : "2020-01-31T23:59:59Z",
        "default" : false
      },
      "contractTypeId" : "5000123",
      "services" : [ {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      }, {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      } ],
      "stateCode" : "{}",
      "salesManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "salesManagerId" : "5000123",
      "adminManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "adminManagerId" : "5000123",
      "technicalManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "technicalManagerId" : "5000123",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "5000123",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 2
      },
      "subCategoryId" : "5000123",
      "isMultiProject" : false,
      "nextBillingDate" : "2023-01-01T06:00:00Z",
      "lastBillingDate" : "2022-01-01T06:00:00Z",
      "effectiveDate" : "2020-01-01T06:00:00Z",
      "billingBlockedDate" : "2020-01-01T06:00:00Z",
      "periodicity" : {
        "id" : "5000123",
        "code" : "{}",
        "duration" : 3,
        "term" : true,
        "tacitAgrement" : true,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "lineStartDate" : "2020-01-23T04:56:07Z"
      },
      "anniversary" : "101",
      "notBillable" : true,
      "manualBilling" : false,
      "inactiveContract" : false,
      "isHiddenHD" : false,
      "deliveryGenerationUnit" : "{}",
      "renewalTypeId" : "5000123",
      "renewalDate" : "2023-05-01T06:00:00Z",
      "renewalReminderDate" : "2023-01-01T06:00:00Z",
      "renewalReminder" : false,
      "terminationNoticeLimit" : 3,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2022-08-29T06:00:00Z",
      "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
      "externalReference" : "Lorem ipsum",
      "internalReference" : "Lorem ipsum",
      "billingSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "billingSiteId" : "5000123",
      "maintenanceSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "maintenanceSiteId" : "5000123",
      "chorusInformations" : {
        "contractNumber" : "5000123",
        "marketNumber" : "5000123",
        "serviceCode" : "ABC",
        "serviceName" : "Service Name",
        "commitmentNumber" : "123456",
        "effectiveDate" : "2020-01-31T23:59:59Z",
        "cashJournal" : "Lorem ipsum"
      }
    },
    "contractId" : "5000123",
    "contractService" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    },
    "contractServiceId" : "5000123",
    "functionalArea" : {
      "id" : "5000123",
      "code" : "SALES",
      "name" : "SALES"
    },
    "functionalAreaId" : "5000123",
    "feature" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text"
    },
    "featureId" : "5000123",
    "module" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "moduleId" : "5000123",
    "reference1" : "Text",
    "reference2" : "Text",
    "contractualResponseDate" : "2020-01-23T04:56:07Z",
    "effectiveResponseDate" : "2020-01-23T04:56:07Z",
    "externalClosingDate" : "2020-01-23T04:56:07Z",
    "internalClosingDate" : "2020-01-23T04:56:07Z",
    "contractualResolutionDate" : "2020-01-23T04:56:07Z",
    "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
    "receiptDate" : "2020-01-23T04:56:07Z",
    "openingDate" : "2020-01-23T04:56:07Z",
    "disabledMessages" : true,
    "onHold" : {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    },
    "onHoldId" : "5000123",
    "onHoldOccurrences" : [ {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    }, {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    } ],
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "tasks" : [ null, null ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "regression" : true,
    "regressionStatus" : 2,
    "estimatedResponseDate" : "2020-01-23T04:56:07Z",
    "companyCode" : "AKSAS",
    "externalRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalRequesterId" : "5000123",
    "externalBehalfRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalBehalfRequesterId" : "5000123",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "alert" : true,
    "alertReason" : "Text",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  },
  "issueId" : "5000123",
  "step" : {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  },
  "stepId" : "5000123",
  "datMajStep" : "2020-01-31T23:59:59Z",
  "completionDate" : "2020-01-31T23:59:59Z",
  "title" : "Lorem ipsum",
  "estimate" : 2,
  "comment" : "Lorem ipsum dolor sit amet",
  "order" : 2,
  "issueOrder" : 3,
  "assignedEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "assignedEmployeeId" : "5000123"
}

2.13.10. Update a sprint step

POST

/sprints/steps/{step_id}

Description

Update a sprint step

DMF required:
  • DMF A10302: Api Support / Sprints / Update

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

step_id

The id of the sprint step

X

null

Body Parameter
Name Description Required Default Pattern

sprint step

The sprint step to be updated SprintStep

X

Content Type
  • text/plain

Responses
Table 157. http response codes
Code Message Datatype

200

SprintStep successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "CODE",
  "name" : "Text",
  "companyId" : "AKSAS",
  "endDate" : "2020-01-23T04:56:07Z",
  "status" : "{}"
}

2.14. Sprints

2.14.1. Archive a sprint

POST

/sprints/{sprint_id}/archive

Description

Archive a sprint

DMF required:
  • DMF A10314: Api Support / Sprints / Archive

  • DMF 142710: Helpdesk / Sprints / Archive

  • DMF 240108: Agile Factory / Board / Archive Sprint

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 158. http response codes
Code Message Datatype

204

Sprint successfully archived

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.2. Cancel a sprint archive

POST

/sprints/{sprint_id}/cancel-archive

Description

Cancel the archiving of a sprint

DMF required:
  • DMF A10314: Api Support / Sprints / Archive

  • DMF 142710: Helpdesk / Sprints / Archive

  • DMF 240108: Agile Factory / Board / Archive Sprint

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 159. http response codes
Code Message Datatype

204

Sprint archiving successfully canceled

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.3. Cancel a sprint end

POST

/sprints/{sprint_id}/cancel-end

Description

Cancel a sprint end

DMF required:
  • DMF A10311: Api Support / Sprints / End

  • DMF 142705: Helpdesk / Sprints / Start / Complete

  • DMF 142708: Helpdesk / Sprints / Reactivate Completed Sprint

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 160. http response codes
Code Message Datatype

204

Sprint successfully end canceled

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.4. Cancel a sprint start

POST

/sprints/{sprint_id}/cancel-start

Description

Cancel a sprint start

DMF required:
  • DMF A10310: Api Support / Sprints / Start

  • DMF 142705: Helpdesk / Sprints / Start / Complete

  • DMF 142707: Helpdesk / Sprints / Cancel Sprint Start

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 161. http response codes
Code Message Datatype

204

Sprint start successfully canceled

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.5. Create a sprint

PUT

/sprints

Description

Create a sprint

DMF required:
  • DMF A10301: Api Support / Sprints / Insert

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

sprint

The sprint to be created Sprint

X

Content Type
  • text/plain

Responses
Table 162. http response codes
Code Message Datatype

200

Sprint successfully created

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "CODE",
  "name" : "Text",
  "model" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "company" : {
      "id" : "5000123",
      "code" : "AK",
      "name" : "Akuiteo"
    },
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "modelSteps" : [ {
      "id" : "5000123",
      "modelId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "order" : 2
    }, {
      "id" : "5000123",
      "modelId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "order" : 2
    } ]
  },
  "modelId" : "5000123",
  "expectedStartDate" : "2020-01-23T04:56:07Z",
  "expectedEndDate" : "2020-01-23T04:56:07Z",
  "startDate" : "2020-01-23T04:56:07Z",
  "endDate" : "2020-01-23T04:56:07Z",
  "archiveDate" : "2020-01-23T04:56:07Z",
  "startedBy" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "startedById" : "5000123",
  "endedBy" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "endedById" : "5000123",
  "archivedBy" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "archivedById" : "5000123",
  "capacity" : 50,
  "description" : "Code",
  "sprintIssueSteps" : [ null, null ],
  "steps" : [ {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  }, {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  } ],
  "cardGroups" : [ {
    "id" : "5000123",
    "number" : "24120524",
    "title" : "REBASE",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "order" : 2,
    "parentType" : "{}",
    "parentId" : "5000123",
    "completionDate" : "2020-01-23T04:56:07Z",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "configurableFields" : {
      "key" : "configurableFields"
    },
    "projectId" : "PROJECT1"
  }, {
    "id" : "5000123",
    "number" : "24120524",
    "title" : "REBASE",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "order" : 2,
    "parentType" : "{}",
    "parentId" : "5000123",
    "completionDate" : "2020-01-23T04:56:07Z",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "configurableFields" : {
      "key" : "configurableFields"
    },
    "projectId" : "PROJECT1"
  } ],
  "cards" : [ {
    "id" : "5000123",
    "assignedTo" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "assignedToId" : "5000123",
    "cardGroup" : {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    },
    "cardGroupId" : "5000123",
    "comment" : "Lorem ipsum",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "createdTime" : "2020-01-31T23:59:59Z",
    "estimate" : 2,
    "modificationTime" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "order" : 2,
    "sprintId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "stepModificationTime" : "2020-01-31T23:59:59Z",
    "title" : "Lorem ipsum",
    "sprintModel" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo"
      },
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "modelSteps" : [ {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      }, {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      } ]
    },
    "sprintModelId" : "5000123",
    "completionDate" : "2020-01-31T23:59:59Z",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  }, {
    "id" : "5000123",
    "assignedTo" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "assignedToId" : "5000123",
    "cardGroup" : {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    },
    "cardGroupId" : "5000123",
    "comment" : "Lorem ipsum",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "createdTime" : "2020-01-31T23:59:59Z",
    "estimate" : 2,
    "modificationTime" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "order" : 2,
    "sprintId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "stepModificationTime" : "2020-01-31T23:59:59Z",
    "title" : "Lorem ipsum",
    "sprintModel" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo"
      },
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "modelSteps" : [ {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      }, {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      } ]
    },
    "sprintModelId" : "5000123",
    "completionDate" : "2020-01-31T23:59:59Z",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  } ],
  "right" : {
    "id" : "5000123",
    "code" : "270101"
  },
  "rightId" : "5000123",
  "analysis" : {
    "actualCapacity" : 3.616076749251911
  },
  "status" : "{}"
}

2.14.6. Delete a sprint

DELETE

/sprints/{sprint_id}

Description

Delete a sprint

DMF required:
  • DMF A10303: Api Support / Sprints / Delete

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 142703: Helpdesk / Sprints / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 163. http response codes
Code Message Datatype

204

Sprint successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.7. End a sprint

POST

/sprints/{sprint_id}/end

Description

End a sprint

DMF required:
  • DMF A10311: Api Support / Sprints / End

  • DMF 142705: Helpdesk / Sprints / Start / Complete

  • DMF 142708: Helpdesk / Sprints / Reactivate Completed Sprint

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 164. http response codes
Code Message Datatype

204

Sprint successfully ended

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.8. Get a sprint

GET

/sprints/{sprint_id}

Description

Get a sprint

DMF required:
  • DMF A10306: Api Support / Sprints / Info

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 1427__: Helpdesk / Sprints

  • DMF 240101: Agile Factory / Board / Board View

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Content Type
  • application/json

Responses
Table 165. http response codes
Code Message Datatype

200

Sprint successfully loaded

Sprint

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.9. Create a link between a Sprint and a list of issues. If already exists, nothing happens

POST

/sprints/issues/link

Description

Create a link between a Sprint and a list of issues. If already exists, nothing happens

DMF required:
  • DMF A10312: Api Support / Sprints / Link

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

issuesWithSprintStep

Properties of the link IssuesWithSprintStep

-

Content Type
  • application/json

Responses
Table 166. http response codes
Code Message Datatype

200

Successful SprintIssueStep creation. List of links created

List[SprintIssueStep]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "sprintIssueStep" : {
    "id" : "5000123",
    "sprint" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "model" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo"
        },
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "modelSteps" : [ {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        }, {
          "id" : "5000123",
          "modelId" : "5000123",
          "step" : {
            "id" : "5000123",
            "code" : "CODE",
            "name" : "Text",
            "companyId" : "AKSAS",
            "endDate" : "2020-01-23T04:56:07Z",
            "status" : "{}"
          },
          "stepId" : "5000123",
          "order" : 2
        } ]
      },
      "modelId" : "5000123",
      "expectedStartDate" : "2020-01-23T04:56:07Z",
      "expectedEndDate" : "2020-01-23T04:56:07Z",
      "startDate" : "2020-01-23T04:56:07Z",
      "endDate" : "2020-01-23T04:56:07Z",
      "archiveDate" : "2020-01-23T04:56:07Z",
      "startedBy" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "startedById" : "5000123",
      "endedBy" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "endedById" : "5000123",
      "archivedBy" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "archivedById" : "5000123",
      "capacity" : 50,
      "description" : "Code",
      "sprintIssueSteps" : [ null, null ],
      "steps" : [ {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      }, {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      } ],
      "cardGroups" : [ {
        "id" : "5000123",
        "number" : "24120524",
        "title" : "REBASE",
        "description" : "Loremp ipsum",
        "externalReport" : "Text",
        "order" : 2,
        "parentType" : "{}",
        "parentId" : "5000123",
        "completionDate" : "2020-01-23T04:56:07Z",
        "tags" : [ {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        }, {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        } ],
        "configurableFields" : {
          "key" : "configurableFields"
        },
        "projectId" : "PROJECT1"
      }, {
        "id" : "5000123",
        "number" : "24120524",
        "title" : "REBASE",
        "description" : "Loremp ipsum",
        "externalReport" : "Text",
        "order" : 2,
        "parentType" : "{}",
        "parentId" : "5000123",
        "completionDate" : "2020-01-23T04:56:07Z",
        "tags" : [ {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        }, {
          "id" : "5000123",
          "companyId" : "5000123",
          "type" : "{}",
          "code" : "ERR",
          "name" : "ISSUE",
          "comment" : "Lorem ipsum",
          "color" : "#56b7c",
          "icon" : "fa fa-plus",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "objectId" : "5000123",
          "action" : "{}"
        } ],
        "configurableFields" : {
          "key" : "configurableFields"
        },
        "projectId" : "PROJECT1"
      } ],
      "cards" : [ {
        "id" : "5000123",
        "assignedTo" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "assignedToId" : "5000123",
        "cardGroup" : {
          "id" : "5000123",
          "number" : "24120524",
          "title" : "REBASE",
          "description" : "Loremp ipsum",
          "externalReport" : "Text",
          "order" : 2,
          "parentType" : "{}",
          "parentId" : "5000123",
          "completionDate" : "2020-01-23T04:56:07Z",
          "tags" : [ {
            "id" : "5000123",
            "companyId" : "5000123",
            "type" : "{}",
            "code" : "ERR",
            "name" : "ISSUE",
            "comment" : "Lorem ipsum",
            "color" : "#56b7c",
            "icon" : "fa fa-plus",
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "objectId" : "5000123",
            "action" : "{}"
          }, {
            "id" : "5000123",
            "companyId" : "5000123",
            "type" : "{}",
            "code" : "ERR",
            "name" : "ISSUE",
            "comment" : "Lorem ipsum",
            "color" : "#56b7c",
            "icon" : "fa fa-plus",
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "objectId" : "5000123",
            "action" : "{}"
          } ],
          "configurableFields" : {
            "key" : "configurableFields"
          },
          "projectId" : "PROJECT1"
        },
        "cardGroupId" : "5000123",
        "comment" : "Lorem ipsum",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "createdTime" : "2020-01-31T23:59:59Z",
        "estimate" : 2,
        "modificationTime" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "order" : 2,
        "sprintId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "stepModificationTime" : "2020-01-31T23:59:59Z",
        "title" : "Lorem ipsum",
        "sprintModel" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo"
          },
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "modelSteps" : [ {
            "id" : "5000123",
            "modelId" : "5000123",
            "step" : {
              "id" : "5000123",
              "code" : "CODE",
              "name" : "Text",
              "companyId" : "AKSAS",
              "endDate" : "2020-01-23T04:56:07Z",
              "status" : "{}"
            },
            "stepId" : "5000123",
            "order" : 2
          }, {
            "id" : "5000123",
            "modelId" : "5000123",
            "step" : {
              "id" : "5000123",
              "code" : "CODE",
              "name" : "Text",
              "companyId" : "AKSAS",
              "endDate" : "2020-01-23T04:56:07Z",
              "status" : "{}"
            },
            "stepId" : "5000123",
            "order" : 2
          } ]
        },
        "sprintModelId" : "5000123",
        "completionDate" : "2020-01-31T23:59:59Z",
        "formConfig" : {
          "type" : "{}",
          "fields" : [ {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }, {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          } ],
          "controls" : {
            "key" : {
              "id" : "50000123",
              "property" : "Kilometers",
              "required" : true,
              "visible" : true,
              "enabled" : true,
              "defaultValue" : "50 (for the field 'Kilometers' case)",
              "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
              "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
              "freeValue" : true,
              "allowMultipleValues" : true,
              "information" : "Lorem ipsum"
            }
          },
          "insertable" : true,
          "editable" : false,
          "deletable" : false,
          "formSearchHidden" : false
        }
      }, {
        "id" : "5000123",
        "assignedTo" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "assignedToId" : "5000123",
        "cardGroup" : {
          "id" : "5000123",
          "number" : "24120524",
          "title" : "REBASE",
          "description" : "Loremp ipsum",
          "externalReport" : "Text",
          "order" : 2,
          "parentType" : "{}",
          "parentId" : "5000123",
          "completionDate" : "2020-01-23T04:56:07Z",
          "tags" : [ {
            "id" : "5000123",
            "companyId" : "5000123",
            "type" : "{}",
            "code" : "ERR",
            "name" : "ISSUE",
            "comment" : "Lorem ipsum",
            "color" : "#56b7c",
            "icon" : "fa fa-plus",
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "objectId" : "5000123",
            "action" : "{}"
          }, {
            "id" : "5000123",
            "companyId" : "5000123",
            "type" : "{}",
            "code" : "ERR",
            "name" : "ISSUE",
            "comment" : "Lorem ipsum",
            "color" : "#56b7c",
            "icon" : "fa fa-plus",
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "objectId" : "5000123",
            "action" : "{}"
          } ],
          "configurableFields" : {
            "key" : "configurableFields"
          },
          "projectId" : "PROJECT1"
        },
        "cardGroupId" : "5000123",
        "comment" : "Lorem ipsum",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "createdTime" : "2020-01-31T23:59:59Z",
        "estimate" : 2,
        "modificationTime" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "order" : 2,
        "sprintId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "stepModificationTime" : "2020-01-31T23:59:59Z",
        "title" : "Lorem ipsum",
        "sprintModel" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo"
          },
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "modelSteps" : [ {
            "id" : "5000123",
            "modelId" : "5000123",
            "step" : {
              "id" : "5000123",
              "code" : "CODE",
              "name" : "Text",
              "companyId" : "AKSAS",
              "endDate" : "2020-01-23T04:56:07Z",
              "status" : "{}"
            },
            "stepId" : "5000123",
            "order" : 2
          }, {
            "id" : "5000123",
            "modelId" : "5000123",
            "step" : {
              "id" : "5000123",
              "code" : "CODE",
              "name" : "Text",
              "companyId" : "AKSAS",
              "endDate" : "2020-01-23T04:56:07Z",
              "status" : "{}"
            },
            "stepId" : "5000123",
            "order" : 2
          } ]
        },
        "sprintModelId" : "5000123",
        "completionDate" : "2020-01-31T23:59:59Z",
        "formConfig" : {
          "type" : "{}",
          "fields" : [ {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }, {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          } ],
          "controls" : {
            "key" : {
              "id" : "50000123",
              "property" : "Kilometers",
              "required" : true,
              "visible" : true,
              "enabled" : true,
              "defaultValue" : "50 (for the field 'Kilometers' case)",
              "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
              "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
              "freeValue" : true,
              "allowMultipleValues" : true,
              "information" : "Lorem ipsum"
            }
          },
          "insertable" : true,
          "editable" : false,
          "deletable" : false,
          "formSearchHidden" : false
        }
      } ],
      "right" : {
        "id" : "5000123",
        "code" : "270101"
      },
      "rightId" : "5000123",
      "analysis" : {
        "actualCapacity" : 3.616076749251911
      },
      "status" : "{}"
    },
    "sprintId" : "5000123",
    "issue" : {
      "id" : "5000123",
      "number" : "24121212",
      "title" : "Text",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerId" : "5000123",
      "customerLocation" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Paris",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "CUST_001"
      },
      "customerLocationId" : "5000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "5000123",
      "projectTask" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Team building"
      },
      "projectTaskId" : "5000123",
      "internalReport" : "Text",
      "closureDate" : "2000-06-21T04:56:07.000+00:00",
      "expectedResolutionDate" : "2020-01-23T04:56:07Z",
      "closureRating" : 5,
      "closureComment" : "Text",
      "externallyVisible" : true,
      "targetRevision" : {
        "id" : "5000123",
        "code" : "Code",
        "date" : "2020-01-23T04:56:07Z",
        "version" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "date" : "2020-01-23T04:56:07Z",
          "stateId" : "5000123"
        },
        "versionId" : "5000123",
        "major" : 5,
        "minor" : 10,
        "revision" : 1,
        "name" : "Lorem ipsum"
      },
      "targetRevisionId" : "5000123",
      "correctiveRevision" : {
        "id" : "5000123",
        "code" : "Code",
        "date" : "2020-01-23T04:56:07Z",
        "version" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "date" : "2020-01-23T04:56:07Z",
          "stateId" : "5000123"
        },
        "versionId" : "5000123",
        "major" : 5,
        "minor" : 10,
        "revision" : 1,
        "name" : "Lorem ipsum"
      },
      "correctiveRevisionId" : "5000123",
      "targetVersion" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "targetVersionId" : "5000123",
      "correctiveVersion" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "correctiveVersionId" : "5000123",
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "environment" : {
        "id" : "5000123",
        "name" : "name",
        "freeField1" : {
          "name" : "Lorem ipsum",
          "value" : "Lorem ipsum"
        },
        "freeField2" : {
          "name" : "Lorem ipsum",
          "value" : "Lorem ipsum"
        },
        "freeField3" : {
          "name" : "Lorem ipsum",
          "value" : "Lorem ipsum"
        },
        "freeField4" : {
          "name" : "Lorem ipsum",
          "value" : "Lorem ipsum"
        },
        "freeField5" : {
          "name" : "Lorem ipsum",
          "value" : "Lorem ipsum"
        },
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "revision" : {
          "id" : "5000123",
          "code" : "Code",
          "date" : "2020-01-23T04:56:07Z",
          "version" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "date" : "2020-01-23T04:56:07Z",
            "stateId" : "5000123"
          },
          "versionId" : "5000123",
          "major" : 5,
          "minor" : 10,
          "revision" : 1,
          "name" : "Lorem ipsum"
        },
        "revisionId" : "5000123"
      },
      "environmentId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "resolutionPilot" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "resolutionPilotId" : "5000123",
      "grtUnit" : "DAY",
      "grtValue" : 4,
      "gfrtUnit" : "DAY",
      "gfrtValue" : 25,
      "responseStatus" : true,
      "resolutionStatus" : true,
      "contract" : {
        "id" : "5000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_001",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "51000122",
        "projectTask" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Team building",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_001",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "51000122",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "order" : 2,
          "startDate" : "2000-06-21T04:56:07.000+00:00",
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "description" : "description"
        },
        "projectTaskId" : "5000123",
        "number" : "CC00001",
        "name" : "Label for my doc",
        "type" : "{}",
        "companyCode" : "AKSAS",
        "companyId" : "5000123",
        "currencyCode" : "EUR",
        "currency" : {
          "id" : "5000123",
          "name" : "Euro",
          "code" : "EUR",
          "order" : 17,
          "euro" : true,
          "euroRate" : 0.9678,
          "endDate" : "2000-06-21T04:56:07.000+00:00",
          "euroRateStartDate" : "2020-01-23T04:56:07Z",
          "euroRateEndDate" : "2020-01-23T04:56:07Z"
        },
        "date" : "2000-06-21T04:56:07.000+00:00",
        "description" : "Lorem ipsum",
        "entityCode" : "Lyon",
        "afterTaxAmount" : 120.37,
        "preTaxAmount" : 100.14,
        "thirdPartyId" : "CUSTOMER01",
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "approvalState" : "{}",
        "approvalDate" : "2000-06-21T04:56:07.000+00:00",
        "exchangeRate" : 10.26,
        "thirdPartyToBillId" : "CUSTOMER02",
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "payment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "End of month",
          "day" : 10
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "methodOfPayment" : "{}",
        "fiscalYear" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "name",
          "journalEntryNumberingId" : "5000123"
        },
        "fiscalYearId" : "5000123",
        "accountingJournal" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "name",
          "startDate" : "2000-06-21",
          "endDate" : "2000-06-21",
          "miscellaneousTransactionsProhibited" : true,
          "excludedByDefault" : true
        },
        "accountingJournalId" : "1203",
        "internal" : true,
        "group" : true,
        "assignmentIndicator" : "{}",
        "pricingMethod" : {
          "id" : "5000123",
          "code" : "AKAS",
          "name" : "TARIFS AKAS"
        },
        "pricingMethodId" : "5000125",
        "afterTaxAmountCurrency" : 1500,
        "preTaxAmountCurrency" : 100.14,
        "formConfig" : {
          "type" : "{}",
          "fields" : [ {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }, {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          } ],
          "controls" : {
            "key" : {
              "id" : "50000123",
              "property" : "Kilometers",
              "required" : true,
              "visible" : true,
              "enabled" : true,
              "defaultValue" : "50 (for the field 'Kilometers' case)",
              "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
              "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
              "freeValue" : true,
              "allowMultipleValues" : true,
              "information" : "Lorem ipsum"
            }
          },
          "insertable" : true,
          "editable" : false,
          "deletable" : false,
          "formSearchHidden" : false
        },
        "code" : "code",
        "extensionNumber" : 2,
        "completionDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "contractNature" : "{}",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo",
          "accountManager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "accountManagerId" : "accountManagerId",
          "indicators" : {
            "customerId" : "5000123",
            "indicator1" : {
              "id" : "5000123",
              "customerId" : "5000123",
              "code" : "code",
              "name" : "name",
              "colorHexCode" : "colorHexCode",
              "byDefault" : false,
              "order" : 9
            },
            "indicator2" : {
              "id" : "5000123",
              "customerId" : "5000123",
              "code" : "code",
              "name" : "name",
              "colorHexCode" : "colorHexCode",
              "byDefault" : false,
              "order" : 9
            },
            "indicator3" : {
              "id" : "5000123",
              "customerId" : "5000123",
              "code" : "code",
              "name" : "name",
              "colorHexCode" : "colorHexCode",
              "byDefault" : false,
              "order" : 9
            }
          }
        },
        "customerId" : "5000123",
        "customerToBill" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo",
          "accountManager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "accountManagerId" : "accountManagerId",
          "indicators" : {
            "customerId" : "5000123",
            "indicator1" : {
              "id" : "5000123",
              "customerId" : "5000123",
              "code" : "code",
              "name" : "name",
              "colorHexCode" : "colorHexCode",
              "byDefault" : false,
              "order" : 9
            },
            "indicator2" : {
              "id" : "5000123",
              "customerId" : "5000123",
              "code" : "code",
              "name" : "name",
              "colorHexCode" : "colorHexCode",
              "byDefault" : false,
              "order" : 9
            },
            "indicator3" : {
              "id" : "5000123",
              "customerId" : "5000123",
              "code" : "code",
              "name" : "name",
              "colorHexCode" : "colorHexCode",
              "byDefault" : false,
              "order" : 9
            }
          }
        },
        "customerToBillId" : "5000123",
        "supplier" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo",
          "linkedEmployee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "linkedEmployeeId" : "linkedEmployeeId"
        },
        "supplierId" : "5000123",
        "supplierToPay" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo",
          "linkedEmployee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "linkedEmployeeId" : "linkedEmployeeId"
        },
        "supplierToPayId" : "5000123",
        "signatureDate" : "2020-01-31T23:59:59Z",
        "comments" : "Lorem ipsum",
        "contractType" : {
          "id" : "5000123",
          "code" : "ABC",
          "label" : "Lorem ipsum",
          "endDate" : "2020-01-31T23:59:59Z",
          "default" : false
        },
        "contractTypeId" : "5000123",
        "services" : [ {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "contractId" : "500000123",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PROJECT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "regression" : true,
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123",
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "priority" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "priorityId" : "5000123",
          "criticality" : {
            "id" : "5000123",
            "code" : "MAJOR",
            "name" : "Major"
          },
          "criticalityId" : "5000123",
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "5000123",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "reminderAlert" : "reminderAlert",
          "reminderDetail" : "reminderDetail",
          "lines" : [ {
            "id" : "5000123",
            "contractServiceId" : "5000123",
            "product" : {
              "id" : "5000123",
              "name" : "Lorem ipsum",
              "identification" : "ABC",
              "serialNumber" : "1234567",
              "taskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "taskTypeId" : "5000123",
              "functionalAreaManaged" : false,
              "environmentManaged" : false,
              "revisionId" : "5000123",
              "templateProduct" : {
                "id" : "5000123",
                "name" : "AKUITEO",
                "identification" : "AKUITEO"
              },
              "templateProductId" : "5000123",
              "templateProductCode" : "ABC",
              "reminder" : {
                "title" : "Lorem ipsum",
                "text" : "Lorem ipsum"
              },
              "severity" : {
                "id" : "5000123",
                "name" : "Text",
                "code" : "Code"
              },
              "severityId" : "5000123",
              "maintainedProduct" : true,
              "classification" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text"
              },
              "classificationId" : "5000123",
              "productType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "productTypeSetup" : "{}",
                "byDefault" : true,
                "serialNumber" : "{}",
                "parentOfBOM" : "{}",
                "childOfBOM" : "{}",
                "integratedTransactionManagement" : true
              },
              "productTypeId" : "5000123",
              "isHiddenHD" : false,
              "isHiddenInIssue" : false,
              "isHiddenOnExtranet" : false,
              "maintenanceComplete" : false,
              "obsoleteProduct" : false,
              "versionManaged" : false,
              "administrativeProduct" : false,
              "disabledProduct" : false,
              "internalProduct" : false,
              "criticalProduct" : false,
              "hidePreviousVersions" : false,
              "rightManaged" : false,
              "entryDate" : "2020-01-31T23:59:59Z",
              "exitDate" : "2020-01-31T23:59:59Z",
              "endOfUseDate" : "2020-01-31T23:59:59Z",
              "locationsLinked" : [ {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              }, {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              } ],
              "customData" : {
                "key" : {
                  "type" : "{}",
                  "value" : "Autoref 010520",
                  "name" : "Reference 4",
                  "realOrder" : 0,
                  "label" : "REFERENCE_4"
                }
              }
            },
            "productId" : "5000123",
            "serialNumber" : "serialNumber",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJT_1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "500000123",
            "subPhase" : {
              "id" : "5000123",
              "code" : "SB_1",
              "name" : "Sub Phase 1",
              "phase" : {
                "id" : "5000123",
                "code" : "PHS_1",
                "name" : "Phase 1",
                "project" : {
                  "id" : "5000123",
                  "name" : "My project",
                  "companyCode" : "AKSAS",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "5000123",
                  "endCustomer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "endCustomerId" : "5000123",
                  "internal" : false,
                  "leave" : false,
                  "leaveType" : "{}",
                  "customerType" : "{}"
                },
                "projectId" : "PRJ_1",
                "order" : 1
              },
              "phaseId" : "5000123",
              "order" : 1
            },
            "subPhaseId" : "500000123",
            "rankNumber" : 4,
            "quantity" : 2,
            "unitPrice" : 20,
            "discountPercentage" : 13,
            "totalAmount" : 200,
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "notEditable" : true,
            "reasonForTermination" : "Lorem ipsum",
            "terminationReceptionDate" : "2020-01-31T23:59:59Z",
            "customerBeneficiary" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerBeneficiaryId" : "5000123",
            "groupingCode" : "ABC",
            "groupingCode2" : "ABC",
            "groupingCode3" : "ABC",
            "geoArea" : "EUROPE",
            "title" : "Assistance",
            "subTitle" : "Logiciel ABC",
            "subTitle2" : "Logiciel EFG",
            "isHiddenHD" : false,
            "identification" : "Helpdesk illimité",
            "additionalIdentification" : "Lorem ipsum",
            "noProrata" : false,
            "fixedUP" : true,
            "notBilled" : false,
            "changeTracking" : {
              "createdTime" : "2000-06-21T04:56:07.000+00:00",
              "createdBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "createdById" : "5000123",
              "modificationTime" : "2000-06-21T04:56:07.000+00:00",
              "modificationBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "modificationById" : "5000123"
            },
            "team" : {
              "id" : "5000123",
              "code" : "TEAM1",
              "name" : "Text",
              "action" : "{}",
              "companyCode" : "AKSAS",
              "email" : "jean@email.com",
              "issueType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "default" : true,
                "firstTaskType" : {
                  "id" : "5000123",
                  "code" : "AKSAS",
                  "name" : "Text",
                  "followedByAnotherTask" : true,
                  "nextTaskTypeId" : "5000123",
                  "defaultTeamId" : "5000123",
                  "defaultRespondingEmployeeId" : "5000123",
                  "requiredTeam" : true,
                  "actionCodeId" : "5000123",
                  "companyCode" : "AKSAS",
                  "actionType" : "NA",
                  "defaultIssueStateId" : "5000123",
                  "defaultIssueStatusId" : "5000123",
                  "order" : 2,
                  "markIssueAsResponded" : true,
                  "markIssueAsResolved" : true
                },
                "firstTaskTypeId" : "5000123"
              },
              "issueTypeId" : "5000123"
            },
            "teamId" : "500000123"
          }, {
            "id" : "5000123",
            "contractServiceId" : "5000123",
            "product" : {
              "id" : "5000123",
              "name" : "Lorem ipsum",
              "identification" : "ABC",
              "serialNumber" : "1234567",
              "taskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "taskTypeId" : "5000123",
              "functionalAreaManaged" : false,
              "environmentManaged" : false,
              "revisionId" : "5000123",
              "templateProduct" : {
                "id" : "5000123",
                "name" : "AKUITEO",
                "identification" : "AKUITEO"
              },
              "templateProductId" : "5000123",
              "templateProductCode" : "ABC",
              "reminder" : {
                "title" : "Lorem ipsum",
                "text" : "Lorem ipsum"
              },
              "severity" : {
                "id" : "5000123",
                "name" : "Text",
                "code" : "Code"
              },
              "severityId" : "5000123",
              "maintainedProduct" : true,
              "classification" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text"
              },
              "classificationId" : "5000123",
              "productType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "productTypeSetup" : "{}",
                "byDefault" : true,
                "serialNumber" : "{}",
                "parentOfBOM" : "{}",
                "childOfBOM" : "{}",
                "integratedTransactionManagement" : true
              },
              "productTypeId" : "5000123",
              "isHiddenHD" : false,
              "isHiddenInIssue" : false,
              "isHiddenOnExtranet" : false,
              "maintenanceComplete" : false,
              "obsoleteProduct" : false,
              "versionManaged" : false,
              "administrativeProduct" : false,
              "disabledProduct" : false,
              "internalProduct" : false,
              "criticalProduct" : false,
              "hidePreviousVersions" : false,
              "rightManaged" : false,
              "entryDate" : "2020-01-31T23:59:59Z",
              "exitDate" : "2020-01-31T23:59:59Z",
              "endOfUseDate" : "2020-01-31T23:59:59Z",
              "locationsLinked" : [ {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              }, {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              } ],
              "customData" : {
                "key" : {
                  "type" : "{}",
                  "value" : "Autoref 010520",
                  "name" : "Reference 4",
                  "realOrder" : 0,
                  "label" : "REFERENCE_4"
                }
              }
            },
            "productId" : "5000123",
            "serialNumber" : "serialNumber",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJT_1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "500000123",
            "subPhase" : {
              "id" : "5000123",
              "code" : "SB_1",
              "name" : "Sub Phase 1",
              "phase" : {
                "id" : "5000123",
                "code" : "PHS_1",
                "name" : "Phase 1",
                "project" : {
                  "id" : "5000123",
                  "name" : "My project",
                  "companyCode" : "AKSAS",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "5000123",
                  "endCustomer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "endCustomerId" : "5000123",
                  "internal" : false,
                  "leave" : false,
                  "leaveType" : "{}",
                  "customerType" : "{}"
                },
                "projectId" : "PRJ_1",
                "order" : 1
              },
              "phaseId" : "5000123",
              "order" : 1
            },
            "subPhaseId" : "500000123",
            "rankNumber" : 4,
            "quantity" : 2,
            "unitPrice" : 20,
            "discountPercentage" : 13,
            "totalAmount" : 200,
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "notEditable" : true,
            "reasonForTermination" : "Lorem ipsum",
            "terminationReceptionDate" : "2020-01-31T23:59:59Z",
            "customerBeneficiary" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerBeneficiaryId" : "5000123",
            "groupingCode" : "ABC",
            "groupingCode2" : "ABC",
            "groupingCode3" : "ABC",
            "geoArea" : "EUROPE",
            "title" : "Assistance",
            "subTitle" : "Logiciel ABC",
            "subTitle2" : "Logiciel EFG",
            "isHiddenHD" : false,
            "identification" : "Helpdesk illimité",
            "additionalIdentification" : "Lorem ipsum",
            "noProrata" : false,
            "fixedUP" : true,
            "notBilled" : false,
            "changeTracking" : {
              "createdTime" : "2000-06-21T04:56:07.000+00:00",
              "createdBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "createdById" : "5000123",
              "modificationTime" : "2000-06-21T04:56:07.000+00:00",
              "modificationBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "modificationById" : "5000123"
            },
            "team" : {
              "id" : "5000123",
              "code" : "TEAM1",
              "name" : "Text",
              "action" : "{}",
              "companyCode" : "AKSAS",
              "email" : "jean@email.com",
              "issueType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "default" : true,
                "firstTaskType" : {
                  "id" : "5000123",
                  "code" : "AKSAS",
                  "name" : "Text",
                  "followedByAnotherTask" : true,
                  "nextTaskTypeId" : "5000123",
                  "defaultTeamId" : "5000123",
                  "defaultRespondingEmployeeId" : "5000123",
                  "requiredTeam" : true,
                  "actionCodeId" : "5000123",
                  "companyCode" : "AKSAS",
                  "actionType" : "NA",
                  "defaultIssueStateId" : "5000123",
                  "defaultIssueStatusId" : "5000123",
                  "order" : 2,
                  "markIssueAsResponded" : true,
                  "markIssueAsResolved" : true
                },
                "firstTaskTypeId" : "5000123"
              },
              "issueTypeId" : "5000123"
            },
            "teamId" : "500000123"
          } ],
          "templateContractServiceId" : "5000123",
          "isMultiProject" : false,
          "rankNumber" : 4,
          "productBilled" : {
            "id" : "5000123",
            "reference" : "ENGLISH",
            "grouping" : "LICENCE",
            "family" : "FML-LICENCE",
            "subFamily" : "RECCURENT",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "10024",
            "subCategory" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "company" : {
                "id" : "5000123",
                "code" : "AK",
                "name" : "Akuiteo",
                "legalName" : "legalName",
                "siren" : "siren",
                "siret" : "siret",
                "calendar" : {
                  "id" : "5000123",
                  "code" : "Text",
                  "name" : "Text",
                  "default" : true,
                  "daysNotWorked" : [ 6, 6 ],
                  "holidays" : [ {
                    "date" : "2000-06-21T04:56:07.000+00:00",
                    "type" : "FERIE"
                  }, {
                    "date" : "2000-06-21T04:56:07.000+00:00",
                    "type" : "FERIE"
                  } ]
                },
                "calendarId" : "calendarId",
                "color" : "color",
                "currency" : {
                  "id" : "5000123",
                  "name" : "Euro",
                  "code" : "EUR",
                  "order" : 17,
                  "euro" : true,
                  "euroRate" : 0.9678,
                  "endDate" : "2000-06-21T04:56:07.000+00:00",
                  "euroRateStartDate" : "2020-01-23T04:56:07Z",
                  "euroRateEndDate" : "2020-01-23T04:56:07Z"
                },
                "currencyId" : "currencyId",
                "address" : {
                  "id" : "id",
                  "line1" : "221B Baker Street",
                  "line2" : "2nd Floor",
                  "line3" : "First door at your right",
                  "cedex" : "CEDEX 14",
                  "postalCode" : "69002",
                  "city" : "London",
                  "country" : "FR (for 'FRANCE')",
                  "countryName" : "FRANCE",
                  "department" : "75 (for 'PARIS')",
                  "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                  "region" : "65 (for 'ILE DE FRANCE')",
                  "regionName" : "ILE DE FRANCE",
                  "phone" : "06 00 00 00 01",
                  "phone2" : "06 00 00 00 02",
                  "email" : "myemail@mail.com",
                  "mobilePhone" : "06 00 00 00 02",
                  "fax" : "04 00 00 00 07",
                  "webSite" : "mysite.com"
                },
                "addressId" : "addressId"
              },
              "companyId" : "5000123",
              "type" : "{}",
              "category" : {
                "id" : "5000123",
                "code" : "LANG",
                "name" : "Language",
                "endDate" : "2000-06-21",
                "companyCode" : "AKSAS",
                "type" : "{}",
                "grouping" : "grouping",
                "ranking" : 5
              },
              "categoryId" : "500143",
              "grouping" : "grouping",
              "ranking" : 5,
              "subCategoryType" : "{}"
            },
            "subCategoryId" : "11037",
            "companyCode" : "AKSAS",
            "entityCode" : "Lyon",
            "shortName" : "Maint",
            "name" : "Maintenance",
            "inventory" : true,
            "comment" : "Lorem ipsum",
            "billingMode" : "{}",
            "quantityPrecision" : 2,
            "unitPricePrecision" : 3,
            "productionEstimatedDuration" : 30,
            "inventoryAndPackaging" : {
              "packagingType" : "Warehouse",
              "packagingUnit" : 12
            },
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            },
            "accountSettings" : {
              "localCostAccount" : "411000",
              "localGroupAccount" : "411000",
              "localSubscriptionAccount" : "411000",
              "localInternalAccount" : "411000",
              "intraComCostAccount" : "411000",
              "intraComGroupAccount" : "411000",
              "intraComSubscriptionAccount" : "411000",
              "intraComInternalAccount" : "411000",
              "exportCostAccount" : "411000",
              "exportGroupAccount" : "411000",
              "toBeEstablishedAccount" : "411000",
              "vatCode" : "1",
              "reverseVAT" : true,
              "disabledDate" : "2000-06-21",
              "marketEndDate" : "2000-06-21"
            },
            "productionInformations" : {
              "linkedToAdvancePayments" : true,
              "targetDay" : 22,
              "billingTargetDay" : 5,
              "estimatedDuration" : 240,
              "defaultDisplay" : false,
              "team" : {
                "id" : "5000123",
                "code" : "PRD",
                "name" : "PROD"
              },
              "teamId" : "5000123"
            },
            "automaticTitle" : "IT PRODUCT"
          },
          "productBilledId" : "500000123",
          "isHiddenHD" : false,
          "revision" : {
            "indexCode" : "ABC",
            "factor" : 1,
            "additionalIncrease" : 2,
            "minimumIncrease" : 5,
            "maximumIncrease" : 10,
            "period" : "{}",
            "revaluation" : true,
            "nextDate" : "2020-01-31T23:59:59Z",
            "referenceMonth" : 11,
            "prorataMethod" : "{}"
          }
        }, {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "contractId" : "500000123",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PROJECT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "regression" : true,
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123",
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "priority" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "priorityId" : "5000123",
          "criticality" : {
            "id" : "5000123",
            "code" : "MAJOR",
            "name" : "Major"
          },
          "criticalityId" : "5000123",
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "5000123",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "reminderAlert" : "reminderAlert",
          "reminderDetail" : "reminderDetail",
          "lines" : [ {
            "id" : "5000123",
            "contractServiceId" : "5000123",
            "product" : {
              "id" : "5000123",
              "name" : "Lorem ipsum",
              "identification" : "ABC",
              "serialNumber" : "1234567",
              "taskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "taskTypeId" : "5000123",
              "functionalAreaManaged" : false,
              "environmentManaged" : false,
              "revisionId" : "5000123",
              "templateProduct" : {
                "id" : "5000123",
                "name" : "AKUITEO",
                "identification" : "AKUITEO"
              },
              "templateProductId" : "5000123",
              "templateProductCode" : "ABC",
              "reminder" : {
                "title" : "Lorem ipsum",
                "text" : "Lorem ipsum"
              },
              "severity" : {
                "id" : "5000123",
                "name" : "Text",
                "code" : "Code"
              },
              "severityId" : "5000123",
              "maintainedProduct" : true,
              "classification" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text"
              },
              "classificationId" : "5000123",
              "productType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "productTypeSetup" : "{}",
                "byDefault" : true,
                "serialNumber" : "{}",
                "parentOfBOM" : "{}",
                "childOfBOM" : "{}",
                "integratedTransactionManagement" : true
              },
              "productTypeId" : "5000123",
              "isHiddenHD" : false,
              "isHiddenInIssue" : false,
              "isHiddenOnExtranet" : false,
              "maintenanceComplete" : false,
              "obsoleteProduct" : false,
              "versionManaged" : false,
              "administrativeProduct" : false,
              "disabledProduct" : false,
              "internalProduct" : false,
              "criticalProduct" : false,
              "hidePreviousVersions" : false,
              "rightManaged" : false,
              "entryDate" : "2020-01-31T23:59:59Z",
              "exitDate" : "2020-01-31T23:59:59Z",
              "endOfUseDate" : "2020-01-31T23:59:59Z",
              "locationsLinked" : [ {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              }, {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              } ],
              "customData" : {
                "key" : {
                  "type" : "{}",
                  "value" : "Autoref 010520",
                  "name" : "Reference 4",
                  "realOrder" : 0,
                  "label" : "REFERENCE_4"
                }
              }
            },
            "productId" : "5000123",
            "serialNumber" : "serialNumber",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJT_1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "500000123",
            "subPhase" : {
              "id" : "5000123",
              "code" : "SB_1",
              "name" : "Sub Phase 1",
              "phase" : {
                "id" : "5000123",
                "code" : "PHS_1",
                "name" : "Phase 1",
                "project" : {
                  "id" : "5000123",
                  "name" : "My project",
                  "companyCode" : "AKSAS",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "5000123",
                  "endCustomer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "endCustomerId" : "5000123",
                  "internal" : false,
                  "leave" : false,
                  "leaveType" : "{}",
                  "customerType" : "{}"
                },
                "projectId" : "PRJ_1",
                "order" : 1
              },
              "phaseId" : "5000123",
              "order" : 1
            },
            "subPhaseId" : "500000123",
            "rankNumber" : 4,
            "quantity" : 2,
            "unitPrice" : 20,
            "discountPercentage" : 13,
            "totalAmount" : 200,
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "notEditable" : true,
            "reasonForTermination" : "Lorem ipsum",
            "terminationReceptionDate" : "2020-01-31T23:59:59Z",
            "customerBeneficiary" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerBeneficiaryId" : "5000123",
            "groupingCode" : "ABC",
            "groupingCode2" : "ABC",
            "groupingCode3" : "ABC",
            "geoArea" : "EUROPE",
            "title" : "Assistance",
            "subTitle" : "Logiciel ABC",
            "subTitle2" : "Logiciel EFG",
            "isHiddenHD" : false,
            "identification" : "Helpdesk illimité",
            "additionalIdentification" : "Lorem ipsum",
            "noProrata" : false,
            "fixedUP" : true,
            "notBilled" : false,
            "changeTracking" : {
              "createdTime" : "2000-06-21T04:56:07.000+00:00",
              "createdBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "createdById" : "5000123",
              "modificationTime" : "2000-06-21T04:56:07.000+00:00",
              "modificationBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "modificationById" : "5000123"
            },
            "team" : {
              "id" : "5000123",
              "code" : "TEAM1",
              "name" : "Text",
              "action" : "{}",
              "companyCode" : "AKSAS",
              "email" : "jean@email.com",
              "issueType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "default" : true,
                "firstTaskType" : {
                  "id" : "5000123",
                  "code" : "AKSAS",
                  "name" : "Text",
                  "followedByAnotherTask" : true,
                  "nextTaskTypeId" : "5000123",
                  "defaultTeamId" : "5000123",
                  "defaultRespondingEmployeeId" : "5000123",
                  "requiredTeam" : true,
                  "actionCodeId" : "5000123",
                  "companyCode" : "AKSAS",
                  "actionType" : "NA",
                  "defaultIssueStateId" : "5000123",
                  "defaultIssueStatusId" : "5000123",
                  "order" : 2,
                  "markIssueAsResponded" : true,
                  "markIssueAsResolved" : true
                },
                "firstTaskTypeId" : "5000123"
              },
              "issueTypeId" : "5000123"
            },
            "teamId" : "500000123"
          }, {
            "id" : "5000123",
            "contractServiceId" : "5000123",
            "product" : {
              "id" : "5000123",
              "name" : "Lorem ipsum",
              "identification" : "ABC",
              "serialNumber" : "1234567",
              "taskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "taskTypeId" : "5000123",
              "functionalAreaManaged" : false,
              "environmentManaged" : false,
              "revisionId" : "5000123",
              "templateProduct" : {
                "id" : "5000123",
                "name" : "AKUITEO",
                "identification" : "AKUITEO"
              },
              "templateProductId" : "5000123",
              "templateProductCode" : "ABC",
              "reminder" : {
                "title" : "Lorem ipsum",
                "text" : "Lorem ipsum"
              },
              "severity" : {
                "id" : "5000123",
                "name" : "Text",
                "code" : "Code"
              },
              "severityId" : "5000123",
              "maintainedProduct" : true,
              "classification" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text"
              },
              "classificationId" : "5000123",
              "productType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "productTypeSetup" : "{}",
                "byDefault" : true,
                "serialNumber" : "{}",
                "parentOfBOM" : "{}",
                "childOfBOM" : "{}",
                "integratedTransactionManagement" : true
              },
              "productTypeId" : "5000123",
              "isHiddenHD" : false,
              "isHiddenInIssue" : false,
              "isHiddenOnExtranet" : false,
              "maintenanceComplete" : false,
              "obsoleteProduct" : false,
              "versionManaged" : false,
              "administrativeProduct" : false,
              "disabledProduct" : false,
              "internalProduct" : false,
              "criticalProduct" : false,
              "hidePreviousVersions" : false,
              "rightManaged" : false,
              "entryDate" : "2020-01-31T23:59:59Z",
              "exitDate" : "2020-01-31T23:59:59Z",
              "endOfUseDate" : "2020-01-31T23:59:59Z",
              "locationsLinked" : [ {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              }, {
                "id" : "5000123",
                "maintainedItemId" : "5000123",
                "status" : {
                  "id" : "5000123",
                  "code" : "PRET",
                  "name" : "PRET MATERIEL"
                },
                "statusId" : "5000123",
                "state" : "{}",
                "startDate" : "2020-01-31T23:59:59Z",
                "endDate" : "2020-01-31T23:59:59Z",
                "scheduledEndDate" : "2020-01-31T23:59:59Z",
                "contact" : {
                  "id" : "5000123",
                  "code" : "CT2024",
                  "name" : "Jean",
                  "firstName" : "Phillipe"
                },
                "contactId" : "5000123",
                "comment" : "comment",
                "quantity" : 10,
                "employee" : {
                  "id" : "5000123",
                  "code" : "CASH",
                  "name" : "DUPONT",
                  "firstName" : "Jean",
                  "action" : "{}"
                },
                "employeeId" : "5000123",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "customerSite" : {
                  "id" : "5000123",
                  "code" : "code",
                  "name" : "Paris",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "CUST_001"
                },
                "customerSiteId" : "5000123",
                "currentLocation" : true
              } ],
              "customData" : {
                "key" : {
                  "type" : "{}",
                  "value" : "Autoref 010520",
                  "name" : "Reference 4",
                  "realOrder" : 0,
                  "label" : "REFERENCE_4"
                }
              }
            },
            "productId" : "5000123",
            "serialNumber" : "serialNumber",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJT_1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "500000123",
            "subPhase" : {
              "id" : "5000123",
              "code" : "SB_1",
              "name" : "Sub Phase 1",
              "phase" : {
                "id" : "5000123",
                "code" : "PHS_1",
                "name" : "Phase 1",
                "project" : {
                  "id" : "5000123",
                  "name" : "My project",
                  "companyCode" : "AKSAS",
                  "customer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "customerId" : "5000123",
                  "endCustomer" : {
                    "id" : "5000123",
                    "code" : "CA122",
                    "name" : "Akuiteo"
                  },
                  "endCustomerId" : "5000123",
                  "internal" : false,
                  "leave" : false,
                  "leaveType" : "{}",
                  "customerType" : "{}"
                },
                "projectId" : "PRJ_1",
                "order" : 1
              },
              "phaseId" : "5000123",
              "order" : 1
            },
            "subPhaseId" : "500000123",
            "rankNumber" : 4,
            "quantity" : 2,
            "unitPrice" : 20,
            "discountPercentage" : 13,
            "totalAmount" : 200,
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "notEditable" : true,
            "reasonForTermination" : "Lorem ipsum",
            "terminationReceptionDate" : "2020-01-31T23:59:59Z",
            "customerBeneficiary" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerBeneficiaryId" : "5000123",
            "groupingCode" : "ABC",
            "groupingCode2" : "ABC",
            "groupingCode3" : "ABC",
            "geoArea" : "EUROPE",
            "title" : "Assistance",
            "subTitle" : "Logiciel ABC",
            "subTitle2" : "Logiciel EFG",
            "isHiddenHD" : false,
            "identification" : "Helpdesk illimité",
            "additionalIdentification" : "Lorem ipsum",
            "noProrata" : false,
            "fixedUP" : true,
            "notBilled" : false,
            "changeTracking" : {
              "createdTime" : "2000-06-21T04:56:07.000+00:00",
              "createdBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "createdById" : "5000123",
              "modificationTime" : "2000-06-21T04:56:07.000+00:00",
              "modificationBy" : {
                "id" : "5000123",
                "code" : "TRI",
                "name" : "Doe",
                "firstName" : "John"
              },
              "modificationById" : "5000123"
            },
            "team" : {
              "id" : "5000123",
              "code" : "TEAM1",
              "name" : "Text",
              "action" : "{}",
              "companyCode" : "AKSAS",
              "email" : "jean@email.com",
              "issueType" : {
                "id" : "5000123",
                "code" : "Code",
                "name" : "Text",
                "default" : true,
                "firstTaskType" : {
                  "id" : "5000123",
                  "code" : "AKSAS",
                  "name" : "Text",
                  "followedByAnotherTask" : true,
                  "nextTaskTypeId" : "5000123",
                  "defaultTeamId" : "5000123",
                  "defaultRespondingEmployeeId" : "5000123",
                  "requiredTeam" : true,
                  "actionCodeId" : "5000123",
                  "companyCode" : "AKSAS",
                  "actionType" : "NA",
                  "defaultIssueStateId" : "5000123",
                  "defaultIssueStatusId" : "5000123",
                  "order" : 2,
                  "markIssueAsResponded" : true,
                  "markIssueAsResolved" : true
                },
                "firstTaskTypeId" : "5000123"
              },
              "issueTypeId" : "5000123"
            },
            "teamId" : "500000123"
          } ],
          "templateContractServiceId" : "5000123",
          "isMultiProject" : false,
          "rankNumber" : 4,
          "productBilled" : {
            "id" : "5000123",
            "reference" : "ENGLISH",
            "grouping" : "LICENCE",
            "family" : "FML-LICENCE",
            "subFamily" : "RECCURENT",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "10024",
            "subCategory" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "company" : {
                "id" : "5000123",
                "code" : "AK",
                "name" : "Akuiteo",
                "legalName" : "legalName",
                "siren" : "siren",
                "siret" : "siret",
                "calendar" : {
                  "id" : "5000123",
                  "code" : "Text",
                  "name" : "Text",
                  "default" : true,
                  "daysNotWorked" : [ 6, 6 ],
                  "holidays" : [ {
                    "date" : "2000-06-21T04:56:07.000+00:00",
                    "type" : "FERIE"
                  }, {
                    "date" : "2000-06-21T04:56:07.000+00:00",
                    "type" : "FERIE"
                  } ]
                },
                "calendarId" : "calendarId",
                "color" : "color",
                "currency" : {
                  "id" : "5000123",
                  "name" : "Euro",
                  "code" : "EUR",
                  "order" : 17,
                  "euro" : true,
                  "euroRate" : 0.9678,
                  "endDate" : "2000-06-21T04:56:07.000+00:00",
                  "euroRateStartDate" : "2020-01-23T04:56:07Z",
                  "euroRateEndDate" : "2020-01-23T04:56:07Z"
                },
                "currencyId" : "currencyId",
                "address" : {
                  "id" : "id",
                  "line1" : "221B Baker Street",
                  "line2" : "2nd Floor",
                  "line3" : "First door at your right",
                  "cedex" : "CEDEX 14",
                  "postalCode" : "69002",
                  "city" : "London",
                  "country" : "FR (for 'FRANCE')",
                  "countryName" : "FRANCE",
                  "department" : "75 (for 'PARIS')",
                  "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                  "region" : "65 (for 'ILE DE FRANCE')",
                  "regionName" : "ILE DE FRANCE",
                  "phone" : "06 00 00 00 01",
                  "phone2" : "06 00 00 00 02",
                  "email" : "myemail@mail.com",
                  "mobilePhone" : "06 00 00 00 02",
                  "fax" : "04 00 00 00 07",
                  "webSite" : "mysite.com"
                },
                "addressId" : "addressId"
              },
              "companyId" : "5000123",
              "type" : "{}",
              "category" : {
                "id" : "5000123",
                "code" : "LANG",
                "name" : "Language",
                "endDate" : "2000-06-21",
                "companyCode" : "AKSAS",
                "type" : "{}",
                "grouping" : "grouping",
                "ranking" : 5
              },
              "categoryId" : "500143",
              "grouping" : "grouping",
              "ranking" : 5,
              "subCategoryType" : "{}"
            },
            "subCategoryId" : "11037",
            "companyCode" : "AKSAS",
            "entityCode" : "Lyon",
            "shortName" : "Maint",
            "name" : "Maintenance",
            "inventory" : true,
            "comment" : "Lorem ipsum",
            "billingMode" : "{}",
            "quantityPrecision" : 2,
            "unitPricePrecision" : 3,
            "productionEstimatedDuration" : 30,
            "inventoryAndPackaging" : {
              "packagingType" : "Warehouse",
              "packagingUnit" : 12
            },
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            },
            "accountSettings" : {
              "localCostAccount" : "411000",
              "localGroupAccount" : "411000",
              "localSubscriptionAccount" : "411000",
              "localInternalAccount" : "411000",
              "intraComCostAccount" : "411000",
              "intraComGroupAccount" : "411000",
              "intraComSubscriptionAccount" : "411000",
              "intraComInternalAccount" : "411000",
              "exportCostAccount" : "411000",
              "exportGroupAccount" : "411000",
              "toBeEstablishedAccount" : "411000",
              "vatCode" : "1",
              "reverseVAT" : true,
              "disabledDate" : "2000-06-21",
              "marketEndDate" : "2000-06-21"
            },
            "productionInformations" : {
              "linkedToAdvancePayments" : true,
              "targetDay" : 22,
              "billingTargetDay" : 5,
              "estimatedDuration" : 240,
              "defaultDisplay" : false,
              "team" : {
                "id" : "5000123",
                "code" : "PRD",
                "name" : "PROD"
              },
              "teamId" : "5000123"
            },
            "automaticTitle" : "IT PRODUCT"
          },
          "productBilledId" : "500000123",
          "isHiddenHD" : false,
          "revision" : {
            "indexCode" : "ABC",
            "factor" : 1,
            "additionalIncrease" : 2,
            "minimumIncrease" : 5,
            "maximumIncrease" : 10,
            "period" : "{}",
            "revaluation" : true,
            "nextDate" : "2020-01-31T23:59:59Z",
            "referenceMonth" : 11,
            "prorataMethod" : "{}"
          }
        } ],
        "stateCode" : "{}",
        "salesManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "salesManagerId" : "5000123",
        "adminManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "adminManagerId" : "5000123",
        "technicalManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "technicalManagerId" : "5000123",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "5000123",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 2
        },
        "subCategoryId" : "5000123",
        "isMultiProject" : false,
        "nextBillingDate" : "2023-01-01T06:00:00Z",
        "lastBillingDate" : "2022-01-01T06:00:00Z",
        "effectiveDate" : "2020-01-01T06:00:00Z",
        "billingBlockedDate" : "2020-01-01T06:00:00Z",
        "periodicity" : {
          "id" : "5000123",
          "code" : "{}",
          "duration" : 3,
          "term" : true,
          "tacitAgrement" : true,
          "startDate" : "2000-06-21T04:56:07.000+00:00",
          "lineStartDate" : "2020-01-23T04:56:07Z"
        },
        "anniversary" : "101",
        "notBillable" : true,
        "manualBilling" : false,
        "inactiveContract" : false,
        "isHiddenHD" : false,
        "deliveryGenerationUnit" : "{}",
        "renewalTypeId" : "5000123",
        "renewalDate" : "2023-05-01T06:00:00Z",
        "renewalReminderDate" : "2023-01-01T06:00:00Z",
        "renewalReminder" : false,
        "terminationNoticeLimit" : 3,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2022-08-29T06:00:00Z",
        "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
        "externalReference" : "Lorem ipsum",
        "internalReference" : "Lorem ipsum",
        "billingSite" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "label" : "Lorem ipsum",
          "title" : "Mr",
          "service" : "Service A",
          "position" : "Position",
          "phone" : "1234567890",
          "phoneExtension" : "0033",
          "fax" : "101010101",
          "mobilePhone" : "1234567890",
          "workPhone" : "101010101",
          "email" : "123@example.com",
          "emailAddressNotKnown" : true,
          "emailBlackListed" : false,
          "function" : "Sales Representative",
          "customerId" : "454165",
          "contactId" : "416541",
          "siteId" : "641641",
          "mainSite" : true,
          "decisionMaker" : true,
          "financialContact" : true,
          "mainContact" : true,
          "salesContact" : false,
          "helpdeskContact" : false,
          "helpdeskMainContact" : false,
          "helpdeskVIPContact" : false,
          "helpdeskBlacklisted" : false,
          "trainingContact" : false,
          "intern" : false,
          "notes" : "Lorem ipsum dolor sit amet",
          "exitDate" : "2020-01-31T23:59:59Z",
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          }
        },
        "billingSiteId" : "5000123",
        "maintenanceSite" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "label" : "Lorem ipsum",
          "title" : "Mr",
          "service" : "Service A",
          "position" : "Position",
          "phone" : "1234567890",
          "phoneExtension" : "0033",
          "fax" : "101010101",
          "mobilePhone" : "1234567890",
          "workPhone" : "101010101",
          "email" : "123@example.com",
          "emailAddressNotKnown" : true,
          "emailBlackListed" : false,
          "function" : "Sales Representative",
          "customerId" : "454165",
          "contactId" : "416541",
          "siteId" : "641641",
          "mainSite" : true,
          "decisionMaker" : true,
          "financialContact" : true,
          "mainContact" : true,
          "salesContact" : false,
          "helpdeskContact" : false,
          "helpdeskMainContact" : false,
          "helpdeskVIPContact" : false,
          "helpdeskBlacklisted" : false,
          "trainingContact" : false,
          "intern" : false,
          "notes" : "Lorem ipsum dolor sit amet",
          "exitDate" : "2020-01-31T23:59:59Z",
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          }
        },
        "maintenanceSiteId" : "5000123",
        "chorusInformations" : {
          "contractNumber" : "5000123",
          "marketNumber" : "5000123",
          "serviceCode" : "ABC",
          "serviceName" : "Service Name",
          "commitmentNumber" : "123456",
          "effectiveDate" : "2020-01-31T23:59:59Z",
          "cashJournal" : "Lorem ipsum"
        }
      },
      "contractId" : "5000123",
      "contractService" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      },
      "contractServiceId" : "5000123",
      "functionalArea" : {
        "id" : "5000123",
        "code" : "SALES",
        "name" : "SALES"
      },
      "functionalAreaId" : "5000123",
      "feature" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text"
      },
      "featureId" : "5000123",
      "module" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "moduleId" : "5000123",
      "reference1" : "Text",
      "reference2" : "Text",
      "contractualResponseDate" : "2020-01-23T04:56:07Z",
      "effectiveResponseDate" : "2020-01-23T04:56:07Z",
      "externalClosingDate" : "2020-01-23T04:56:07Z",
      "internalClosingDate" : "2020-01-23T04:56:07Z",
      "contractualResolutionDate" : "2020-01-23T04:56:07Z",
      "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
      "receiptDate" : "2020-01-23T04:56:07Z",
      "openingDate" : "2020-01-23T04:56:07Z",
      "disabledMessages" : true,
      "onHold" : {
        "id" : "5000123",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "date" : "2020-01-31T23:59:59Z",
        "reason" : "Lorem ipsum dolor sit amet",
        "endDate" : "2020-01-31T23:59:59Z",
        "takenOffHoldDate" : "2020-01-31T23:59:59Z",
        "onHoldReason" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "description" : "Loremp ipsum",
          "default" : false,
          "order" : 2
        },
        "onHoldReasonId" : "5000123",
        "rdv" : false,
        "issueStatus" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "type" : "{}",
          "default" : true
        },
        "issueStatusId" : "5000123",
        "issueState" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "order" : 2
        },
        "issueStateId" : "5000123",
        "estimatedResponseDate" : "2020-01-31T23:59:59Z",
        "putOnHoldBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "putOnHoldById" : "5000123",
        "takenOffHoldBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "takenOffHoldById" : "5000123",
        "issueId" : "5000123"
      },
      "onHoldId" : "5000123",
      "onHoldOccurrences" : [ {
        "id" : "5000123",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "date" : "2020-01-31T23:59:59Z",
        "reason" : "Lorem ipsum dolor sit amet",
        "endDate" : "2020-01-31T23:59:59Z",
        "takenOffHoldDate" : "2020-01-31T23:59:59Z",
        "onHoldReason" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "description" : "Loremp ipsum",
          "default" : false,
          "order" : 2
        },
        "onHoldReasonId" : "5000123",
        "rdv" : false,
        "issueStatus" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "type" : "{}",
          "default" : true
        },
        "issueStatusId" : "5000123",
        "issueState" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "order" : 2
        },
        "issueStateId" : "5000123",
        "estimatedResponseDate" : "2020-01-31T23:59:59Z",
        "putOnHoldBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "putOnHoldById" : "5000123",
        "takenOffHoldBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "takenOffHoldById" : "5000123",
        "issueId" : "5000123"
      }, {
        "id" : "5000123",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "date" : "2020-01-31T23:59:59Z",
        "reason" : "Lorem ipsum dolor sit amet",
        "endDate" : "2020-01-31T23:59:59Z",
        "takenOffHoldDate" : "2020-01-31T23:59:59Z",
        "onHoldReason" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "description" : "Loremp ipsum",
          "default" : false,
          "order" : 2
        },
        "onHoldReasonId" : "5000123",
        "rdv" : false,
        "issueStatus" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "type" : "{}",
          "default" : true
        },
        "issueStatusId" : "5000123",
        "issueState" : {
          "id" : "5000123",
          "code" : "Text",
          "name" : "Text",
          "default" : true,
          "order" : 2
        },
        "issueStateId" : "5000123",
        "estimatedResponseDate" : "2020-01-31T23:59:59Z",
        "putOnHoldBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "putOnHoldById" : "5000123",
        "takenOffHoldBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "takenOffHoldById" : "5000123",
        "issueId" : "5000123"
      } ],
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "tasks" : [ null, null ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "regression" : true,
      "regressionStatus" : 2,
      "estimatedResponseDate" : "2020-01-23T04:56:07Z",
      "companyCode" : "AKSAS",
      "externalRequester" : {
        "id" : "5000123",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "title" : "M.",
        "phone" : "405040504",
        "mobilePhone" : "405040504",
        "email" : "jean@email.com"
      },
      "externalRequesterId" : "5000123",
      "externalBehalfRequester" : {
        "id" : "5000123",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "title" : "M.",
        "phone" : "405040504",
        "mobilePhone" : "405040504",
        "email" : "jean@email.com"
      },
      "externalBehalfRequesterId" : "5000123",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "alert" : true,
      "alertReason" : "Text",
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      }
    },
    "issueId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "datMajStep" : "2020-01-31T23:59:59Z",
    "completionDate" : "2020-01-31T23:59:59Z",
    "title" : "Lorem ipsum",
    "estimate" : 2,
    "comment" : "Lorem ipsum dolor sit amet",
    "order" : 2,
    "issueOrder" : 3,
    "assignedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "assignedEmployeeId" : "5000123"
  },
  "issuesIds" : [ "issuesIds", "issuesIds" ]
}

2.14.10. Get a sprint with read options

POST

/sprints/{sprint_id}/read

Description

Get a sprint with read options

DMF required:
  • DMF A10306: Api Support / Sprints / Info

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 1427__: Helpdesk / Sprints

  • DMF 240101: Agile Factory / Board / Board View

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned sprint SprintReadOption

-

Content Type
  • application/json

Responses
Table 167. http response codes
Code Message Datatype

200

Sprint successfully loaded with read options

Sprint

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "STARTED_BY", "STARTED_BY" ]
}

2.14.11. Search for search field behavior for Sprints cards

GET

/sprints/cards/search-fields-information

Deprecated
Tip
This API will soon be removed as it is no longer functional.
No data will be returned when using it.
Description

Get the list of search field behavior for Sprints cards

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Content Type
  • application/json

Responses
Table 168. http response codes
Code Message Datatype

200

Search field behavior results

List[SearchControlBehavior]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.12. Search issue sprints step

POST

/issues/sprints/search

Description

Search issue sprints step

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SprintIssueStepCriteria

-

Content Type
  • application/json

Responses
Table 169. http response codes
Code Message Datatype

200

Successful SprintIssueStep search

List[SprintIssueStep]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "estimation" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "sprintId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "issueId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "assignedEmployeeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "datMajStep" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "stepId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "comment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "completionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "title" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "SPRINT", "SPRINT" ]
  }
}

2.14.13. Search sprint issues step

POST

/sprints/issues/search

Description

Search sprint issues step

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SprintIssueStepCriteria

-

Content Type
  • application/json

Responses
Table 170. http response codes
Code Message Datatype

200

Successful SprintIssueStep search

List[SprintIssueStep]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "estimation" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "sprintId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "issueId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "assignedEmployeeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "datMajStep" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "stepId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "comment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "completionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "title" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "SPRINT", "SPRINT" ]
  }
}

2.14.14. Search steps

POST

/sprints/steps/search

Description

Search steps

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SprintStepCriteria

-

Content Type
  • application/json

Responses
Table 171. http response codes
Code Message Datatype

200

Successful SprintStep search

List[SprintStep]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "modelId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.14.15. Search sprints

POST

/sprints/search

Description

Search sprints

DMF required:
  • DMF A10304: Api Support / Sprints / Search

  • DMF 140197: Helpdesk / Setup / Issue Stages - Sprint

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142601: Helpdesk / Simplified Issue / New

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

  • DMF 1427__: Helpdesk / Sprints

  • DMF 142704: Helpdesk / Sprints / Search

  • DMF 240101: Agile Factory / Board / Board View

  • DMF 142626: Helpdesk / Simplified Issue / New Issue From Template

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria SprintCriteria

-

Content Type
  • application/json

Responses
Table 172. http response codes
Code Message Datatype

200

Successful sprints search

List[Sprint]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "expectedStartDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "onlyValid" : true,
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "archivedById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "modelId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "endDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "endedById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isArchived" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "isStarted" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "capacity" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "readOption" : {
    "options" : [ "STARTED_BY", "STARTED_BY" ]
  },
  "expectedEndDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "archiveDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "startedById" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reachedCapacity" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isWaiting" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isEnded" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "startDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "status" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "authorizedOnly" : true
}

2.14.16. Start a sprint

POST

/sprints/{sprint_id}/start

Description

Start a sprint

DMF required:
  • DMF A10310: Api Support / Sprints / Start

  • DMF 142705: Helpdesk / Sprints / Start / Complete

  • DMF 142707: Helpdesk / Sprints / Cancel Sprint Start

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Responses
Table 173. http response codes
Code Message Datatype

204

Sprint successfully started

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.14.17. Update a sprint

POST

/sprints/{sprint_id}

Description

Update a sprint

DMF required:
  • DMF A10302: Api Support / Sprints / Update

  • DMF 140196: Helpdesk / Setup / Sprint Templates

  • DMF 142701: Helpdesk / Sprints / New

  • DMF 142702: Helpdesk / Sprints / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

sprint_id

The id of the sprint

X

null

Body Parameter
Name Description Required Default Pattern

sprint

The sprint to be updated Sprint

X

Content Type
  • text/plain

Responses
Table 174. http response codes
Code Message Datatype

200

Sprint successfully updated

[String]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "code" : "CODE",
  "name" : "Text",
  "model" : {
    "id" : "5000123",
    "code" : "Text",
    "name" : "Text",
    "company" : {
      "id" : "5000123",
      "code" : "AK",
      "name" : "Akuiteo"
    },
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "modelSteps" : [ {
      "id" : "5000123",
      "modelId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "order" : 2
    }, {
      "id" : "5000123",
      "modelId" : "5000123",
      "step" : {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "companyId" : "AKSAS",
        "endDate" : "2020-01-23T04:56:07Z",
        "status" : "{}"
      },
      "stepId" : "5000123",
      "order" : 2
    } ]
  },
  "modelId" : "5000123",
  "expectedStartDate" : "2020-01-23T04:56:07Z",
  "expectedEndDate" : "2020-01-23T04:56:07Z",
  "startDate" : "2020-01-23T04:56:07Z",
  "endDate" : "2020-01-23T04:56:07Z",
  "archiveDate" : "2020-01-23T04:56:07Z",
  "startedBy" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "startedById" : "5000123",
  "endedBy" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "endedById" : "5000123",
  "archivedBy" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "archivedById" : "5000123",
  "capacity" : 50,
  "description" : "Code",
  "sprintIssueSteps" : [ null, null ],
  "steps" : [ {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  }, {
    "id" : "5000123",
    "code" : "CODE",
    "name" : "Text",
    "companyId" : "AKSAS",
    "endDate" : "2020-01-23T04:56:07Z",
    "status" : "{}"
  } ],
  "cardGroups" : [ {
    "id" : "5000123",
    "number" : "24120524",
    "title" : "REBASE",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "order" : 2,
    "parentType" : "{}",
    "parentId" : "5000123",
    "completionDate" : "2020-01-23T04:56:07Z",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "configurableFields" : {
      "key" : "configurableFields"
    },
    "projectId" : "PROJECT1"
  }, {
    "id" : "5000123",
    "number" : "24120524",
    "title" : "REBASE",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "order" : 2,
    "parentType" : "{}",
    "parentId" : "5000123",
    "completionDate" : "2020-01-23T04:56:07Z",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "configurableFields" : {
      "key" : "configurableFields"
    },
    "projectId" : "PROJECT1"
  } ],
  "cards" : [ {
    "id" : "5000123",
    "assignedTo" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "assignedToId" : "5000123",
    "cardGroup" : {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    },
    "cardGroupId" : "5000123",
    "comment" : "Lorem ipsum",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "createdTime" : "2020-01-31T23:59:59Z",
    "estimate" : 2,
    "modificationTime" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "order" : 2,
    "sprintId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "stepModificationTime" : "2020-01-31T23:59:59Z",
    "title" : "Lorem ipsum",
    "sprintModel" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo"
      },
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "modelSteps" : [ {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      }, {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      } ]
    },
    "sprintModelId" : "5000123",
    "completionDate" : "2020-01-31T23:59:59Z",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  }, {
    "id" : "5000123",
    "assignedTo" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "assignedToId" : "5000123",
    "cardGroup" : {
      "id" : "5000123",
      "number" : "24120524",
      "title" : "REBASE",
      "description" : "Loremp ipsum",
      "externalReport" : "Text",
      "order" : 2,
      "parentType" : "{}",
      "parentId" : "5000123",
      "completionDate" : "2020-01-23T04:56:07Z",
      "tags" : [ {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      }, {
        "id" : "5000123",
        "companyId" : "5000123",
        "type" : "{}",
        "code" : "ERR",
        "name" : "ISSUE",
        "comment" : "Lorem ipsum",
        "color" : "#56b7c",
        "icon" : "fa fa-plus",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "objectId" : "5000123",
        "action" : "{}"
      } ],
      "configurableFields" : {
        "key" : "configurableFields"
      },
      "projectId" : "PROJECT1"
    },
    "cardGroupId" : "5000123",
    "comment" : "Lorem ipsum",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "createdTime" : "2020-01-31T23:59:59Z",
    "estimate" : 2,
    "modificationTime" : "2020-01-31T23:59:59Z",
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "order" : 2,
    "sprintId" : "5000123",
    "step" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "status" : "{}"
    },
    "stepId" : "5000123",
    "stepModificationTime" : "2020-01-31T23:59:59Z",
    "title" : "Lorem ipsum",
    "sprintModel" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "company" : {
        "id" : "5000123",
        "code" : "AK",
        "name" : "Akuiteo"
      },
      "companyId" : "AKSAS",
      "endDate" : "2020-01-23T04:56:07Z",
      "modelSteps" : [ {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      }, {
        "id" : "5000123",
        "modelId" : "5000123",
        "step" : {
          "id" : "5000123",
          "code" : "CODE",
          "name" : "Text",
          "companyId" : "AKSAS",
          "endDate" : "2020-01-23T04:56:07Z",
          "status" : "{}"
        },
        "stepId" : "5000123",
        "order" : 2
      } ]
    },
    "sprintModelId" : "5000123",
    "completionDate" : "2020-01-31T23:59:59Z",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  } ],
  "right" : {
    "id" : "5000123",
    "code" : "270101"
  },
  "rightId" : "5000123",
  "analysis" : {
    "actualCapacity" : 3.616076749251911
  },
  "status" : "{}"
}

2.15. Tasks

2.15.1. Assign a task to an employee

POST

/issues/{issue_id}/tasks/{task_id}/assign

Description

Assign a task to an employee

DMF required:
  • DMF A10202: Api Support / Tasks / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141402: Helpdesk / Tasks / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

employeeId

The id of the employee (can be null) [string]

-

Responses
Table 175. http response codes
Code Message Datatype

204

Task successfully assigned

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

employeeId_example

2.15.2. Complete a task

POST

/issues/{issue_id}/tasks/{task_id}/complete

Description

Complete a task

DMF required:
  • DMF A10212: Api Support / Tasks / Done

  • DMF 141407: Helpdesk / Tasks / Complete

  • DMF 141428: Helpdesk / Tasks / Complete Task With Non-terminal Links

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

completion

The team id and the responding employee id for the next task. You can close the issue with closeIssue = true. Completion

-

Content Type
  • application/json

Responses
Table 176. http response codes
Code Message Datatype

200

Task successfully tagged done. Returns the id of the newly created task.

Completion

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "nextRespondingEmployeeId" : "5000123",
  "nextTeam" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "newTaskId" : "5000123",
  "nextTeamId" : "5000123",
  "closeIssue" : true,
  "nextRespondingEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "nextTaskTypeId" : "5000123"
}

2.15.3. Delete a task

DELETE

/issues/{issue_id}/tasks/{task_id}

Description

Delete a task

DMF required:
  • DMF A10203: Api Support / Tasks / Delete

  • DMF 141403: Helpdesk / Tasks / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Responses
Table 177. http response codes
Code Message Datatype

204

Task successfully deleted

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.4. Get a task

GET

/issues/{issue_id}/tasks/{task_id}

Description

Get a task

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Content Type
  • application/json

Responses
Table 178. http response codes
Code Message Datatype

200

Task successfully loaded

Task

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.5. Get task form configuration

GET

/issue/tasks/types/{task_type_id}/form-configs

Description

Get the task form configuration

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

task_type_id

The id of the task type

X

null

Query Parameters
Name Description Required Default Pattern

task_status

Status of the task

-

null

Content Type
  • application/json

Responses
Table 179. http response codes
Code Message Datatype

200

Form configuration has been successfully loaded

FormConfig

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.6. Get histories of a task

GET

/issues/{issue_id}/tasks/{task_id}/histories

Description

Get histories of a task

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Content Type
  • application/json

Responses
Table 180. http response codes
Code Message Datatype

200

Histories successfully loaded

List[HistoryEntry]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.7. Get an image of a task

GET

/issues/{issue_id}/tasks/{task_id}/images/{image_id}

Description

Get an image of a task

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

image_id

The id of the image

X

null

Content Type
  • application/octet-stream

Responses
Table 181. http response codes
Code Message Datatype

200

The image

[File]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.8. Get a task type

GET

/issues/tasks/types/{task_type_id}

Description

Get a taskType

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

task_type_id

The id of the task type

X

null

Query Parameters
Name Description Required Default Pattern

issue_type_id

The id of the issue type

-

null

product_id

The id of the product

-

null

Content Type
  • application/json

Responses
Table 182. http response codes
Code Message Datatype

200

TaskType successfully loaded

TaskType

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.9. Get all tasks of an issue

GET

/issues/{issue_id}/tasks

Description

Get all tasks of an issue

DMF required:
  • DMF A10204: Api Support / Tasks / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141404: Helpdesk / Tasks / Search

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Return Type

array[Task]

Content Type
  • application/json

Responses
Table 183. http response codes
Code Message Datatype

200

Tasks successfully loaded

List[Task]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.10. Get a team

GET

/issues/tasks/teams/{team_id}

Description

Get a team

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

team_id

The id of the team

X

null

Content Type
  • application/json

Responses
Table 184. http response codes
Code Message Datatype

200

Team successfully loaded

Team

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.11. Patch tasks

PATCH

/issues/tasks/batch-update

Description

Patch tasks matching the specified IDs and using the list of parameters below.

DMF required:
  • DMF A10214: Api Support / Tasks / Batch Update Tasks

  • DMF 141330: Helpdesk / Issues / Multiple Modification

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

Parameters
Body Parameter
Name Description Required Default Pattern

patch_holder

List of patches to apply PatchHolder

-

Content Type
  • application/json

Responses
Table 185. http response codes
Code Message Datatype

200

Tasks successfully patched

List[[string]]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "ids" : [ "ids", "ids" ],
  "patchElements" : [ {
    "op" : "ADD",
    "path" : "path",
    "from" : "from",
    "value" : "{}"
  }, {
    "op" : "ADD",
    "path" : "path",
    "from" : "from",
    "value" : "{}"
  } ]
}

2.15.12. Pre-fill task with issues fields

POST

/issues/tasks/pre-fill-orphan

Description

Pre-fill task with issues fields

DMF required:
  • DMF A10202: Api Support / Tasks / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141402: Helpdesk / Tasks / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

inputTask

The input task and its issue being created Task

X

Content Type
  • application/json

Responses
Table 186. http response codes
Code Message Datatype

200

Next task successfully prefilled

Task

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "number" : 10,
  "action" : "{}",
  "taskType" : {
    "id" : "5000123",
    "code" : "AKSAS",
    "name" : "Text",
    "followedByAnotherTask" : true,
    "nextTaskTypeId" : "5000123",
    "defaultTeamId" : "5000123",
    "defaultRespondingEmployeeId" : "5000123",
    "requiredTeam" : true,
    "actionCodeId" : "5000123",
    "companyCode" : "AKSAS",
    "actionType" : "NA",
    "defaultIssueStateId" : "5000123",
    "defaultIssueStatusId" : "5000123",
    "order" : 2,
    "markIssueAsResponded" : true,
    "markIssueAsResolved" : true
  },
  "taskTypeId" : "5000123",
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "5000123",
  "issue" : {
    "id" : "5000123",
    "number" : "24121212",
    "title" : "Text",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerLocation" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerLocationId" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "5000123",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building"
    },
    "projectTaskId" : "5000123",
    "internalReport" : "Text",
    "closureDate" : "2000-06-21T04:56:07.000+00:00",
    "expectedResolutionDate" : "2020-01-23T04:56:07Z",
    "closureRating" : 5,
    "closureComment" : "Text",
    "externallyVisible" : true,
    "targetRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "targetRevisionId" : "5000123",
    "correctiveRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "correctiveRevisionId" : "5000123",
    "targetVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "targetVersionId" : "5000123",
    "correctiveVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "correctiveVersionId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "environment" : {
      "id" : "5000123",
      "name" : "name",
      "freeField1" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField2" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField3" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField4" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField5" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "revision" : {
        "id" : "5000123",
        "code" : "Code",
        "date" : "2020-01-23T04:56:07Z",
        "version" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "date" : "2020-01-23T04:56:07Z",
          "stateId" : "5000123"
        },
        "versionId" : "5000123",
        "major" : 5,
        "minor" : 10,
        "revision" : 1,
        "name" : "Lorem ipsum"
      },
      "revisionId" : "5000123"
    },
    "environmentId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "resolutionPilot" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resolutionPilotId" : "5000123",
    "grtUnit" : "DAY",
    "grtValue" : 4,
    "gfrtUnit" : "DAY",
    "gfrtValue" : 25,
    "responseStatus" : true,
    "resolutionStatus" : true,
    "contract" : {
      "id" : "5000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "projectTask" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Team building",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_001",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "51000122",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "order" : 2,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "description" : "description"
      },
      "projectTaskId" : "5000123",
      "number" : "CC00001",
      "name" : "Label for my doc",
      "type" : "{}",
      "companyCode" : "AKSAS",
      "companyId" : "5000123",
      "currencyCode" : "EUR",
      "currency" : {
        "id" : "5000123",
        "name" : "Euro",
        "code" : "EUR",
        "order" : 17,
        "euro" : true,
        "euroRate" : 0.9678,
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "euroRateStartDate" : "2020-01-23T04:56:07Z",
        "euroRateEndDate" : "2020-01-23T04:56:07Z"
      },
      "date" : "2000-06-21T04:56:07.000+00:00",
      "description" : "Lorem ipsum",
      "entityCode" : "Lyon",
      "afterTaxAmount" : 120.37,
      "preTaxAmount" : 100.14,
      "thirdPartyId" : "CUSTOMER01",
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "approvalState" : "{}",
      "approvalDate" : "2000-06-21T04:56:07.000+00:00",
      "exchangeRate" : 10.26,
      "thirdPartyToBillId" : "CUSTOMER02",
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "payment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "End of month",
        "day" : 10
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "methodOfPayment" : "{}",
      "fiscalYear" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "journalEntryNumberingId" : "5000123"
      },
      "fiscalYearId" : "5000123",
      "accountingJournal" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "startDate" : "2000-06-21",
        "endDate" : "2000-06-21",
        "miscellaneousTransactionsProhibited" : true,
        "excludedByDefault" : true
      },
      "accountingJournalId" : "1203",
      "internal" : true,
      "group" : true,
      "assignmentIndicator" : "{}",
      "pricingMethod" : {
        "id" : "5000123",
        "code" : "AKAS",
        "name" : "TARIFS AKAS"
      },
      "pricingMethodId" : "5000125",
      "afterTaxAmountCurrency" : 1500,
      "preTaxAmountCurrency" : 100.14,
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      },
      "code" : "code",
      "extensionNumber" : 2,
      "completionDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "contractNature" : "{}",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerId" : "5000123",
      "customerToBill" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerToBillId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierId" : "5000123",
      "supplierToPay" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierToPayId" : "5000123",
      "signatureDate" : "2020-01-31T23:59:59Z",
      "comments" : "Lorem ipsum",
      "contractType" : {
        "id" : "5000123",
        "code" : "ABC",
        "label" : "Lorem ipsum",
        "endDate" : "2020-01-31T23:59:59Z",
        "default" : false
      },
      "contractTypeId" : "5000123",
      "services" : [ {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      }, {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      } ],
      "stateCode" : "{}",
      "salesManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "salesManagerId" : "5000123",
      "adminManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "adminManagerId" : "5000123",
      "technicalManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "technicalManagerId" : "5000123",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "5000123",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 2
      },
      "subCategoryId" : "5000123",
      "isMultiProject" : false,
      "nextBillingDate" : "2023-01-01T06:00:00Z",
      "lastBillingDate" : "2022-01-01T06:00:00Z",
      "effectiveDate" : "2020-01-01T06:00:00Z",
      "billingBlockedDate" : "2020-01-01T06:00:00Z",
      "periodicity" : {
        "id" : "5000123",
        "code" : "{}",
        "duration" : 3,
        "term" : true,
        "tacitAgrement" : true,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "lineStartDate" : "2020-01-23T04:56:07Z"
      },
      "anniversary" : "101",
      "notBillable" : true,
      "manualBilling" : false,
      "inactiveContract" : false,
      "isHiddenHD" : false,
      "deliveryGenerationUnit" : "{}",
      "renewalTypeId" : "5000123",
      "renewalDate" : "2023-05-01T06:00:00Z",
      "renewalReminderDate" : "2023-01-01T06:00:00Z",
      "renewalReminder" : false,
      "terminationNoticeLimit" : 3,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2022-08-29T06:00:00Z",
      "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
      "externalReference" : "Lorem ipsum",
      "internalReference" : "Lorem ipsum",
      "billingSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "billingSiteId" : "5000123",
      "maintenanceSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "maintenanceSiteId" : "5000123",
      "chorusInformations" : {
        "contractNumber" : "5000123",
        "marketNumber" : "5000123",
        "serviceCode" : "ABC",
        "serviceName" : "Service Name",
        "commitmentNumber" : "123456",
        "effectiveDate" : "2020-01-31T23:59:59Z",
        "cashJournal" : "Lorem ipsum"
      }
    },
    "contractId" : "5000123",
    "contractService" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    },
    "contractServiceId" : "5000123",
    "functionalArea" : {
      "id" : "5000123",
      "code" : "SALES",
      "name" : "SALES"
    },
    "functionalAreaId" : "5000123",
    "feature" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text"
    },
    "featureId" : "5000123",
    "module" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "moduleId" : "5000123",
    "reference1" : "Text",
    "reference2" : "Text",
    "contractualResponseDate" : "2020-01-23T04:56:07Z",
    "effectiveResponseDate" : "2020-01-23T04:56:07Z",
    "externalClosingDate" : "2020-01-23T04:56:07Z",
    "internalClosingDate" : "2020-01-23T04:56:07Z",
    "contractualResolutionDate" : "2020-01-23T04:56:07Z",
    "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
    "receiptDate" : "2020-01-23T04:56:07Z",
    "openingDate" : "2020-01-23T04:56:07Z",
    "disabledMessages" : true,
    "onHold" : {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    },
    "onHoldId" : "5000123",
    "onHoldOccurrences" : [ {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    }, {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    } ],
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "tasks" : [ null, null ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "regression" : true,
    "regressionStatus" : 2,
    "estimatedResponseDate" : "2020-01-23T04:56:07Z",
    "companyCode" : "AKSAS",
    "externalRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalRequesterId" : "5000123",
    "externalBehalfRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalBehalfRequesterId" : "5000123",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "alert" : true,
    "alertReason" : "Text",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  },
  "issueId" : "5000123",
  "expectedDate" : "2020-01-23T04:56:07Z",
  "respondingEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "respondingEmployeeId" : "5000123",
  "nextRespondingEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "nextRespondingEmployeeId" : "5000123",
  "nextTaskType" : {
    "id" : "5000123",
    "code" : "AKSAS",
    "name" : "Text",
    "followedByAnotherTask" : true,
    "nextTaskTypeId" : "5000123",
    "defaultTeamId" : "5000123",
    "defaultRespondingEmployeeId" : "5000123",
    "requiredTeam" : true,
    "actionCodeId" : "5000123",
    "companyCode" : "AKSAS",
    "actionType" : "NA",
    "defaultIssueStateId" : "5000123",
    "defaultIssueStatusId" : "5000123",
    "order" : 2,
    "markIssueAsResponded" : true,
    "markIssueAsResolved" : true
  },
  "nextTaskTypeId" : "5000123",
  "nextTeam" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "nextTeamId" : "5000123",
  "completedTime" : 510,
  "remainingTime" : 2.5,
  "expectedTime" : 12,
  "unitDuration" : "{}",
  "externallyVisible" : true,
  "comment" : "Loremp ipsum",
  "customerComment" : "Loremp ipsum",
  "startDate" : "2020-01-23T04:56:07Z",
  "endDate" : "2020-01-23T04:56:07Z",
  "takenInHandDate" : "2020-01-23T04:56:07Z",
  "takenInHandUser" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "takenInHandUserId" : "5000123",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  }
}

2.15.13. Pre-fill task

POST

/issues/{issue_id}/tasks/pre-fill

Description

Pre-fill task

DMF required:
  • DMF A10202: Api Support / Tasks / Update

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141402: Helpdesk / Tasks / Modify

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

Body Parameter
Name Description Required Default Pattern

task

The task to be prefilled Task

-

Query Parameters
Name Description Required Default Pattern

task_id

The id of the task

-

null

Content Type
  • application/json

Responses
Table 187. http response codes
Code Message Datatype

200

Task successfully prefilled

Task

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "id" : "5000123",
  "number" : 10,
  "action" : "{}",
  "taskType" : {
    "id" : "5000123",
    "code" : "AKSAS",
    "name" : "Text",
    "followedByAnotherTask" : true,
    "nextTaskTypeId" : "5000123",
    "defaultTeamId" : "5000123",
    "defaultRespondingEmployeeId" : "5000123",
    "requiredTeam" : true,
    "actionCodeId" : "5000123",
    "companyCode" : "AKSAS",
    "actionType" : "NA",
    "defaultIssueStateId" : "5000123",
    "defaultIssueStatusId" : "5000123",
    "order" : 2,
    "markIssueAsResponded" : true,
    "markIssueAsResolved" : true
  },
  "taskTypeId" : "5000123",
  "team" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "teamId" : "5000123",
  "issue" : {
    "id" : "5000123",
    "number" : "24121212",
    "title" : "Text",
    "description" : "Loremp ipsum",
    "externalReport" : "Text",
    "customer" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "accountManagerId",
      "indicators" : {
        "customerId" : "5000123",
        "indicator1" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator2" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        },
        "indicator3" : {
          "id" : "5000123",
          "customerId" : "5000123",
          "code" : "code",
          "name" : "name",
          "colorHexCode" : "colorHexCode",
          "byDefault" : false,
          "order" : 9
        }
      }
    },
    "customerId" : "5000123",
    "customerLocation" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Paris",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "CUST_001"
    },
    "customerLocationId" : "5000123",
    "project" : {
      "id" : "5000123",
      "name" : "My project",
      "companyCode" : "AKSAS",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "customerId" : "5000123",
      "endCustomer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo"
      },
      "endCustomerId" : "5000123",
      "internal" : false,
      "leave" : false,
      "leaveType" : "{}",
      "customerType" : "{}"
    },
    "projectId" : "PRJ_1",
    "phase" : {
      "id" : "5000123",
      "code" : "PHS_1",
      "name" : "Phase 1",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJ_1",
      "order" : 1
    },
    "phaseId" : "5000123",
    "subPhase" : {
      "id" : "5000123",
      "code" : "SB_1",
      "name" : "Sub Phase 1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "order" : 1
    },
    "subPhaseId" : "5000123",
    "projectTask" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "Team building"
    },
    "projectTaskId" : "5000123",
    "internalReport" : "Text",
    "closureDate" : "2000-06-21T04:56:07.000+00:00",
    "expectedResolutionDate" : "2020-01-23T04:56:07Z",
    "closureRating" : 5,
    "closureComment" : "Text",
    "externallyVisible" : true,
    "targetRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "targetRevisionId" : "5000123",
    "correctiveRevision" : {
      "id" : "5000123",
      "code" : "Code",
      "date" : "2020-01-23T04:56:07Z",
      "version" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "date" : "2020-01-23T04:56:07Z",
        "stateId" : "5000123"
      },
      "versionId" : "5000123",
      "major" : 5,
      "minor" : 10,
      "revision" : 1,
      "name" : "Lorem ipsum"
    },
    "correctiveRevisionId" : "5000123",
    "targetVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "targetVersionId" : "5000123",
    "correctiveVersion" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "date" : "2020-01-23T04:56:07Z",
      "stateId" : "5000123"
    },
    "correctiveVersionId" : "5000123",
    "product" : {
      "id" : "5000123",
      "name" : "Lorem ipsum",
      "identification" : "ABC",
      "serialNumber" : "1234567",
      "taskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "taskTypeId" : "5000123",
      "functionalAreaManaged" : false,
      "environmentManaged" : false,
      "revisionId" : "5000123",
      "templateProduct" : {
        "id" : "5000123",
        "name" : "AKUITEO",
        "identification" : "AKUITEO"
      },
      "templateProductId" : "5000123",
      "templateProductCode" : "ABC",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "maintainedProduct" : true,
      "classification" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "classificationId" : "5000123",
      "productType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "productTypeSetup" : "{}",
        "byDefault" : true,
        "serialNumber" : "{}",
        "parentOfBOM" : "{}",
        "childOfBOM" : "{}",
        "integratedTransactionManagement" : true
      },
      "productTypeId" : "5000123",
      "isHiddenHD" : false,
      "isHiddenInIssue" : false,
      "isHiddenOnExtranet" : false,
      "maintenanceComplete" : false,
      "obsoleteProduct" : false,
      "versionManaged" : false,
      "administrativeProduct" : false,
      "disabledProduct" : false,
      "internalProduct" : false,
      "criticalProduct" : false,
      "hidePreviousVersions" : false,
      "rightManaged" : false,
      "entryDate" : "2020-01-31T23:59:59Z",
      "exitDate" : "2020-01-31T23:59:59Z",
      "endOfUseDate" : "2020-01-31T23:59:59Z",
      "locationsLinked" : [ {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      }, {
        "id" : "5000123",
        "maintainedItemId" : "5000123",
        "status" : {
          "id" : "5000123",
          "code" : "PRET",
          "name" : "PRET MATERIEL"
        },
        "statusId" : "5000123",
        "state" : "{}",
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "scheduledEndDate" : "2020-01-31T23:59:59Z",
        "contact" : {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe"
        },
        "contactId" : "5000123",
        "comment" : "comment",
        "quantity" : 10,
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "customerSite" : {
          "id" : "5000123",
          "code" : "code",
          "name" : "Paris",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "CUST_001"
        },
        "customerSiteId" : "5000123",
        "currentLocation" : true
      } ],
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      }
    },
    "productId" : "5000123",
    "environment" : {
      "id" : "5000123",
      "name" : "name",
      "freeField1" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField2" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField3" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField4" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "freeField5" : {
        "name" : "Lorem ipsum",
        "value" : "Lorem ipsum"
      },
      "product" : {
        "id" : "5000123",
        "name" : "Lorem ipsum",
        "identification" : "ABC",
        "serialNumber" : "1234567",
        "taskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "taskTypeId" : "5000123",
        "functionalAreaManaged" : false,
        "environmentManaged" : false,
        "revisionId" : "5000123",
        "templateProduct" : {
          "id" : "5000123",
          "name" : "AKUITEO",
          "identification" : "AKUITEO"
        },
        "templateProductId" : "5000123",
        "templateProductCode" : "ABC",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "maintainedProduct" : true,
        "classification" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "classificationId" : "5000123",
        "productType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "productTypeSetup" : "{}",
          "byDefault" : true,
          "serialNumber" : "{}",
          "parentOfBOM" : "{}",
          "childOfBOM" : "{}",
          "integratedTransactionManagement" : true
        },
        "productTypeId" : "5000123",
        "isHiddenHD" : false,
        "isHiddenInIssue" : false,
        "isHiddenOnExtranet" : false,
        "maintenanceComplete" : false,
        "obsoleteProduct" : false,
        "versionManaged" : false,
        "administrativeProduct" : false,
        "disabledProduct" : false,
        "internalProduct" : false,
        "criticalProduct" : false,
        "hidePreviousVersions" : false,
        "rightManaged" : false,
        "entryDate" : "2020-01-31T23:59:59Z",
        "exitDate" : "2020-01-31T23:59:59Z",
        "endOfUseDate" : "2020-01-31T23:59:59Z",
        "locationsLinked" : [ {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        }, {
          "id" : "5000123",
          "maintainedItemId" : "5000123",
          "status" : {
            "id" : "5000123",
            "code" : "PRET",
            "name" : "PRET MATERIEL"
          },
          "statusId" : "5000123",
          "state" : "{}",
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "scheduledEndDate" : "2020-01-31T23:59:59Z",
          "contact" : {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe"
          },
          "contactId" : "5000123",
          "comment" : "comment",
          "quantity" : 10,
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "customerSite" : {
            "id" : "5000123",
            "code" : "code",
            "name" : "Paris",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "CUST_001"
          },
          "customerSiteId" : "5000123",
          "currentLocation" : true
        } ],
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        }
      },
      "productId" : "5000123",
      "revision" : {
        "id" : "5000123",
        "code" : "Code",
        "date" : "2020-01-23T04:56:07Z",
        "version" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "date" : "2020-01-23T04:56:07Z",
          "stateId" : "5000123"
        },
        "versionId" : "5000123",
        "major" : 5,
        "minor" : 10,
        "revision" : 1,
        "name" : "Lorem ipsum"
      },
      "revisionId" : "5000123"
    },
    "environmentId" : "5000123",
    "severity" : {
      "id" : "5000123",
      "name" : "Text",
      "code" : "Code"
    },
    "severityId" : "5000123",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123",
    "issueStatus" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "type" : "{}",
      "default" : true
    },
    "issueStatusId" : "5000123",
    "issueState" : {
      "id" : "5000123",
      "code" : "Text",
      "name" : "Text",
      "default" : true,
      "order" : 2
    },
    "issueStateId" : "5000123",
    "resolutionPilot" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resolutionPilotId" : "5000123",
    "grtUnit" : "DAY",
    "grtValue" : 4,
    "gfrtUnit" : "DAY",
    "gfrtValue" : 25,
    "responseStatus" : true,
    "resolutionStatus" : true,
    "contract" : {
      "id" : "5000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PRJT_001",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "5000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "51000122",
      "projectTask" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "Team building",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_001",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "51000122",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "order" : 2,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "description" : "description"
      },
      "projectTaskId" : "5000123",
      "number" : "CC00001",
      "name" : "Label for my doc",
      "type" : "{}",
      "companyCode" : "AKSAS",
      "companyId" : "5000123",
      "currencyCode" : "EUR",
      "currency" : {
        "id" : "5000123",
        "name" : "Euro",
        "code" : "EUR",
        "order" : 17,
        "euro" : true,
        "euroRate" : 0.9678,
        "endDate" : "2000-06-21T04:56:07.000+00:00",
        "euroRateStartDate" : "2020-01-23T04:56:07Z",
        "euroRateEndDate" : "2020-01-23T04:56:07Z"
      },
      "date" : "2000-06-21T04:56:07.000+00:00",
      "description" : "Lorem ipsum",
      "entityCode" : "Lyon",
      "afterTaxAmount" : 120.37,
      "preTaxAmount" : 100.14,
      "thirdPartyId" : "CUSTOMER01",
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "approvalState" : "{}",
      "approvalDate" : "2000-06-21T04:56:07.000+00:00",
      "exchangeRate" : 10.26,
      "thirdPartyToBillId" : "CUSTOMER02",
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "payment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "End of month",
        "day" : 10
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "methodOfPayment" : "{}",
      "fiscalYear" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "journalEntryNumberingId" : "5000123"
      },
      "fiscalYearId" : "5000123",
      "accountingJournal" : {
        "id" : "5000123",
        "code" : "code",
        "name" : "name",
        "startDate" : "2000-06-21",
        "endDate" : "2000-06-21",
        "miscellaneousTransactionsProhibited" : true,
        "excludedByDefault" : true
      },
      "accountingJournalId" : "1203",
      "internal" : true,
      "group" : true,
      "assignmentIndicator" : "{}",
      "pricingMethod" : {
        "id" : "5000123",
        "code" : "AKAS",
        "name" : "TARIFS AKAS"
      },
      "pricingMethodId" : "5000125",
      "afterTaxAmountCurrency" : 1500,
      "preTaxAmountCurrency" : 100.14,
      "formConfig" : {
        "type" : "{}",
        "fields" : [ {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }, {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        } ],
        "controls" : {
          "key" : {
            "id" : "50000123",
            "property" : "Kilometers",
            "required" : true,
            "visible" : true,
            "enabled" : true,
            "defaultValue" : "50 (for the field 'Kilometers' case)",
            "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
            "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
            "freeValue" : true,
            "allowMultipleValues" : true,
            "information" : "Lorem ipsum"
          }
        },
        "insertable" : true,
        "editable" : false,
        "deletable" : false,
        "formSearchHidden" : false
      },
      "code" : "code",
      "extensionNumber" : 2,
      "completionDate" : "2020-01-31T23:59:59Z",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "contractNature" : "{}",
      "customer" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerId" : "5000123",
      "customerToBill" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "accountManagerId",
        "indicators" : {
          "customerId" : "5000123",
          "indicator1" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator2" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          },
          "indicator3" : {
            "id" : "5000123",
            "customerId" : "5000123",
            "code" : "code",
            "name" : "name",
            "colorHexCode" : "colorHexCode",
            "byDefault" : false,
            "order" : 9
          }
        }
      },
      "customerToBillId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierId" : "5000123",
      "supplierToPay" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "linkedEmployeeId"
      },
      "supplierToPayId" : "5000123",
      "signatureDate" : "2020-01-31T23:59:59Z",
      "comments" : "Lorem ipsum",
      "contractType" : {
        "id" : "5000123",
        "code" : "ABC",
        "label" : "Lorem ipsum",
        "endDate" : "2020-01-31T23:59:59Z",
        "default" : false
      },
      "contractTypeId" : "5000123",
      "services" : [ {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      }, {
        "id" : "5000123",
        "code" : "CODE",
        "name" : "Text",
        "contractId" : "500000123",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PROJECT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "regression" : true,
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123",
        "severity" : {
          "id" : "5000123",
          "name" : "Text",
          "code" : "Code"
        },
        "severityId" : "5000123",
        "priority" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text"
        },
        "priorityId" : "5000123",
        "criticality" : {
          "id" : "5000123",
          "code" : "MAJOR",
          "name" : "Major"
        },
        "criticalityId" : "5000123",
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "5000123",
        "reminder" : {
          "title" : "Lorem ipsum",
          "text" : "Lorem ipsum"
        },
        "reminderAlert" : "reminderAlert",
        "reminderDetail" : "reminderDetail",
        "lines" : [ {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        }, {
          "id" : "5000123",
          "contractServiceId" : "5000123",
          "product" : {
            "id" : "5000123",
            "name" : "Lorem ipsum",
            "identification" : "ABC",
            "serialNumber" : "1234567",
            "taskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "taskTypeId" : "5000123",
            "functionalAreaManaged" : false,
            "environmentManaged" : false,
            "revisionId" : "5000123",
            "templateProduct" : {
              "id" : "5000123",
              "name" : "AKUITEO",
              "identification" : "AKUITEO"
            },
            "templateProductId" : "5000123",
            "templateProductCode" : "ABC",
            "reminder" : {
              "title" : "Lorem ipsum",
              "text" : "Lorem ipsum"
            },
            "severity" : {
              "id" : "5000123",
              "name" : "Text",
              "code" : "Code"
            },
            "severityId" : "5000123",
            "maintainedProduct" : true,
            "classification" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text"
            },
            "classificationId" : "5000123",
            "productType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "productTypeSetup" : "{}",
              "byDefault" : true,
              "serialNumber" : "{}",
              "parentOfBOM" : "{}",
              "childOfBOM" : "{}",
              "integratedTransactionManagement" : true
            },
            "productTypeId" : "5000123",
            "isHiddenHD" : false,
            "isHiddenInIssue" : false,
            "isHiddenOnExtranet" : false,
            "maintenanceComplete" : false,
            "obsoleteProduct" : false,
            "versionManaged" : false,
            "administrativeProduct" : false,
            "disabledProduct" : false,
            "internalProduct" : false,
            "criticalProduct" : false,
            "hidePreviousVersions" : false,
            "rightManaged" : false,
            "entryDate" : "2020-01-31T23:59:59Z",
            "exitDate" : "2020-01-31T23:59:59Z",
            "endOfUseDate" : "2020-01-31T23:59:59Z",
            "locationsLinked" : [ {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            }, {
              "id" : "5000123",
              "maintainedItemId" : "5000123",
              "status" : {
                "id" : "5000123",
                "code" : "PRET",
                "name" : "PRET MATERIEL"
              },
              "statusId" : "5000123",
              "state" : "{}",
              "startDate" : "2020-01-31T23:59:59Z",
              "endDate" : "2020-01-31T23:59:59Z",
              "scheduledEndDate" : "2020-01-31T23:59:59Z",
              "contact" : {
                "id" : "5000123",
                "code" : "CT2024",
                "name" : "Jean",
                "firstName" : "Phillipe"
              },
              "contactId" : "5000123",
              "comment" : "comment",
              "quantity" : 10,
              "employee" : {
                "id" : "5000123",
                "code" : "CASH",
                "name" : "DUPONT",
                "firstName" : "Jean",
                "action" : "{}"
              },
              "employeeId" : "5000123",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "customerSite" : {
                "id" : "5000123",
                "code" : "code",
                "name" : "Paris",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "CUST_001"
              },
              "customerSiteId" : "5000123",
              "currentLocation" : true
            } ],
            "customData" : {
              "key" : {
                "type" : "{}",
                "value" : "Autoref 010520",
                "name" : "Reference 4",
                "realOrder" : 0,
                "label" : "REFERENCE_4"
              }
            }
          },
          "productId" : "5000123",
          "serialNumber" : "serialNumber",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJT_1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "500000123",
          "subPhase" : {
            "id" : "5000123",
            "code" : "SB_1",
            "name" : "Sub Phase 1",
            "phase" : {
              "id" : "5000123",
              "code" : "PHS_1",
              "name" : "Phase 1",
              "project" : {
                "id" : "5000123",
                "name" : "My project",
                "companyCode" : "AKSAS",
                "customer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "customerId" : "5000123",
                "endCustomer" : {
                  "id" : "5000123",
                  "code" : "CA122",
                  "name" : "Akuiteo"
                },
                "endCustomerId" : "5000123",
                "internal" : false,
                "leave" : false,
                "leaveType" : "{}",
                "customerType" : "{}"
              },
              "projectId" : "PRJ_1",
              "order" : 1
            },
            "phaseId" : "5000123",
            "order" : 1
          },
          "subPhaseId" : "500000123",
          "rankNumber" : 4,
          "quantity" : 2,
          "unitPrice" : 20,
          "discountPercentage" : 13,
          "totalAmount" : 200,
          "startDate" : "2020-01-31T23:59:59Z",
          "endDate" : "2020-01-31T23:59:59Z",
          "notEditable" : true,
          "reasonForTermination" : "Lorem ipsum",
          "terminationReceptionDate" : "2020-01-31T23:59:59Z",
          "customerBeneficiary" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerBeneficiaryId" : "5000123",
          "groupingCode" : "ABC",
          "groupingCode2" : "ABC",
          "groupingCode3" : "ABC",
          "geoArea" : "EUROPE",
          "title" : "Assistance",
          "subTitle" : "Logiciel ABC",
          "subTitle2" : "Logiciel EFG",
          "isHiddenHD" : false,
          "identification" : "Helpdesk illimité",
          "additionalIdentification" : "Lorem ipsum",
          "noProrata" : false,
          "fixedUP" : true,
          "notBilled" : false,
          "changeTracking" : {
            "createdTime" : "2000-06-21T04:56:07.000+00:00",
            "createdBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "createdById" : "5000123",
            "modificationTime" : "2000-06-21T04:56:07.000+00:00",
            "modificationBy" : {
              "id" : "5000123",
              "code" : "TRI",
              "name" : "Doe",
              "firstName" : "John"
            },
            "modificationById" : "5000123"
          },
          "team" : {
            "id" : "5000123",
            "code" : "TEAM1",
            "name" : "Text",
            "action" : "{}",
            "companyCode" : "AKSAS",
            "email" : "jean@email.com",
            "issueType" : {
              "id" : "5000123",
              "code" : "Code",
              "name" : "Text",
              "default" : true,
              "firstTaskType" : {
                "id" : "5000123",
                "code" : "AKSAS",
                "name" : "Text",
                "followedByAnotherTask" : true,
                "nextTaskTypeId" : "5000123",
                "defaultTeamId" : "5000123",
                "defaultRespondingEmployeeId" : "5000123",
                "requiredTeam" : true,
                "actionCodeId" : "5000123",
                "companyCode" : "AKSAS",
                "actionType" : "NA",
                "defaultIssueStateId" : "5000123",
                "defaultIssueStatusId" : "5000123",
                "order" : 2,
                "markIssueAsResponded" : true,
                "markIssueAsResolved" : true
              },
              "firstTaskTypeId" : "5000123"
            },
            "issueTypeId" : "5000123"
          },
          "teamId" : "500000123"
        } ],
        "templateContractServiceId" : "5000123",
        "isMultiProject" : false,
        "rankNumber" : 4,
        "productBilled" : {
          "id" : "5000123",
          "reference" : "ENGLISH",
          "grouping" : "LICENCE",
          "family" : "FML-LICENCE",
          "subFamily" : "RECCURENT",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "10024",
          "subCategory" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "company" : {
              "id" : "5000123",
              "code" : "AK",
              "name" : "Akuiteo",
              "legalName" : "legalName",
              "siren" : "siren",
              "siret" : "siret",
              "calendar" : {
                "id" : "5000123",
                "code" : "Text",
                "name" : "Text",
                "default" : true,
                "daysNotWorked" : [ 6, 6 ],
                "holidays" : [ {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                }, {
                  "date" : "2000-06-21T04:56:07.000+00:00",
                  "type" : "FERIE"
                } ]
              },
              "calendarId" : "calendarId",
              "color" : "color",
              "currency" : {
                "id" : "5000123",
                "name" : "Euro",
                "code" : "EUR",
                "order" : 17,
                "euro" : true,
                "euroRate" : 0.9678,
                "endDate" : "2000-06-21T04:56:07.000+00:00",
                "euroRateStartDate" : "2020-01-23T04:56:07Z",
                "euroRateEndDate" : "2020-01-23T04:56:07Z"
              },
              "currencyId" : "currencyId",
              "address" : {
                "id" : "id",
                "line1" : "221B Baker Street",
                "line2" : "2nd Floor",
                "line3" : "First door at your right",
                "cedex" : "CEDEX 14",
                "postalCode" : "69002",
                "city" : "London",
                "country" : "FR (for 'FRANCE')",
                "countryName" : "FRANCE",
                "department" : "75 (for 'PARIS')",
                "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
                "region" : "65 (for 'ILE DE FRANCE')",
                "regionName" : "ILE DE FRANCE",
                "phone" : "06 00 00 00 01",
                "phone2" : "06 00 00 00 02",
                "email" : "myemail@mail.com",
                "mobilePhone" : "06 00 00 00 02",
                "fax" : "04 00 00 00 07",
                "webSite" : "mysite.com"
              },
              "addressId" : "addressId"
            },
            "companyId" : "5000123",
            "type" : "{}",
            "category" : {
              "id" : "5000123",
              "code" : "LANG",
              "name" : "Language",
              "endDate" : "2000-06-21",
              "companyCode" : "AKSAS",
              "type" : "{}",
              "grouping" : "grouping",
              "ranking" : 5
            },
            "categoryId" : "500143",
            "grouping" : "grouping",
            "ranking" : 5,
            "subCategoryType" : "{}"
          },
          "subCategoryId" : "11037",
          "companyCode" : "AKSAS",
          "entityCode" : "Lyon",
          "shortName" : "Maint",
          "name" : "Maintenance",
          "inventory" : true,
          "comment" : "Lorem ipsum",
          "billingMode" : "{}",
          "quantityPrecision" : 2,
          "unitPricePrecision" : 3,
          "productionEstimatedDuration" : 30,
          "inventoryAndPackaging" : {
            "packagingType" : "Warehouse",
            "packagingUnit" : 12
          },
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          },
          "accountSettings" : {
            "localCostAccount" : "411000",
            "localGroupAccount" : "411000",
            "localSubscriptionAccount" : "411000",
            "localInternalAccount" : "411000",
            "intraComCostAccount" : "411000",
            "intraComGroupAccount" : "411000",
            "intraComSubscriptionAccount" : "411000",
            "intraComInternalAccount" : "411000",
            "exportCostAccount" : "411000",
            "exportGroupAccount" : "411000",
            "toBeEstablishedAccount" : "411000",
            "vatCode" : "1",
            "reverseVAT" : true,
            "disabledDate" : "2000-06-21",
            "marketEndDate" : "2000-06-21"
          },
          "productionInformations" : {
            "linkedToAdvancePayments" : true,
            "targetDay" : 22,
            "billingTargetDay" : 5,
            "estimatedDuration" : 240,
            "defaultDisplay" : false,
            "team" : {
              "id" : "5000123",
              "code" : "PRD",
              "name" : "PROD"
            },
            "teamId" : "5000123"
          },
          "automaticTitle" : "IT PRODUCT"
        },
        "productBilledId" : "500000123",
        "isHiddenHD" : false,
        "revision" : {
          "indexCode" : "ABC",
          "factor" : 1,
          "additionalIncrease" : 2,
          "minimumIncrease" : 5,
          "maximumIncrease" : 10,
          "period" : "{}",
          "revaluation" : true,
          "nextDate" : "2020-01-31T23:59:59Z",
          "referenceMonth" : 11,
          "prorataMethod" : "{}"
        }
      } ],
      "stateCode" : "{}",
      "salesManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "salesManagerId" : "5000123",
      "adminManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "adminManagerId" : "5000123",
      "technicalManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "technicalManagerId" : "5000123",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "5000123",
      "subCategory" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "company" : {
          "id" : "5000123",
          "code" : "AK",
          "name" : "Akuiteo",
          "legalName" : "legalName",
          "siren" : "siren",
          "siret" : "siret",
          "calendar" : {
            "id" : "5000123",
            "code" : "Text",
            "name" : "Text",
            "default" : true,
            "daysNotWorked" : [ 6, 6 ],
            "holidays" : [ {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            }, {
              "date" : "2000-06-21T04:56:07.000+00:00",
              "type" : "FERIE"
            } ]
          },
          "calendarId" : "calendarId",
          "color" : "color",
          "currency" : {
            "id" : "5000123",
            "name" : "Euro",
            "code" : "EUR",
            "order" : 17,
            "euro" : true,
            "euroRate" : 0.9678,
            "endDate" : "2000-06-21T04:56:07.000+00:00",
            "euroRateStartDate" : "2020-01-23T04:56:07Z",
            "euroRateEndDate" : "2020-01-23T04:56:07Z"
          },
          "currencyId" : "currencyId",
          "address" : {
            "id" : "id",
            "line1" : "221B Baker Street",
            "line2" : "2nd Floor",
            "line3" : "First door at your right",
            "cedex" : "CEDEX 14",
            "postalCode" : "69002",
            "city" : "London",
            "country" : "FR (for 'FRANCE')",
            "countryName" : "FRANCE",
            "department" : "75 (for 'PARIS')",
            "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
            "region" : "65 (for 'ILE DE FRANCE')",
            "regionName" : "ILE DE FRANCE",
            "phone" : "06 00 00 00 01",
            "phone2" : "06 00 00 00 02",
            "email" : "myemail@mail.com",
            "mobilePhone" : "06 00 00 00 02",
            "fax" : "04 00 00 00 07",
            "webSite" : "mysite.com"
          },
          "addressId" : "addressId"
        },
        "companyId" : "5000123",
        "type" : "{}",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "500143",
        "grouping" : "grouping",
        "ranking" : 2
      },
      "subCategoryId" : "5000123",
      "isMultiProject" : false,
      "nextBillingDate" : "2023-01-01T06:00:00Z",
      "lastBillingDate" : "2022-01-01T06:00:00Z",
      "effectiveDate" : "2020-01-01T06:00:00Z",
      "billingBlockedDate" : "2020-01-01T06:00:00Z",
      "periodicity" : {
        "id" : "5000123",
        "code" : "{}",
        "duration" : 3,
        "term" : true,
        "tacitAgrement" : true,
        "startDate" : "2000-06-21T04:56:07.000+00:00",
        "lineStartDate" : "2020-01-23T04:56:07Z"
      },
      "anniversary" : "101",
      "notBillable" : true,
      "manualBilling" : false,
      "inactiveContract" : false,
      "isHiddenHD" : false,
      "deliveryGenerationUnit" : "{}",
      "renewalTypeId" : "5000123",
      "renewalDate" : "2023-05-01T06:00:00Z",
      "renewalReminderDate" : "2023-01-01T06:00:00Z",
      "renewalReminder" : false,
      "terminationNoticeLimit" : 3,
      "reasonForTermination" : "Lorem ipsum",
      "terminationReceptionDate" : "2022-08-29T06:00:00Z",
      "terminationEffectiveDate" : "2022-08-29T06:00:00Z",
      "externalReference" : "Lorem ipsum",
      "internalReference" : "Lorem ipsum",
      "billingSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "billingSiteId" : "5000123",
      "maintenanceSite" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "label" : "Lorem ipsum",
        "title" : "Mr",
        "service" : "Service A",
        "position" : "Position",
        "phone" : "1234567890",
        "phoneExtension" : "0033",
        "fax" : "101010101",
        "mobilePhone" : "1234567890",
        "workPhone" : "101010101",
        "email" : "123@example.com",
        "emailAddressNotKnown" : true,
        "emailBlackListed" : false,
        "function" : "Sales Representative",
        "customerId" : "454165",
        "contactId" : "416541",
        "siteId" : "641641",
        "mainSite" : true,
        "decisionMaker" : true,
        "financialContact" : true,
        "mainContact" : true,
        "salesContact" : false,
        "helpdeskContact" : false,
        "helpdeskMainContact" : false,
        "helpdeskVIPContact" : false,
        "helpdeskBlacklisted" : false,
        "trainingContact" : false,
        "intern" : false,
        "notes" : "Lorem ipsum dolor sit amet",
        "exitDate" : "2020-01-31T23:59:59Z",
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        }
      },
      "maintenanceSiteId" : "5000123",
      "chorusInformations" : {
        "contractNumber" : "5000123",
        "marketNumber" : "5000123",
        "serviceCode" : "ABC",
        "serviceName" : "Service Name",
        "commitmentNumber" : "123456",
        "effectiveDate" : "2020-01-31T23:59:59Z",
        "cashJournal" : "Lorem ipsum"
      }
    },
    "contractId" : "5000123",
    "contractService" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text",
      "contractId" : "500000123",
      "project" : {
        "id" : "5000123",
        "name" : "My project",
        "companyCode" : "AKSAS",
        "customer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerId" : "5000123",
        "endCustomer" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "endCustomerId" : "5000123",
        "internal" : false,
        "leave" : false,
        "leaveType" : "{}",
        "customerType" : "{}"
      },
      "projectId" : "PROJECT_1",
      "phase" : {
        "id" : "5000123",
        "code" : "PHS_1",
        "name" : "Phase 1",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJ_1",
        "order" : 1
      },
      "phaseId" : "500000123",
      "subPhase" : {
        "id" : "5000123",
        "code" : "SB_1",
        "name" : "Sub Phase 1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "5000123",
        "order" : 1
      },
      "subPhaseId" : "500000123",
      "regression" : true,
      "issueType" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "default" : true,
        "firstTaskType" : {
          "id" : "5000123",
          "code" : "AKSAS",
          "name" : "Text",
          "followedByAnotherTask" : true,
          "nextTaskTypeId" : "5000123",
          "defaultTeamId" : "5000123",
          "defaultRespondingEmployeeId" : "5000123",
          "requiredTeam" : true,
          "actionCodeId" : "5000123",
          "companyCode" : "AKSAS",
          "actionType" : "NA",
          "defaultIssueStateId" : "5000123",
          "defaultIssueStatusId" : "5000123",
          "order" : 2,
          "markIssueAsResponded" : true,
          "markIssueAsResolved" : true
        },
        "firstTaskTypeId" : "5000123"
      },
      "issueTypeId" : "5000123",
      "severity" : {
        "id" : "5000123",
        "name" : "Text",
        "code" : "Code"
      },
      "severityId" : "5000123",
      "priority" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text"
      },
      "priorityId" : "5000123",
      "criticality" : {
        "id" : "5000123",
        "code" : "MAJOR",
        "name" : "Major"
      },
      "criticalityId" : "5000123",
      "team" : {
        "id" : "5000123",
        "code" : "TEAM1",
        "name" : "Text",
        "action" : "{}",
        "companyCode" : "AKSAS",
        "email" : "jean@email.com",
        "issueType" : {
          "id" : "5000123",
          "code" : "Code",
          "name" : "Text",
          "default" : true,
          "firstTaskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "firstTaskTypeId" : "5000123"
        },
        "issueTypeId" : "5000123"
      },
      "teamId" : "5000123",
      "reminder" : {
        "title" : "Lorem ipsum",
        "text" : "Lorem ipsum"
      },
      "reminderAlert" : "reminderAlert",
      "reminderDetail" : "reminderDetail",
      "lines" : [ {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      }, {
        "id" : "5000123",
        "contractServiceId" : "5000123",
        "product" : {
          "id" : "5000123",
          "name" : "Lorem ipsum",
          "identification" : "ABC",
          "serialNumber" : "1234567",
          "taskType" : {
            "id" : "5000123",
            "code" : "AKSAS",
            "name" : "Text",
            "followedByAnotherTask" : true,
            "nextTaskTypeId" : "5000123",
            "defaultTeamId" : "5000123",
            "defaultRespondingEmployeeId" : "5000123",
            "requiredTeam" : true,
            "actionCodeId" : "5000123",
            "companyCode" : "AKSAS",
            "actionType" : "NA",
            "defaultIssueStateId" : "5000123",
            "defaultIssueStatusId" : "5000123",
            "order" : 2,
            "markIssueAsResponded" : true,
            "markIssueAsResolved" : true
          },
          "taskTypeId" : "5000123",
          "functionalAreaManaged" : false,
          "environmentManaged" : false,
          "revisionId" : "5000123",
          "templateProduct" : {
            "id" : "5000123",
            "name" : "AKUITEO",
            "identification" : "AKUITEO"
          },
          "templateProductId" : "5000123",
          "templateProductCode" : "ABC",
          "reminder" : {
            "title" : "Lorem ipsum",
            "text" : "Lorem ipsum"
          },
          "severity" : {
            "id" : "5000123",
            "name" : "Text",
            "code" : "Code"
          },
          "severityId" : "5000123",
          "maintainedProduct" : true,
          "classification" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text"
          },
          "classificationId" : "5000123",
          "productType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "productTypeSetup" : "{}",
            "byDefault" : true,
            "serialNumber" : "{}",
            "parentOfBOM" : "{}",
            "childOfBOM" : "{}",
            "integratedTransactionManagement" : true
          },
          "productTypeId" : "5000123",
          "isHiddenHD" : false,
          "isHiddenInIssue" : false,
          "isHiddenOnExtranet" : false,
          "maintenanceComplete" : false,
          "obsoleteProduct" : false,
          "versionManaged" : false,
          "administrativeProduct" : false,
          "disabledProduct" : false,
          "internalProduct" : false,
          "criticalProduct" : false,
          "hidePreviousVersions" : false,
          "rightManaged" : false,
          "entryDate" : "2020-01-31T23:59:59Z",
          "exitDate" : "2020-01-31T23:59:59Z",
          "endOfUseDate" : "2020-01-31T23:59:59Z",
          "locationsLinked" : [ {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          }, {
            "id" : "5000123",
            "maintainedItemId" : "5000123",
            "status" : {
              "id" : "5000123",
              "code" : "PRET",
              "name" : "PRET MATERIEL"
            },
            "statusId" : "5000123",
            "state" : "{}",
            "startDate" : "2020-01-31T23:59:59Z",
            "endDate" : "2020-01-31T23:59:59Z",
            "scheduledEndDate" : "2020-01-31T23:59:59Z",
            "contact" : {
              "id" : "5000123",
              "code" : "CT2024",
              "name" : "Jean",
              "firstName" : "Phillipe"
            },
            "contactId" : "5000123",
            "comment" : "comment",
            "quantity" : 10,
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "customerSite" : {
              "id" : "5000123",
              "code" : "code",
              "name" : "Paris",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "CUST_001"
            },
            "customerSiteId" : "5000123",
            "currentLocation" : true
          } ],
          "customData" : {
            "key" : {
              "type" : "{}",
              "value" : "Autoref 010520",
              "name" : "Reference 4",
              "realOrder" : 0,
              "label" : "REFERENCE_4"
            }
          }
        },
        "productId" : "5000123",
        "serialNumber" : "serialNumber",
        "project" : {
          "id" : "5000123",
          "name" : "My project",
          "companyCode" : "AKSAS",
          "customer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "customerId" : "5000123",
          "endCustomer" : {
            "id" : "5000123",
            "code" : "CA122",
            "name" : "Akuiteo"
          },
          "endCustomerId" : "5000123",
          "internal" : false,
          "leave" : false,
          "leaveType" : "{}",
          "customerType" : "{}"
        },
        "projectId" : "PRJT_1",
        "phase" : {
          "id" : "5000123",
          "code" : "PHS_1",
          "name" : "Phase 1",
          "project" : {
            "id" : "5000123",
            "name" : "My project",
            "companyCode" : "AKSAS",
            "customer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "customerId" : "5000123",
            "endCustomer" : {
              "id" : "5000123",
              "code" : "CA122",
              "name" : "Akuiteo"
            },
            "endCustomerId" : "5000123",
            "internal" : false,
            "leave" : false,
            "leaveType" : "{}",
            "customerType" : "{}"
          },
          "projectId" : "PRJ_1",
          "order" : 1
        },
        "phaseId" : "500000123",
        "subPhase" : {
          "id" : "5000123",
          "code" : "SB_1",
          "name" : "Sub Phase 1",
          "phase" : {
            "id" : "5000123",
            "code" : "PHS_1",
            "name" : "Phase 1",
            "project" : {
              "id" : "5000123",
              "name" : "My project",
              "companyCode" : "AKSAS",
              "customer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "customerId" : "5000123",
              "endCustomer" : {
                "id" : "5000123",
                "code" : "CA122",
                "name" : "Akuiteo"
              },
              "endCustomerId" : "5000123",
              "internal" : false,
              "leave" : false,
              "leaveType" : "{}",
              "customerType" : "{}"
            },
            "projectId" : "PRJ_1",
            "order" : 1
          },
          "phaseId" : "5000123",
          "order" : 1
        },
        "subPhaseId" : "500000123",
        "rankNumber" : 4,
        "quantity" : 2,
        "unitPrice" : 20,
        "discountPercentage" : 13,
        "totalAmount" : 200,
        "startDate" : "2020-01-31T23:59:59Z",
        "endDate" : "2020-01-31T23:59:59Z",
        "notEditable" : true,
        "reasonForTermination" : "Lorem ipsum",
        "terminationReceptionDate" : "2020-01-31T23:59:59Z",
        "customerBeneficiary" : {
          "id" : "5000123",
          "code" : "CA122",
          "name" : "Akuiteo"
        },
        "customerBeneficiaryId" : "5000123",
        "groupingCode" : "ABC",
        "groupingCode2" : "ABC",
        "groupingCode3" : "ABC",
        "geoArea" : "EUROPE",
        "title" : "Assistance",
        "subTitle" : "Logiciel ABC",
        "subTitle2" : "Logiciel EFG",
        "isHiddenHD" : false,
        "identification" : "Helpdesk illimité",
        "additionalIdentification" : "Lorem ipsum",
        "noProrata" : false,
        "fixedUP" : true,
        "notBilled" : false,
        "changeTracking" : {
          "createdTime" : "2000-06-21T04:56:07.000+00:00",
          "createdBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "createdById" : "5000123",
          "modificationTime" : "2000-06-21T04:56:07.000+00:00",
          "modificationBy" : {
            "id" : "5000123",
            "code" : "TRI",
            "name" : "Doe",
            "firstName" : "John"
          },
          "modificationById" : "5000123"
        },
        "team" : {
          "id" : "5000123",
          "code" : "TEAM1",
          "name" : "Text",
          "action" : "{}",
          "companyCode" : "AKSAS",
          "email" : "jean@email.com",
          "issueType" : {
            "id" : "5000123",
            "code" : "Code",
            "name" : "Text",
            "default" : true,
            "firstTaskType" : {
              "id" : "5000123",
              "code" : "AKSAS",
              "name" : "Text",
              "followedByAnotherTask" : true,
              "nextTaskTypeId" : "5000123",
              "defaultTeamId" : "5000123",
              "defaultRespondingEmployeeId" : "5000123",
              "requiredTeam" : true,
              "actionCodeId" : "5000123",
              "companyCode" : "AKSAS",
              "actionType" : "NA",
              "defaultIssueStateId" : "5000123",
              "defaultIssueStatusId" : "5000123",
              "order" : 2,
              "markIssueAsResponded" : true,
              "markIssueAsResolved" : true
            },
            "firstTaskTypeId" : "5000123"
          },
          "issueTypeId" : "5000123"
        },
        "teamId" : "500000123"
      } ],
      "templateContractServiceId" : "5000123",
      "isMultiProject" : false,
      "rankNumber" : 4,
      "productBilled" : {
        "id" : "5000123",
        "reference" : "ENGLISH",
        "grouping" : "LICENCE",
        "family" : "FML-LICENCE",
        "subFamily" : "RECCURENT",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "10024",
        "subCategory" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "company" : {
            "id" : "5000123",
            "code" : "AK",
            "name" : "Akuiteo",
            "legalName" : "legalName",
            "siren" : "siren",
            "siret" : "siret",
            "calendar" : {
              "id" : "5000123",
              "code" : "Text",
              "name" : "Text",
              "default" : true,
              "daysNotWorked" : [ 6, 6 ],
              "holidays" : [ {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              }, {
                "date" : "2000-06-21T04:56:07.000+00:00",
                "type" : "FERIE"
              } ]
            },
            "calendarId" : "calendarId",
            "color" : "color",
            "currency" : {
              "id" : "5000123",
              "name" : "Euro",
              "code" : "EUR",
              "order" : 17,
              "euro" : true,
              "euroRate" : 0.9678,
              "endDate" : "2000-06-21T04:56:07.000+00:00",
              "euroRateStartDate" : "2020-01-23T04:56:07Z",
              "euroRateEndDate" : "2020-01-23T04:56:07Z"
            },
            "currencyId" : "currencyId",
            "address" : {
              "id" : "id",
              "line1" : "221B Baker Street",
              "line2" : "2nd Floor",
              "line3" : "First door at your right",
              "cedex" : "CEDEX 14",
              "postalCode" : "69002",
              "city" : "London",
              "country" : "FR (for 'FRANCE')",
              "countryName" : "FRANCE",
              "department" : "75 (for 'PARIS')",
              "geographicalDepartmentName" : "CENTRE VAL DE LOIRE",
              "region" : "65 (for 'ILE DE FRANCE')",
              "regionName" : "ILE DE FRANCE",
              "phone" : "06 00 00 00 01",
              "phone2" : "06 00 00 00 02",
              "email" : "myemail@mail.com",
              "mobilePhone" : "06 00 00 00 02",
              "fax" : "04 00 00 00 07",
              "webSite" : "mysite.com"
            },
            "addressId" : "addressId"
          },
          "companyId" : "5000123",
          "type" : "{}",
          "category" : {
            "id" : "5000123",
            "code" : "LANG",
            "name" : "Language",
            "endDate" : "2000-06-21",
            "companyCode" : "AKSAS",
            "type" : "{}",
            "grouping" : "grouping",
            "ranking" : 5
          },
          "categoryId" : "500143",
          "grouping" : "grouping",
          "ranking" : 5,
          "subCategoryType" : "{}"
        },
        "subCategoryId" : "11037",
        "companyCode" : "AKSAS",
        "entityCode" : "Lyon",
        "shortName" : "Maint",
        "name" : "Maintenance",
        "inventory" : true,
        "comment" : "Lorem ipsum",
        "billingMode" : "{}",
        "quantityPrecision" : 2,
        "unitPricePrecision" : 3,
        "productionEstimatedDuration" : 30,
        "inventoryAndPackaging" : {
          "packagingType" : "Warehouse",
          "packagingUnit" : 12
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "accountSettings" : {
          "localCostAccount" : "411000",
          "localGroupAccount" : "411000",
          "localSubscriptionAccount" : "411000",
          "localInternalAccount" : "411000",
          "intraComCostAccount" : "411000",
          "intraComGroupAccount" : "411000",
          "intraComSubscriptionAccount" : "411000",
          "intraComInternalAccount" : "411000",
          "exportCostAccount" : "411000",
          "exportGroupAccount" : "411000",
          "toBeEstablishedAccount" : "411000",
          "vatCode" : "1",
          "reverseVAT" : true,
          "disabledDate" : "2000-06-21",
          "marketEndDate" : "2000-06-21"
        },
        "productionInformations" : {
          "linkedToAdvancePayments" : true,
          "targetDay" : 22,
          "billingTargetDay" : 5,
          "estimatedDuration" : 240,
          "defaultDisplay" : false,
          "team" : {
            "id" : "5000123",
            "code" : "PRD",
            "name" : "PROD"
          },
          "teamId" : "5000123"
        },
        "automaticTitle" : "IT PRODUCT"
      },
      "productBilledId" : "500000123",
      "isHiddenHD" : false,
      "revision" : {
        "indexCode" : "ABC",
        "factor" : 1,
        "additionalIncrease" : 2,
        "minimumIncrease" : 5,
        "maximumIncrease" : 10,
        "period" : "{}",
        "revaluation" : true,
        "nextDate" : "2020-01-31T23:59:59Z",
        "referenceMonth" : 11,
        "prorataMethod" : "{}"
      }
    },
    "contractServiceId" : "5000123",
    "functionalArea" : {
      "id" : "5000123",
      "code" : "SALES",
      "name" : "SALES"
    },
    "functionalAreaId" : "5000123",
    "feature" : {
      "id" : "5000123",
      "code" : "CODE",
      "name" : "Text"
    },
    "featureId" : "5000123",
    "module" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "moduleId" : "5000123",
    "reference1" : "Text",
    "reference2" : "Text",
    "contractualResponseDate" : "2020-01-23T04:56:07Z",
    "effectiveResponseDate" : "2020-01-23T04:56:07Z",
    "externalClosingDate" : "2020-01-23T04:56:07Z",
    "internalClosingDate" : "2020-01-23T04:56:07Z",
    "contractualResolutionDate" : "2020-01-23T04:56:07Z",
    "effectiveResolutionDate" : "2020-01-23T04:56:07Z",
    "receiptDate" : "2020-01-23T04:56:07Z",
    "openingDate" : "2020-01-23T04:56:07Z",
    "disabledMessages" : true,
    "onHold" : {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    },
    "onHoldId" : "5000123",
    "onHoldOccurrences" : [ {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    }, {
      "id" : "5000123",
      "changeTracking" : {
        "createdTime" : "2000-06-21T04:56:07.000+00:00",
        "createdBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "createdById" : "5000123",
        "modificationTime" : "2000-06-21T04:56:07.000+00:00",
        "modificationBy" : {
          "id" : "5000123",
          "code" : "TRI",
          "name" : "Doe",
          "firstName" : "John"
        },
        "modificationById" : "5000123"
      },
      "date" : "2020-01-31T23:59:59Z",
      "reason" : "Lorem ipsum dolor sit amet",
      "endDate" : "2020-01-31T23:59:59Z",
      "takenOffHoldDate" : "2020-01-31T23:59:59Z",
      "onHoldReason" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "description" : "Loremp ipsum",
        "default" : false,
        "order" : 2
      },
      "onHoldReasonId" : "5000123",
      "rdv" : false,
      "issueStatus" : {
        "id" : "5000123",
        "code" : "Code",
        "name" : "Text",
        "type" : "{}",
        "default" : true
      },
      "issueStatusId" : "5000123",
      "issueState" : {
        "id" : "5000123",
        "code" : "Text",
        "name" : "Text",
        "default" : true,
        "order" : 2
      },
      "issueStateId" : "5000123",
      "estimatedResponseDate" : "2020-01-31T23:59:59Z",
      "putOnHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "putOnHoldById" : "5000123",
      "takenOffHoldBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "takenOffHoldById" : "5000123",
      "issueId" : "5000123"
    } ],
    "criticality" : {
      "id" : "5000123",
      "code" : "MAJOR",
      "name" : "Major"
    },
    "criticalityId" : "5000123",
    "priority" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text"
    },
    "priorityId" : "5000123",
    "tasks" : [ null, null ],
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "regression" : true,
    "regressionStatus" : 2,
    "estimatedResponseDate" : "2020-01-23T04:56:07Z",
    "companyCode" : "AKSAS",
    "externalRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalRequesterId" : "5000123",
    "externalBehalfRequester" : {
      "id" : "5000123",
      "contact" : {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe"
      },
      "contactId" : "5000123",
      "title" : "M.",
      "phone" : "405040504",
      "mobilePhone" : "405040504",
      "email" : "jean@email.com"
    },
    "externalBehalfRequesterId" : "5000123",
    "tags" : [ {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    }, {
      "id" : "5000123",
      "companyId" : "5000123",
      "type" : "{}",
      "code" : "ERR",
      "name" : "ISSUE",
      "comment" : "Lorem ipsum",
      "color" : "#56b7c",
      "icon" : "fa fa-plus",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "objectId" : "5000123",
      "action" : "{}"
    } ],
    "changeTracking" : {
      "createdTime" : "2000-06-21T04:56:07.000+00:00",
      "createdBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "createdById" : "5000123",
      "modificationTime" : "2000-06-21T04:56:07.000+00:00",
      "modificationBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "modificationById" : "5000123"
    },
    "alert" : true,
    "alertReason" : "Text",
    "formConfig" : {
      "type" : "{}",
      "fields" : [ {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }, {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      } ],
      "controls" : {
        "key" : {
          "id" : "50000123",
          "property" : "Kilometers",
          "required" : true,
          "visible" : true,
          "enabled" : true,
          "defaultValue" : "50 (for the field 'Kilometers' case)",
          "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
          "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
          "freeValue" : true,
          "allowMultipleValues" : true,
          "information" : "Lorem ipsum"
        }
      },
      "insertable" : true,
      "editable" : false,
      "deletable" : false,
      "formSearchHidden" : false
    }
  },
  "issueId" : "5000123",
  "expectedDate" : "2020-01-23T04:56:07Z",
  "respondingEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "respondingEmployeeId" : "5000123",
  "nextRespondingEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "nextRespondingEmployeeId" : "5000123",
  "nextTaskType" : {
    "id" : "5000123",
    "code" : "AKSAS",
    "name" : "Text",
    "followedByAnotherTask" : true,
    "nextTaskTypeId" : "5000123",
    "defaultTeamId" : "5000123",
    "defaultRespondingEmployeeId" : "5000123",
    "requiredTeam" : true,
    "actionCodeId" : "5000123",
    "companyCode" : "AKSAS",
    "actionType" : "NA",
    "defaultIssueStateId" : "5000123",
    "defaultIssueStatusId" : "5000123",
    "order" : 2,
    "markIssueAsResponded" : true,
    "markIssueAsResolved" : true
  },
  "nextTaskTypeId" : "5000123",
  "nextTeam" : {
    "id" : "5000123",
    "code" : "TEAM1",
    "name" : "Text",
    "action" : "{}",
    "companyCode" : "AKSAS",
    "email" : "jean@email.com",
    "issueType" : {
      "id" : "5000123",
      "code" : "Code",
      "name" : "Text",
      "default" : true,
      "firstTaskType" : {
        "id" : "5000123",
        "code" : "AKSAS",
        "name" : "Text",
        "followedByAnotherTask" : true,
        "nextTaskTypeId" : "5000123",
        "defaultTeamId" : "5000123",
        "defaultRespondingEmployeeId" : "5000123",
        "requiredTeam" : true,
        "actionCodeId" : "5000123",
        "companyCode" : "AKSAS",
        "actionType" : "NA",
        "defaultIssueStateId" : "5000123",
        "defaultIssueStatusId" : "5000123",
        "order" : 2,
        "markIssueAsResponded" : true,
        "markIssueAsResolved" : true
      },
      "firstTaskTypeId" : "5000123"
    },
    "issueTypeId" : "5000123"
  },
  "nextTeamId" : "5000123",
  "completedTime" : 510,
  "remainingTime" : 2.5,
  "expectedTime" : 12,
  "unitDuration" : "{}",
  "externallyVisible" : true,
  "comment" : "Loremp ipsum",
  "customerComment" : "Loremp ipsum",
  "startDate" : "2020-01-23T04:56:07Z",
  "endDate" : "2020-01-23T04:56:07Z",
  "takenInHandDate" : "2020-01-23T04:56:07Z",
  "takenInHandUser" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "takenInHandUserId" : "5000123",
  "changeTracking" : {
    "createdTime" : "2000-06-21T04:56:07.000+00:00",
    "createdBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "createdById" : "5000123",
    "modificationTime" : "2000-06-21T04:56:07.000+00:00",
    "modificationBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "modificationById" : "5000123"
  },
  "formConfig" : {
    "type" : "{}",
    "fields" : [ {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    }, {
      "id" : "50000123",
      "property" : "Kilometers",
      "required" : true,
      "visible" : true,
      "enabled" : true,
      "defaultValue" : "50 (for the field 'Kilometers' case)",
      "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
      "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
      "freeValue" : true,
      "allowMultipleValues" : true,
      "information" : "Lorem ipsum"
    } ],
    "controls" : {
      "key" : {
        "id" : "50000123",
        "property" : "Kilometers",
        "required" : true,
        "visible" : true,
        "enabled" : true,
        "defaultValue" : "50 (for the field 'Kilometers' case)",
        "valueSelectors" : [ "valueSelectors", "valueSelectors" ],
        "additionalValueSelectors" : [ "additionalValueSelectors", "additionalValueSelectors" ],
        "freeValue" : true,
        "allowMultipleValues" : true,
        "information" : "Lorem ipsum"
      }
    },
    "insertable" : true,
    "editable" : false,
    "deletable" : false,
    "formSearchHidden" : false
  }
}

2.15.14. Get a task with read options

POST

/issues/{issue_id}/tasks/{task_id}/read

Description

Get a task with read options

DMF required:
  • DMF A10206: Api Support / Tasks / Info

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141405: Helpdesk / Tasks / Show History

  • DMF 142602: Helpdesk / Simplified Issue / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned task TaskReadOption

-

Content Type
  • application/json

Responses
Table 188. http response codes
Code Message Datatype

200

The message has been successfully deleted

Task

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "options" : [ "CREATED_BY", "CREATED_BY" ]
}

2.15.15. Search task type

POST

/issues/tasks/types/search

Description

Search task type

DMF required:
  • DMF A10204: Api Support / Tasks / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141404: Helpdesk / Tasks / Search

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria TaskTypeCriteria

-

Query Parameters
Name Description Required Default Pattern

issue_type_id

The id of the issue type

-

null

product_id

The id of the product

-

null

product_type_id

The id of the product type

-

null

Content Type
  • application/json

Responses
Table 189. http response codes
Code Message Datatype

200

Successful task type search

List[TaskType]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "markIssueAsResponded" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "nextTaskTypeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "actionType" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "default" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "followedByAnotherTask" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "requiredTeam" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "markIssueAsResolved" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  },
  "defaultTeamId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.15.16. Search teams

POST

/issues/tasks/teams/search

Description

Search teams

DMF required:
  • DMF A10204: Api Support / Tasks / Search

  • DMF 141302: Helpdesk / Issues / Modify

  • DMF 141404: Helpdesk / Tasks / Search

  • DMF 142602: Helpdesk / Simplified Issue / Modify

  • DMF 142615: Helpdesk / Simplified Issue / Batch Update

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria TeamCriteria

-

Query Parameters
Name Description Required Default Pattern

task_type_id

The id of the task type

-

null

Return Type

array[Team]

Content Type
  • application/json

Responses
Table 190. http response codes
Code Message Datatype

200

Successful team search

List[Team]

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "type" : "{}",
    "date" : "2000-06-21T04:56:07.000+00:00"
  }
}

2.15.17. Take or free a task

GET

/issues/{issue_id}/tasks/{task_id}/take-or-free

Description

Take or free a task

DMF required:
  • DMF A10210: Api Support / Tasks / Take Or Free

  • DMF 141402: Helpdesk / Tasks / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Query Parameters
Name Description Required Default Pattern

take

If true take it else free it

X

null

assign

If true assign it to me

-

null

Responses
Table 191. http response codes
Code Message Datatype

204

Task successfully taken or released

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.18. Take or free a task creating first task

POST

/issues/{issue_id}/tasks/{task_id}/take-or-free

Description

Take or free a task creating first task

DMF required:
  • DMF A10210: Api Support / Tasks / Take Or Free

  • DMF 141402: Helpdesk / Tasks / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Body Parameter
Name Description Required Default Pattern

date_param

The available options for this operation TakeOrFreeTaskParamHolder

-

Responses
Table 192. http response codes
Code Message Datatype

204

Task successfully taken or released

<<>>

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

Samples
Body parameter
Click to expand

{
  "createFirstTask" : true,
  "take" : false,
  "resetRespondingEmployee" : true,
  "assign" : true
}

2.15.19. Tag a task as done

POST

/issues/{issue_id}/tasks/{task_id}/done

Description

Tag a task as done. Shortcut to /complete API without the team id and the responding employee id for the next task.

DMF required:
  • DMF A10212: Api Support / Tasks / Done

  • DMF 141407: Helpdesk / Tasks / Complete

  • DMF 141428: Helpdesk / Tasks / Complete Task With Non-terminal Links

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Content Type
  • application/json

Responses
Table 193. http response codes
Code Message Datatype

200

Task successfully tagged done. Returns the id of the newly created task.

Completion

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

2.15.20. Tag a task as done and close the issue

POST

/issues/{issue_id}/tasks/{task_id}/done-and-close

Description

Tag a task as done and close the issue. Shortcut to /complete API without the team id and the responding employee id for the next task.

DMF required:
  • DMF A10211: Api Support / Tasks / Close

  • DMF 141309: Helpdesk / Issues / Close

  • DMF 141407: Helpdesk / Tasks / Complete

  • DMF 142623: Helpdesk / Simplified Issue / Modify Statuses

And
  • DMF A10212: Api Support / Tasks / Done

  • DMF 141407: Helpdesk / Tasks / Complete

  • DMF 141428: Helpdesk / Tasks / Complete Task With Non-terminal Links

Parameters
Path Parameters
Name Description Required Default Pattern

issue_id

The id of the issue

X

null

task_id

The id of the task

X

null

Content Type
  • application/json

Responses
Table 194. http response codes
Code Message Datatype

200

Task successfully tagged done and close

Completion

400

Bad Request - Standard failure code. This code is used when no other specific code applies.

ErrorResponse

401

Unauthorized - indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

ErrorResponse

402

Request Failed - The parameters were valid but the request failed.

ErrorResponse

403

Forbidden - The user does not have permissions to perform the request.

ErrorResponse

404

Not Found - The requested resource does not exist.

ErrorResponse

405

Method Not Allowed - The HTTP method requested on the resource is not supported, for example if you make a POST request on a resource where POST does not make sense or is not implemented.

ErrorResponse

406

Not Acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

ErrorResponse

500

Internal Error - Server errors. The call was successful but something went wrong on Akuiteo’s end.

ErrorResponse

3. Models

3.1. AccountType

Type of the account for international bank detail

Type : enum (IBAN, BBAN, OTHER)

3.2. AccountingJournal

Accounting journal

Field Name Required Type Description Format

code

[String]

The accounting journal code
Warning : The accounting journal code cannot be changed once it has been created. Any modification will not be taken into account.

endDate

[date]

End date of. Cannot be set directly please use the //TBD path.
Example : 2020-12-25

date

excludedByDefault

[Boolean]

Excluded by default from accounting reports (trial balance, General ledger, accounting entries seach)

id

[String]

Id in database
Example : 5000123

miscellaneousTransactionsProhibited

[Boolean]

Miscellaneous transactions Prohibited

name

[String]

The accounting journal name

startDate

[date]

Accounting journal start date
Example : 2020-12-25

date

3.3. AccountingJournalBase

Accounting journal

Field Name Required Type Description Format

code

[String]

The accounting journal code
Warning : The accounting journal code cannot be changed once it has been created. Any modification will not be taken into account.

id

[String]

Id in database
Example : 5000123

name

[String]

The accounting journal name

3.4. Action

Verb of the request to specify which type of action you will send.

Type : enum (ADD, UPDATE, REMOVE)

3.5. ActionCode2

Details about the second action code

Field Name Required Type Description Format

code

[String]

Code of the second action code
Example : ADD

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the action code
Example : ADD

3.6. ActionCodeBase

Details about the action code

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the action code
Example : ADD

3.7. ActionManagementObjectLine

ActionManagementObjectLine

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE)
Example : ADD

amountTotal

[Double]

Total amount expressed in company currency
Example : 1200

double

amountTotalCurrency

[Double]

Total amount in the currency
Example : 1200

double

id

[String]

Id in database
Example : 5000123

managementObjectId

[String]

Id of the management object
Example : 5000123

name

[String]

Name of the line
Example : Helpdesk

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

quantity

[Double]

Quantity of the product
Example : 3

double

rankNumber

[Double]

Rank number of the line
Example : 2

double

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

unitPrice

[Double]

Unit price of the product expressed in company currency
Example : 40

double

unitPriceCurrency

[Double]

Unit price of the product expressed in company currency. The value in this field is not stored. Upon retrieval, it is calculated based on the rate in effect on the date of the management sales object.

Example : 36.32

double

3.8. ActiveModule

List of active modules
Note: MISSION represents the Variable Item

Type : enum (EXPENSE_REPORTS, TIMES_RECORDING, SCHEDULE, QUOTATION, QUOTATION_SIGNED_ORDERED_UNSIGNED, SALES_ORDER, INVOICE, SALES_BILLING_TABLE, DELIVERY, PURCHASE_ORDER, QUOTE, RECEPTION, PURCHASE_INVOICE, PURCHASE_BILLING_TABLE, HELP_DESK, PRODUCTION, MISSION, QUOTE_SIGNED_ORDERED_UNSIGNED, SALES_CREDIT_NOTE, PURCHASE_CREDIT_NOTE, INVENTORY_MOVEMENTS, FLOWS, ACCOUNTING, CASH_FLOW, OPERATING_ACCOUNT, PAYMENT_MONTH)

3.9. ActivityBase

Division

Field Name Required Type Description Format

code

[String]

Code of the activity

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the activity

3.10. AdditionalFreeFields

Free fields of a Management Object Line

Field Name Required Type Description Format

field1

[String]

Free field 1
Example : Free field

field2

[String]

Free field 2
Example : Free field

field3

[String]

Free field 3
Example : Free field

field4

[String]

Free field 4
Example : Free field

field5

[String]

Free field 5
Example : Free field

3.11. AdditionalFreeFieldsCriteria

Search criteria for additional free fields

Field Name Required Type Description Format

additionalFreeField1

ClauseString

additionalFreeField2

ClauseString

additionalFreeField3

ClauseString

additionalFreeField4

ClauseString

additionalFreeField5

ClauseString

3.12. Address

Details about the address

Field Name Required Type Description Format

cedex

[String]

Special number assigned to a company by the French postal code
Example : CEDEX 14

city

[String]

City of the address
Example : London

country

[String]

Country code of the address in the database
Example : FR (for 'FRANCE')

countryName

[String]

Country name of the address
Example : FRANCE
Remark : This property is read-only and provides current data without allowing modifications.

department

[String]

Geographical department code of the address in the database
Example : 75 (for 'PARIS')

email

[String]

Email of the address
Example : myemail@mail.com

fax

[String]

Fax of the address
Example : 04 00 00 00 07

geographicalDepartmentName

[String]

Name of the geographical department for the address
Example : CENTRE VAL DE LOIRE
Remark : This property is read-only and provides current data without allowing modifications.

id (Deprecated)

[String]

Id in database
Deprecated : This field is unused and will soon be removed.

line1

[String]

First line of the address
Example : 221B Baker Street

line2

[String]

Second line of the address
Example : 2nd Floor

line3

[String]

Third line of the address
Example : First door at your right

mobilePhone

[String]

Mobile Phone of the address
Example : 06 00 00 00 02

phone

[String]

Phone of the address
Example : 06 00 00 00 01

phone2

[String]

Second phone of the address
Example : 06 00 00 00 02

postalCode

[String]

Postal code of the city
Example : 69002

region

[String]

Region code of the address in the database
Example : 65 (for 'ILE DE FRANCE')

regionName

[String]

Region name of the address
Example : ILE DE FRANCE
Remark : This property is read-only and provides current data without allowing modifications.

webSite

[String]

Web Site of the address
Example : mysite.com

3.13. Alert

Alert message

Field Name Required Type Description Format

level

[String]

Level of the alert
Example : ERROR

Enum: ERROR, WARNING, INFO, ERROR, WARNING, INFO

message

[String]

Message of the alert
Example : Lorem ipsum

3.14. AmortizationMethod

The method of amortization

Type : enum (LINEAR, SLIDING_SCALE)

3.15. AmountCategoryType

Amount Category (Unitary/Total)

Type : enum (UNITARY, TOTAL)

3.16. AnalysisResult

Analysis result consisting of a value, a date and a set of analysis groups

Field Name Required Type Description Format

date

[Date]

Aggregate date of the analysis (see dateLike)
Example : 2020-01-23T04:56:07.000+00:00

date-time

group

Map of [object]

All analysis groups
Example : {"SALES_MANAGER_SUPERVISOR_CODE":"BLR"}

value

[Double]

Aggregate value of the analysis
Example : 4000

double

3.17. ApplicationControlBase

Application control

Field Name Required Type Description Format

code

[String]

The code of the application control base.
Example : Text

id

[String]

Id in database
Example : 5000123

info1

[String]

The first information about the application control base.
Example : Text

info2

[String]

The second information about the application control base.
Example : Text

info3

[String]

The third information about the application control base.
Example : Text

info4

[String]

The fourth information about the application control base.
Example : Text

info5

[String]

The fifth information about the application control base.
Example : Text

3.18. ApprovalManagementObject

Information on the approval of a management object (pièce de gestion)

Field Name Required Type Description Format

afterTaxAmount

[Double]

After-Tax amount expressed in company currency
Example : 120.37

double

approvalDate

[Date]

Date of approval
Example : 2020-01-23T04:56:07.000+00:00

date-time

approvalState

ApprovalState

State of approval
Example : NONE

changeTracking

ChangeTracking

companyCode

[String]

The company code
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

currency

Currency

Currency used in the management object

currencyCode

[String]

Code of the currency used in the management object
Example : EUR

customData

Map of CustomData

The custom data (when present)

date

[Date]

Date on the management object
Example : 2020-01-23T04:56:07.000+00:00

date-time

description

[String]

Description
Example : Lorem ipsum

entityCode (Deprecated)

[String]

The entity code
Example : Lyon
Deprecated : Use entityId instead

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the management object
Example : Label for my doc

number

[String]

The number of the management object
Example : CC00001

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

preTaxAmount

[Double]

Pre-Tax Amount expressed in company currency
Example : 100.14

double

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

thirdPartyId

[String]

The Id of the third-party
Example : CUSTOMER01

type

ManagementObjectType

Example : QUOTATION

3.19. ApprovalState

State of the Approval

Type : enum (NONE, TO_REQUEST, TO_APPROVE, REFUSED, APPROVED)

3.20. ArchiveArgument

Arguments to archive

Field Name Required Type Description Format

comment

[String]

Comment to describe the archiving reason
Example : Lorem ipnum

reasonId

[String]

The ID of the archiving reason
Example : 5000152

3.21. ArchiveReasonBase

Details about the reasons to archive

Field Name Required Type Description Format

code

[String]

Code of the reason to archive

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the reason to archive

3.22. Assignment

Assignment

Field Name Required Type Description Format

customer

CustomerBase

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer
Example : 5000123

phase

PhaseBase

Details about the phase
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

Details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_1

projectTask

ProjectTaskBase

Details about the task
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

ID of the project
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

3.23. AssignmentCriteria

Criteria used to get more details about an assignment

Field Name Required Type Description Format

activityId

ClauseString

Ident of the activity

allCompanies

[Boolean]

Set as True if you don't want to filter on companies

companyId

ClauseString

Ident of the company

countAssignmentType

AssignmentType

Define the node type when counting an assignment tree. Used like a query parameter limit.
Example : COMPANY

customerId

ClauseString

Ident of the customer

departmentId

ClauseString

Ident of the department

divisionGroupId

ClauseString

Ident of the division group

divisionId

ClauseString

Ident of the division

employeeId

[String]

ID of the employee

employeeIdScheduled

List of [string]

Ids of employees for which the project has schedules

employeePartitioning

[Boolean]

Set as True if you want to apply the partitioning by employee

entityId

ClauseString

Ident of the entity

ignoreProjectAllCustomer

[Boolean]

Set as True if you want to ignore all customer projects

lowerAssignmentType

AssignmentType

Define the leaf node type when searching an assignment tree. If not set, default leaf node type is SUBPHASE or PROJECT_TASK according to the selected ActiveModule.
Example : COMPANY

mainCustomer

[Boolean]

Set as True if you want to filter only main customers

phaseCode

ClauseString

Code of the phase

phaseId

ClauseString

Ident of the phase

projectCategorieId

ClauseString

Ident of the project category

projectClosed

ClauseBoolean

Set as True if you want to include closed projects

projectEmployeeLinkedId

ClauseString

Ids of employees linked to the project (Include projects with no employee linked)
Only supports IN or IS operators

projectFilterType

ProjectFilterType

Filter on project (may override some other clauses like divisionId or entityId)
Example : NONE

projectFinancialManagerId

ClauseString

Ident of the project financial manager

projectGroupCode

ClauseString

Code of the project group

projectId

ClauseString

Ident of the project (equivalent to the code of the project)

projectInternal

ClauseBoolean

Set as True if you want to include internal projects

projectManagerId

ClauseString

Ident of the project manager

projectOnLeave

ClauseBoolean

Set as True if you want to include leave projects

projectProductionManagerId

ClauseString

Ident of the project production manager

projectSalesManagerId

ClauseString

Ident of the project sales manager

projectStateCode

ClauseString

Code of the projectState

projectSubCategorieId

ClauseString

Ident of the sub-category

projectSubcategorieLevel2Id

ClauseString

Ident of the sub-category level 2

projectTaskEmployeeLinkedId

ClauseString

Ids of employees linked to the project task (Include project tasks with no employee linked)
Only supports IN or IS operators

projectTaskId

ClauseString

Ident of the task

referentialDate

[Date]

Start referential date. If the field is not filled in, it take today's date by default
Example : 2020-01-23T04:56:07.000+00:00

date-time

referentialDateEnd

[Date]

End referential date. This date must be after the referentialDate.
Example : 2020-01-23T04:56:07.000+00:00

date-time

scheduled

ClauseBoolean

Assignment with schedules over the period (see referentialDate)

subPhaseCode

ClauseString

Code of the sub-phase

subPhaseId

ClauseString

Ident of the sub-phase

tag

ClauseString

You can fill in the code or name of the assignment in this field

tagIdScheduled

List of [string]

Ids of tag for which the project has scheduled tags

upperAssignmentType

AssignmentType

Define the root node type when searching an assignment tree. If this field is not filled in, default root node type is CUSTOMER.
Example : COMPANY

yearId

ClauseString

Ident of the year

3.24. AssignmentIndicator

The project indicator.
By default, this field contains the value 'SINGLE_PROJECT_MONO_PHASE'.
If this field is on 'SINGLE_PROJECT_MONO_PHASE', it is mandatory to enter the projet_id, phase_id and subphase_id in the quotation.
If this field is on 'SINGLE_PROJECT_MULTI_PHASES', it is mandatory to enter the project_id in the quotation and it is not possible to enter the phase_id and subphase_id in the quotation but only in the quotation line.
If this field is on 'MULTI_PROJECTS', it is not possible to enter the projet_id, phase_id and subphase_id in the quotation but it is mandatory to write them in the quotation line.

Type : enum (SINGLE_PROJECT_MONO_PHASE, SINGLE_PROJECT_MULTI_PHASES, MULTI_PROJECTS)

3.25. AssignmentNode

Assignment

Field Name Required Type Description Format

additionalProperties

Map of [string]

Additonal functional properties available on this node
Example : <project, customerId>

assignments

List of AssignmentNode

Assignment node's child
Example : see AssignmentNode

code

[String]

Code of the assignment
Example : 01-MAINT

description

[String]

Short description of the assignment
Example : Short lorem ipsum

id

[String]

Id in database
Example : 5000123

longDescription

[String]

Long description of the assignment
Example : Long lorem ipsum

parentId

[String]

ID of the parent
Example : 120047

parentType

AssignmentType

Details about the parent
Example : COMPANY

selectable

[Boolean]

Return True if the assignment node can be selected
Example : true

type

AssignmentType

Details about the assignment type
Example : COMPANY

3.26. AssignmentReferential

Assignment referential

Field Name Required Type Description Format

activity

ActivityBase

Details about the activity

category

Category

Details about the category

company

CompanyBase

Details about the company

customer

CustomerBase

Details about the customer

department

Department

Details about the departement

division

Division

Details about the divison

divisionGroup

DivisionGrouping

Details about the division grouping

entity

Entity

Details about the entity

id

[String]

Id in database
Example : 5000123

phase

PhaseBase

Details about the phase

project

ProjectCommon

Details about the project

projectGroup

ProjectGroup

Details about the project group

projectManager

EmployeeBase

Details about the project manager

projectProductionManager

EmployeeBase

Details about the production manager

projectState

ProjectState

Details about the project state code

projectTask

ProjectTaskCommon

Details about the task

subCategory

Category

Details about the sub-category

subCategoryLevel2

Category

Details about the second sub-category

subPhase

SubPhaseBase

Details about the sub-phase

year

Year

Details about the year

3.27. AssignmentSubType

Subtype of Assignment

Type : enum (PROJECT_GROUP, DEPARTMENT, ACTIVITY, CATEGORY, SUB_CATEGORY, SUB_CATEGORY_2, PROJECT_STATE, YEAR)

3.28. AssignmentType

Type of Assignment

Type : enum (COMPANY, DIVISION_GROUP, DIVISION, ENTITY, CUSTOMER, PROJECT, PHASE, SUBPHASE, PROJECT_TASK)

3.29. AttachFileLocation

If ATTACH, the file will be added as an attachement. If BODY the report will be integrated into the email's body.

Type : enum (BODY, ATTACH)

3.30. Avatar

Entity avatar

Field Name Required Type Description Format

content

[String]

The base64-encoded binary content or URL of the entity's avatar image.
Example : iVBORw0KGgoAAAANS

3.31. AxeCriteria

Standard criteria for filtering data from the analysis

Field Name Required Type Description Format

axeType

X

[String]

Unused (technical field)

customerAccountManagerId

ClauseString

Ident of customer's account manager

customerAccountManagerSupervisorId

ClauseString

Ident of customer's account manager supervisor

customerCountryId

ClauseString

Ident of customer's country

customerFamilyId

ClauseString

Ident of the customer's project category

customerGrouping1

ClauseString

Customer's grouping

customerGrouping2

ClauseString

Customer's grouping 2

customerId

ClauseString

Ident of customer

customerRegionId

ClauseString

Ident of customer's address region

customerSalesmanId

ClauseString

Ident of customer's salesman

customerSalesmanSupervisorId

ClauseString

Ident of customer's salesman supervisor

customerSectorId

ClauseString

Ident of customer's sector

customerState

ClauseString

Customer's state

customerSubFamilyId

ClauseString

Ident of the customer's project subcategory

groupCustomer

ClauseBoolean

Group of companies of the customer

phaseId

ClauseString

Ident of the phase

projectActivityId

ClauseString

projectCampaignId

ClauseString

Ident of the project's compaign

projectCompanyCode

ClauseString

Code of the project's company

projectDepartmentId

ClauseString

Ident of the project's department

projectDivisionGroupId

ClauseString

Ident of the project's division group

projectDivisionId

ClauseString

Ident of the project's division

projectEstablishmentId

ClauseString

projectFamilyId

ClauseString

Ident of the project's category

projectFinancialManagerId

ClauseString

Ident of the project's financial manager

projectId

ClauseString

Ident of the project (equivalent to the code of the project)

projectManagerId

ClauseString

Ident of the project manager of the project

projectMarketId

ClauseString

Ident of project group of the project

projectProductionManagerId

ClauseString

Ident of the project's product manager

projectSalesManagerId

ClauseString

Ident of the project's sales manager

projectState

ClauseString

State of project

projectSubFamily2Id

ClauseString

Ident of the project's sub-category level 2

projectSubFamilyId

ClauseString

Ident of the project's sub-category

projectVintageId

ClauseString

Ident of the year (vintage) of the project

prospect

ClauseBoolean

True is customer is a prospect

subPhaseId

ClauseString

Ident of the sub-phase

3.32. AxeGroupsType

Standard analysis axis

Type : enum (PROJECT_ID, PROJECT_NAME, PROJECT_COMPANY_CODE, PROJECT_DIVISION_GROUP_ID, PROJECT_DIVISION_GROUP_NAME, PROJECT_DIVISION_ID, PROJECT_DIVISION_NAME, PROJECT_ESTABLISHMENT_ID, PROJECT_ESTABLISHMENT_NAME, PROJECT_ACTIVITY_ID, PROJECT_ACTIVITY_NAME, PROJECT_DEPARTMENT_ID, PROJECT_DEPARTMENT_NAME, PROJECT_FAMILY_ID, PROJECT_FAMILY_CODE, PROJECT_SUB_FAMILY_ID, PROJECT_SUB_FAMILY_CODE, PROJECT_SUB_FAMILY2_ID, PROJECT_SUB_FAMILY2_CODE, PROJECT_VINTAGE_ID, PROJECT_VINTAGE_CODE, PROJECT_MANAGER_ID, PROJECT_MANAGER_CODE, PROJECT_SALES_MANAGER_ID, PROJECT_SALES_MANAGER_CODE, PROJECT_FINANCIAL_MANAGER_ID, PROJECT_FINANCIAL_MANAGER_CODE, PROJECT_PRODUCTION_MANAGER_ID, PROJECT_PRODUCTION_MANAGER_CODE, PROJECT_CAMPAIGN_ID, PROJECT_CAMPAIGN_CODE, PROJECT_STATE, PROJECT_MARKET_ID, PROJECT_MARKET_CODE, PROJECT_MARKET_NAME, PHASE_ID, PHASE_CODE, PHASE_NAME, SUB_PHASE_ID, SUB_PHASE_CODE, SUB_PHASE_NAME, CUSTOMER_ID, CUSTOMER_CODE, CUSTOMER_NAME, CUSTOMER_FAMILY_ID, CUSTOMER_FAMILY_CODE, CUSTOMER_SUB_FAMILY_ID, CUSTOMER_SUB_FAMILY_CODE, CUSTOMER_GROUPING_1, CUSTOMER_GROUPING_2, CUSTOMER_SECTOR_ID, CUSTOMER_SECTOR_CODE, CUSTOMER_STATE, CUSTOMER_COUNTRY_ID, CUSTOMER_COUNTRY_NAME, CUSTOMER_COUNTRY_CODE, CUSTOMER_REGION_ID, CUSTOMER_REGION_CODE, CUSTOMER_ACCOUNT_MANAGER_ID, CUSTOMER_ACCOUNT_MANAGER_CODE, CUSTOMER_SALES_MAN_ID, CUSTOMER_SALES_MAN_CODE, CUSTOMER_ACCOUNT_MANAGER_SUPERVISOR_ID, CUSTOMER_ACCOUNT_MANAGER_SUPERVISOR_CODE, CUSTOMER_SALES_MAN_SUPERVISOR_ID, CUSTOMER_SALES_MAN_SUPERVISOR_CODE, CUSTOMER_PROSPECT, CUSTOMER_OPENING_DATE, CUSTOMER_PROFESSION, CUSTOMER_PROFESSIONAL_CATEGORY)

3.33. BIC

Details about the BIC of a people

Field Name Required Type Description Format

bank

[String]

Code of the bank - 4 digits max
Example : DAAE

branch

[String]

Code of the optional branch - 3 digits max
Example : CCT

country

[String]

Country code of the address in the database
Example : FR (for 'FRANCE')

location

[String]

Code of the location - 2 digits max
Example : PP

3.34. BankDetails

Details about the bank of a people

Field Name Required Type Description Format

accountNumber

[String]

Account number - 11 digits max
Example : 0000157841Z

counter

[String]

Code of the counter - 5 digits max
Example : 550

domiciliation

[String]

Bank domiciliation
Example : AURA

entity

[String]

Code of the bank - 5 digits max
Example : 30002

key

[String]

Key of the RIB - 2 digits max
Example : 25

3.35. BankType

Type of the bank (nature de banque) for international bank detail

Type : enum (BIC, ABA, NOT_DEFINED)

3.36. BankingInformation

Banking informations

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE)
Example : ADD

id

[String]

ID in database
Example : 5000123

noneSepa

NoneSEPA

Details about the none SEPA banking information (exclusive with the sepa field)

sepa

SEPA

Details about the SEPA banking information (exclusive with the noneSepa field)

statusChangeArgument

BankingInformationStatusParamHolder

Argument to change the status of a banking information

statusChangeDate

[Date]

This field is automatically set with the validation date when the Banking Information is validated or with the rejection date when the Banking Information is refused.
Example : 2020-01-23T04:56:07.000+00:00

date-time

type

BankingInformationType

The type of banking information used to indicate whether the data refers to SEPA details (with BIC, IBAN, and bankDetails) or international bank details.
If the type is SEPA, only the sepa field must be filled.
If the type is INTERNATIONAL_BANK, only the noneSepa field must be filled.
The default value is SEPA. This field cannot be null.

Example : SEPA

validator

EmployeeBase

Details about the employee who will validate banking data.
Remark : In add APIs (mainly PUT requests) validator model is not expected, use the validatorId field instead.

validatorId

[String]

Set as true if this rule for validating banking data is applied to employees.
Example : 5000123

3.37. BankingInformationStatus

The status of the Banking Information

Type : enum (VALIDATED, TO_VALIDATE, REFUSED)

3.38. BankingInformationStatusParamHolder

Argument to change the status of a banking information

Field Name Required Type Description Format

comment

[String]

Comment about the change status
Example : Comment

status

X

BankingInformationStatus

The status of the Banking Information
Example : VALIDATED

3.39. BankingInformationSupplierType

Supplier type of banking information

Type : enum (ALL, INTERNAL, EXTERNAL, VIRTUAL)

3.40. BankingInformationType

List of banking information type

Type : enum (SEPA, INTERNATIONAL_BANK)

3.41. BaseRateBase

Basic information for rates.

Field Name Required Type Description Format

id

[String]

ID in database of base rate
Example : 5000123

name

[String]

The description of the base rate
Example : Lorem Ipsum

3.42. BatchArchiveArgumentParamHolder

The parameters for archiving the quotations

Field Name Required Type Description Format

archiveArgument

ArchiveArgument

The argument for archiving

ids

List of [string]

IDs of the elements to archive

3.43. BatchParameter

Parameter used to manage batch operations

Field Name Required Type Description Format

ids

List of [string]

Ids of the objects

3.44. BatchUpdateCardAssignment

BatchUpdateCardAssignment is an object used to batch update the assignment of cards to an employee.
- `sprintId`: The Id of the sprint. Set this field if all cards belonging to this sprint are to be assigned to the employee defined. If this field is set, `cardIds` and `groupeId` must be set to null. If not applicable, set it to null.
- `groupeId`: The Id of the group (user story). Set this field if all cards belonging to this user story are to be assigned to the employee defined. If this field is set, `cardIds` and `sprintId` must be set to null. If not applicable, set it to null.

Field Name Required Type Description Format

assigneeId

[String]

The Id of employee to be assigned
Example : 5000123

cardIds

List of [string]

Ids of cards

groupId

[String]

The Id of the group (user story).
Set this field if all cards belonging to this user story are to be assigned to the employee defined. Otherwise set it to null.
If this field is set, cardIds and sprintId must be set to null.

Example : 5000123

sprintId

[String]

The Id of sprint
Example : 5000123

3.45. BatchUpdateCustomDataParamHolder

All the information to perform the batch update on custom data

Field Name Required Type Description Format

customData

X

Map of CustomData

All custom data to update

ids

X

List of [string]

List of id on which the update must be done

3.46. BatchUpdateSalesMObjectLines

Object for batch updating certain fields in sales management object lines

Field Name Required Type Description Format

billingMode

BillingMode

Billing mode for the line
Example : TIME_BASED

ids

List of [string]

Ids of the objects

notPublishable

[Boolean]

Set to “true” if the line is not to be shown when the sales management object containing said line (quotation, invoice, etc.) is published.
Set as 'false' by default.

Example : false

resourceId

[String]

Id of the resource allocated to complete the task
Example : 5000123

3.47. BatchUpdateSprintContent

BatchUpdateSprintContent is an objet used to batch update the cards contains in a sprint.
For example to duplicate cards or to change the step of cards.

Field Name Required Type Description Format

cardIds

List of [string]

Ids of cards

sprintId

[String]

The Id of sprint
Example : 5000123

3.48. BatchUpdateStepOfCards

BatchUpdateStepOfCards is an objet used to batch update the progress step of several cards in the same sprint.
- `sprintId` : The Id of sprint. This field is used to set the id of the sprint containing the cards.

Field Name Required Type Description Format

cardIds

List of [string]

Ids of cards

sprintId

[String]

The Id of sprint
Example : 5000123

stepId

[String]

The id of the step
Example : 5000123

3.49. BillingMode

Billing mode of a product or sales line

Type : enum (TIME_BASED, FIXED_PRICE, RECURRENT, PRODUCTION_TO_BE_BILLED)

3.50. BlockedType

Type of object to be tested in the customer blocking control

Type : enum (OPPORTUNITY, QUOTATION, DELIVERY, PURCHASE_BILLING_TABLE, SALES_INVOICE, PROJECT, TRAINING_OPPORTUNITY, REGISTRATION_FORM, CUSTOMER_CONTRAT)

3.51. BlockingInformation

Blocking information (Customer, …​)

Field Name Required Type Description Format

alerted

[Boolean]

Operation is not blocked for this customer but has alerts.

blocked

X

[Boolean]

Operation is blocked for this customer.

reason

[String]

Reason why customer is blocked.

3.52. BlockingParamHolder

Blocking information needed to apply checking

Field Name Required Type Description Format

amount

X

[Double]

Amount to be checked

double

objectId

[String]

Object tested (only in modifcation)

objectType

X

BlockedType

Type of parameterized object tested
Example : OPPORTUNITY

3.53. BooleanParamHolder

Parameter value (Boolean).
See the documentation of the calling API body for further information

Field Name Required Type Description Format

value

[Boolean]

Value

3.54. BusinessEntity

BusinessEntity manages project-related information, including its phases and sub-phases.

Field Name Required Type Description Format

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

3.55. BusinessReferential

BusinessReferential manages project-related information, including phases, sub-phases, and associated project tasks.

Field Name Required Type Description Format

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

3.56. Calendar

Calendar

Field Name Required Type Description Format

code

[String]

The code of the calendar.
Example : Text

daysNotWorked

List of [integer]

Days not worked (ISO day of the week with 1 being Monday and 7 being Sunday)

int32

default

[Boolean]

Set as 'true' to use this calendar by default.
Set as 'false' by default.

Example : true

holidays

List of Holiday

Details about list of holidays.

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the calendar.
Example : Text

3.57. CalendarEvent

CalendarEvent

Field Name Required Type Description Format

actionCode

ActionCodeBase

Details about the action verb
Remark : In add APIs (mainly PUT requests) actionCode model is not expected, use the actionCodeId field instead.

actionCodeId

[String]

ID of the action code
Example : 130012

changeTracking

ChangeTracking

Date and user in case of creation and modification

comment

[String]

Comment of the calendar event

customer

CustomerBase

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer
Example : 5000123

date

[Date]

Date of the calendar event
Example : 2020-01-23T04:56:07.000+00:00

date-time

duration

[Double]

Duration of the calendar event
Example : 2

double

durations

Durations

Duration in different units

employee

EmployeeBase

Details about the employee
Remark : In add APIs (mainly PUT requests) employee model is not expected, use the employeeId field instead.

employeeId

[String]

ID of the employee
Example : 5000123

guid

[String]

Global identifier of the calendar event (for mobile version only)

id

[String]

ID of the calendar event

location

[String]

Location of the calendar event
Example : Paris

phase

PhaseBase

Details about the phase
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

Details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_1

projectTask

ProjectTaskBase

Details about the task
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

ID of the project
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

taskId

[String]

Helpdesk's task ident
Example : 5000123

type

[String]

Type of the calendar event
Example : SCHEDULE

unit

UnitDuration

Details about the unit of duration
Example : MINUTE

validated

[Boolean]

Return True if the calendar event is validated

3.58. CampaignBase

Marketing campaign

Field Name Required Type Description Format

code

[String]

The code of the campaign.
Example : CMP_2024_001

id

[String]

ID in database
Example : 5000123

name

[String]

The name of the campaign.
Example : Campaign 2024-01

3.59. Card

A card on a sprint, represents a task to do, which is available in a step

Field Name Required Type Description Format

assignedTo

EmployeeBase

Details about the assigned employee
Remark : In add APIs (mainly PUT requests) assignedTo model is not expected, use the assignedToId field instead.

assignedToId

[String]

The ID of assigned employee
Example : 5000123

cardGroup

CardGroup

Details about the card group (also named user story).

Remark : In add APIs (mainly PUT requests) cardGroup model is not expected, use the cardGroupId field instead.

cardGroupId

[String]

The ID of card group
Example : 5000123

changeTracking

ChangeTracking

Date and user of creation and modification

comment

[String]

Comment about the card
Example : Lorem ipsum

completionDate

[Date]

The completion date of the card
Example : 2020-01-31T23:59:59Z

date-time

createdBy (Deprecated)

UserBase

Details about the user who created the card
Deprecated : Use changeTracking instead
Remark : In add APIs (mainly PUT requests) createdBy model is not expected, use the createdById field instead.

createdById (Deprecated)

[String]

ID of the user who created the card
Example : 5000123
Deprecated : Use changeTracking instead

createdTime (Deprecated)

[Date]

The card date of the creation
Example : 2020-01-31T23:59:59Z
Deprecated : Use changeTracking instead

date-time

estimate

[Double]

Estimated load for the card
Example : 2

double

id

[String]

Id in database
Example : 5000123

modificationTime (Deprecated)

[Date]

Modification date of the card
Example : 2020-01-31T23:59:59Z
Deprecated : Use changeTracking instead

date-time

order

[Integer]

The card order in the list
Example : 2

int32

sprint

Sprint

Details about the sprint
Remark : In add APIs (mainly PUT requests) sprint model is not expected, use the sprintId field instead.

sprintId

[String]

The ID of the sprint
Example : 5000123

sprintModel

SprintModel

Details about the sprint
Remark : In add APIs (mainly PUT requests) sprintModel model is not expected, use the sprintModelId field instead.

sprintModelId

[String]

The ID of the sprint model
Example : 5000123

step

SprintStep

Details about the step
Remark : In add APIs (mainly PUT requests) step model is not expected, use the stepId field instead.

stepId

[String]

The ID of the step
Example : 5000123

stepModificationTime

[Date]

Date of step modification
Example : 2020-01-31T23:59:59Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

title

[String]

The title (name) of the card
Example : Lorem ipsum

3.60. CardCriteria

Criteria used on Card when doing a Card search

Field Name Required Type Description Format

assignedToId

ClauseString

The ID of assigned employee

id

ClauseString

issueId

ClauseString

modificationTime

ClauseDate

Date of change

readOption

CardReadOption

Options you can use to get more details about the card

sprintId

ClauseString

stepId

ClauseString

title

ClauseString

The title of the card

withoutAssignation

ClauseBoolean

Set as 'true' to return card without assignation

3.61. CardGroup

A regroupement of cards (can be a user story for example)

Field Name Required Type Description Format

completionDate

[Date]

Date of completion of card group.
Example : 2020-01-23T04:56:07Z

date-time

configurableFields

Map of [string]

Map of configurable fields

description

[String]

The description of card group.
Example : Loremp ipsum

externalReport

[String]

The external report.
Example : Text

id

[String]

Id in database
Example : 5000123

number

[String]

The number of the card group. Also considered as an issue number.
Example : 24120524

order

[Integer]

The order (ranking) of this card group.
Example : 2

int32

parentId

[String]

The ID of the parent of the card group (user story).
Example : 5000123

parentType

CardGroupParentType

The type of the parent.
Example : Sprint

projectId

[String]

The ID of the project related.
Example : PROJECT1

tags

List of TagLinked

List of tags linked.

title

[String]

The title of the card group.
Example : REBASE

3.62. CardGroupCriteria

Criteria used on Card Group when doing an Card Group search

Field Name Required Type Description Format

id

ClauseString

readOption

CardGroupReadOption

Options you can use to get more details about the card group

sprintId

ClauseString

3.63. CardGroupParentType

Type of parent's card group

Type : enum (Sprint)

3.64. CardGroupReadOption

Options used to get additional information when doing a CardGroup search

Field Name Required Type Description Format

options

List of [string]

List of options you can use to get more details about the card group

Enum: TAGS

3.65. CardReadOption

Options used to get additional information when doing a Card search (CREATEDBY is deprecated)

Field Name Required Type Description Format

options

List of [string]

List of options you can use to get more details about the card

Enum: ASSIGNEDTO, CREATEDBY, SPRINT, STEP, SPRINT_MODEL, CHANGE_TRACKING, CARD_GROUP, FORM_CONFIG

3.66. Category

Category

Field Name Required Type Description Format

code

[String]

The code of the category
Example : LANG

companyCode

[String]

The code of the company
Example : AKSAS

endDate

[date]

End date for using the category of the product
Example : 2020-12-25

date

grouping

[String]

Grouping field for category

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the category
Example : Language

ranking

[Integer]

Category ranking in help lists

int32

type

CategoryType

Type of the category.
Example : SALES_ITEM

3.67. CategoryCriteria

Criteria used on Category when doing a Category search

Field Name Required Type Description Format

code

ClauseString

Code of the category

companyId

ClauseString

Company of the category

endDate

ClauseDate

End date of validity for the category

grouping

ClauseString

Grouping field of the category

id

ClauseString

Ident of the category

name

ClauseString

Name of the category

tag

ClauseString

You can fill in the code or name of the category in this field

type

ClauseString

Type of the category
(See CategoryType)

validity

Validity

Details about the validity of the category

3.68. CategoryType

Type of category

Type : enum (SALES_ITEM, PURCHASE_ITEM, PROJECT_CATEGORY, PROJECT_SUB_CATEGORY, PROJECT_SUB_CATEGORY_LEVEL2, EMPLOYEE_CATEGORY_LEVEL1, EMPLOYEE_CATEGORY_LEVEL2, EMPLOYEE_CATEGORY_LEVEL3, CUSTOMER, TECHNICAL_DOMAIN, OTHER_THIRDPARTIES, WORKGROUP, VERSION, CUSTOMERS_CONTRACTS, RETAILER_CONTRACTS, DOCUMENT, TRAINING_ITEM, SUPPLIER, MAINTAINED_ITEM)

3.69. ChangeTracking

History of all changes made

Field Name Required Type Description Format

createdBy

UserBase

Code of the creator (user)
Remark : In add APIs (mainly PUT requests) createdBy model is not expected, use the createdById field instead.

createdById

[String]

Id of the creator (user)
Example : 5000123

createdTime

[Date]

Creation Date
Example : 2020-01-23T04:56:07.000+00:00

date-time

modificationBy

UserBase

Code of the user who did the modification
Remark : In add APIs (mainly PUT requests) modificationBy model is not expected, use the modificationById field instead.

modificationById

[String]

Id of the user who did the modification
Example : 5000123

modificationTime

[Date]

Date of the modification.
Example : 2020-01-23T04:56:07.000+00:00

date-time

3.70. ChangeTrackingCriteria

Standard criteria for filtering data from the change tracking

Field Name Required Type Description Format

createdById

ClauseString

The ID of the user who created the object.

createdTime

ClauseDate

The date and time when the object was created.

updatedById

ClauseString

The ID of the user who last updated the object.

updatedTime

ClauseDate

The date and time when the object was last updated.

3.71. Checkbook

Customer checkbook

Field Name Required Type Description Format

billedProduct

SoldItem

Details about the product billed.
Remark : In add APIs (mainly PUT requests) billedProduct model is not expected, use the billedProductId field instead.

billedProductId

[String]

ID of the billed product
Example : 5000123

billingMethod

CheckbookBillingMethod

Set 'DECREMENTAL' if the checkbook is to be deducted automatically over time (recommended when the checkbook is to be invoiced over the year).
Set 'INCREMENTAL' if the checkbook is not scheduled and is intended to be billed, for example, at the end of each month.

Example : INCREMENTAL

customer

CustomerBase

Details about the customer for the project or contract to which the checkbook is linked.
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer for the project or contract to which the checkbook is linked.
Example : 5000123

endDate

[Date]

The end date of validity
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

manager

EmployeeBase

Details about the employee manager who created the checkbook.
Remark : In add APIs (mainly PUT requests) manager model is not expected, use the managerId field instead.

managerId

[String]

ID of the employee manager who created the checkbook.
Example : 5000123

name

[String]

The name of the checkbook
Example : A10_CHECKBOOK

numberOfChecks

[Integer]

Number of checks in a checkbook.
Example : 10

int32

project

ProjectBase

Details of the project for which the checkbook was sold. The project will be based on timesheets, as the chequebook will offset timesheets.
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

The ID of the project for which the checkbook was sold.
The project will be based on timesheets, as the chequebook will offset timesheets.

Example : 5000123

renewalThreshold

[Double]

Checkbook renewal threshold
Example : 5

double

salesPrice

[Double]

Checkbook sales price
Example : 1000

double

startDate

[Date]

The start date of validity
Example : 2020-01-23T04:56:07Z

date-time

tacitRenewal

[Boolean]

Set to 'true' if the checkbook is to be renewed automatically on expiry.
Set as false by default

Example : false

unitPrice

[Double]

The unit price of a check
Example : 100

double

useTime

CheckbookUsagePeriod

Specifies the duration and granularity (MONTH or YEAR) for the checkbook's validity.

3.72. CheckbookBase

Customer checkbook base

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the checkbook
Example : A10_CHECKBOOK

3.73. CheckbookBillingMethod

Checkbook Billing Method

Type : enum (INCREMENTAL, DECREMENTAL)

3.74. CheckbookCriteria

Criteria used to get more details about the checkbook

Field Name Required Type Description Format

billingMethod

ClauseString

Set 'DECREMENTAL' if the checkbook is to be deducted automatically over time (recommended when the checkbook is to be invoiced over the year).
Set 'INCREMENTAL' if the checkbook is not scheduled and is intended to be billed, for example, at the end of each month.

contractNumber

ClauseString

Number of the contract

contractStatus

ClauseString

ID of the contract's status

customerId

ClauseString

ID of the customer for the project or contract to which the checkbook is linked

id

ClauseString

ID of the checkbook

managerId

ClauseString

ID of the employee manager who created the checkbook

name

ClauseString

Name of the checkbook

renewalThreshold

ClauseDouble

Checkbook renewal threshold

renewalThresholdExceeded

ClauseBoolean

Return “true” if the checkbook renewal threshold is exceeded

tacitRenewal

ClauseBoolean

Return “true” if the checkbook is to be renewed automatically on expiry

validity

Validity

Details about the validity of the checkbook

3.75. CheckbookPeriodGranularity

Granularity of a checkbook period

Type : enum (YEAR, MONTH)

3.76. CheckbookReadOption

The options you can use to get more information about the checkbook

Field Name Required Type Description Format

options

List of [string]

The options you can use to get more details about the checkbook

Enum: MANAGER, PROJECT, CUSTOMER, CONTACT, BILLED_PRODUCT

3.77. CheckbookUsagePeriod

Defines the period during which a checkbook can be used, such as 12 months or 5 years.

Field Name Required Type Description Format

duration

[Double]

Indicates the duration of the checkbook's validity based on the selected granularity.
Example : 3

double

granularity

CheckbookPeriodGranularity

Specifies the granularity of the usage period.
Example : YEAR

3.78. ChorusInformations

The information you can use to get more information about Chorus fields.

Field Name Required Type Description Format

cashJournal

[String]

Chorus cash journal
Example : Lorem ipsum

commitmentNumber

[String]

Chorus commitment number
Example : 123456

contractNumber

[String]

The Chorus contract number
Example : 5000123

effectiveDate

[Date]

Chorus effective date
Example : 2020-01-31T23:59:59Z

date-time

marketNumber

[String]

The Chorus market number
Example : 5000123

serviceCode

[String]

Chorus Customer site service code. Only filed on Customer sites
Example : ABC

serviceName

[String]

Chorus Customer site service name. Only filed on Customer sites
Example : Service Name

3.79. ChorusInvoiceStatus

Chorus status for e-invoices sent

Type : enum (DRAFT, SUBMITTED, IN_TRANSIT, AVAILABLE, COMPLETED, TO_BE_RECYCLED, SUSPENDED, REJECTED, SERVICE_RENDERED, MANDATED, AVAILABLE_FOR_ACCOUNTING, ACCOUNTED, PAYMENT_INITIATED)

3.80. ChorusServiceInformation

Chorus service information

Field Name Required Type Description Format

serviceCode

[String]

Code of Chorus service
Example : Z-FDJ-CA

serviceName

[String]

Name of Chorus service
Example : SCA

3.81. City

City

Field Name Required Type Description Format

companyCode

[String]

The code of the company linked to the city
Example : AKSAS

country

Country

The country where the city is located
Remark : In add APIs (mainly PUT requests) country model is not expected, use the countryId field instead.

countryId

[String]

Id of the country where the city is located
Example : 5000123

default

[Boolean]

Returns true if the city is the default city
Example : true

department

Department

The department where the city is located
Remark : In add APIs (mainly PUT requests) department model is not expected, use the departmentId field instead.

departmentId

[String]

Id of the department where the city is located
Example : 5000123

id

[String]

Id in database
Example : 5000123

latitude

[String]

Latitude of the city
Example : 5.9845W

longitude

[String]

Longitude of the city
Example : 37.3891N

name

[String]

Name of the city
Example : City 1

postcode

[String]

Postcode of the city
Example : 73000

regionId

[String]

Id of the region
Example : 123456

3.82. Clause

Basic clause type

Field Name Required Type Description Format

includeNullResults

[Boolean]

Set as true to include null results
Example : false

operator

X

ClauseOperation

The operator for your operation.
Example : IS

value

X

[Object]

The value you search

3.83. ClauseBoolean

Boolean clause type

Field Name Required Type Description Format

includeNullResults

[Boolean]

Set as true to include null results
Example : false

operator

X

ClauseOperation

The operator for your operation.
Example : IS

value

X

[Boolean]

The value you search.
Example : false

3.84. ClauseDate

String clause type

Field Name Required Type Description Format

includeNullResults

[Boolean]

Set as true to include null results
Example : false

operator

X

ClauseOperation

The operator for your operation.
Example : IS

value

X

[Date]

The value you search.
Example : 2020-01-23T04:56:07.000+00:00

date-time

withTime

[Boolean]

Whether or not the time part should be taken into account (false by default)
Example : false

3.85. ClauseDouble

Double clause type

Field Name Required Type Description Format

includeNullResults

[Boolean]

Set as true to include null results
Example : false

operator

X

ClauseOperation

The operator for your operation.
Example : IS

value

X

[BigDecimal]

The value you search.
Example : 12.6

3.86. ClauseOperation

Operation used by the clause

Type : enum (LIKE, NOT_LIKE, IS, IS_NOT, IN, NOT_IN, IS_NULL, IS_NOT_NULL, CLAUSES, GREATER_OR_EQUALS, GREATER, LOWER_OR_EQUALS, LOWER)

3.87. ClauseString

String clause type

Field Name Required Type Description Format

includeNullResults

[Boolean]

Set as true to include null results
Example : false

operator

X

ClauseOperation

The operator for your operation.
Example : IS

value

X

[String]

The value you search.
Example : Abcd

wildcards

[String]

When using the LIKE operator, indicates which characters should be interpreted as wildcards ('*%_' by default)
Example : *

3.88. ColorCodes

ColorCodes

Field Name Required Type Description Format

color1

[String]

First color code

color2

[String]

Second color code

color3

[String]

Third color code

3.89. Command

Command

Field Name Required Type Description Format

endDate

[Date]

End of the command
Example : 2020-01-23T04:56:07.000+00:00

date-time

error

[String]

Error of the command

id

[String]

The Id of the command

progress

CommandProgress

Progress of the command

result

[String]

Result of the command

startDate

[Date]

Start of the command
Example : 2020-01-23T04:56:07.000+00:00

date-time

status

[String]

Status of the command
Example : STARTED

Enum: STARTED, NOT_STARTED, FINISHED, UNKNOWN, ERROR, STARTED, NOT_STARTED, FINISHED, UNKNOWN, ERROR

3.90. CommandProgress

Command progress status

Field Name Required Type Description Format

current

[Integer]

Current index of the progress

max

[Integer]

Max index of the progress

3.91. Company

Company (Société)

Field Name Required Type Description Format

address

Address

The company's main address
Remark : In add APIs (mainly PUT requests) address model is not expected, use the addressId field instead.

addressId

[String]

The id of the company's main address

calendar

Calendar

Details of the calendar
Remark : In add APIs (mainly PUT requests) calendar model is not expected, use the calendarId field instead.

calendarId

[String]

ID of the calendar

code

[String]

Code of the company
Example : AK

color

[String]

Color attached to the company

currency

Currency

Details about the currency
Remark : In add APIs (mainly PUT requests) currency model is not expected, use the currencyId field instead.

currencyId

[String]

The currency id

id

[String]

Id in database
Example : 5000123

legalName

[String]

Legal name of the company

name

[String]

Name of a company
Example : Akuiteo

siren

[String]

SIREN number

siret

[String]

SIRET number

3.92. CompanyBase

Company

Field Name Required Type Description Format

code

[String]

Code of the company
Example : AK

id

[String]

Id in database
Example : 5000123

name

[String]

Name of a company
Example : Akuiteo

3.93. ComparisonOperator

Comparison operator

Type : enum (BEFORE, AFTER, EQUAL, BEFORE_EQUAL, AFTER_EQUAL)

3.94. Completion

Infos of the next task when a task is done

Field Name Required Type Description Format

closeIssue

[Boolean]

Set to true to close the issue after la completion of the task.
Set as false by default.

Example : true

newTaskId

[String]

The ID of the new task.
Example : 5000123

nextRespondingEmployee

EmployeeBase

Details about the next employee who will respond.
Remark : In add APIs (mainly PUT requests) nextRespondingEmployee model is not expected, use the nextRespondingEmployeeId field instead.

nextRespondingEmployeeId

[String]

The ID of the next employee who will respond.
Example : 5000123

nextTaskTypeId

[String]

The ID of the next task type.
Example : 5000123

nextTeam

Team

Details of the next team assigned.
Remark : In add APIs (mainly PUT requests) nextTeam model is not expected, use the nextTeamId field instead.

nextTeamId

[String]

The ID of the next team assigned.
Example : 5000123

3.95. ConditionOfPayment

The condition of payment

Field Name Required Type Description Format

code

[String]

Payment code
Example : 5 days End of month by bank transfer
Remark : This property is read-only and provides current data without allowing modifications.

day

[Double]

Day of the month on which the payment will be done
Example : 10

double

deadLine

[String]

Number of days to carry out the payment
Example : 5

term

[String]

Period of payment
Example : 1

3.96. Contact

Contact

Field Name Required Type Description Format

code

[String]

The code of the contact.
Example : CT2024

email

[String]

Email of the contact
Example : john@example.com

firstName

[String]

The first name of the contact.
Example : Phillipe

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the contact.
This field is mandatory.

Example : Jean

phone

[String]

Phone of the contact
Example : 101010101

3.97. ContactBase

Contact

Field Name Required Type Description Format

code

[String]

The code of the contact.
Example : CT2024

firstName

[String]

The first name of the contact.
Example : Phillipe

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the contact.
This field is mandatory.

Example : Jean

3.98. Contract

Contract

Field Name Required Type Description Format

accountingJournal

AccountingJournal

Details of the accounting journal
Remark : In add APIs (mainly PUT requests) accountingJournal model is not expected, use the accountingJournalId field instead.

accountingJournalId

[String]

ID of Accounting Journal
Example : 1203

adminManager

EmployeeBase

All the information needed about the Admin Manager
Remark : In add APIs (mainly PUT requests) adminManager model is not expected, use the adminManagerId field instead.

adminManagerId

[String]

Id of the administrative manager of the contract
Example : 5000123

afterTaxAmount

[Double]

After-Tax amount expressed in company currency
Example : 120.37

double

afterTaxAmountCurrency

[Double]

After-Tax amount in the currency
Example : 1500

double

anniversary

[String]

Day and month of the contract terms anniversary (MMDD)
Example : 101

approvalDate

[Date]

Date of approval
Example : 2020-01-23T04:56:07.000+00:00

date-time

approvalState

ApprovalState

State of approval
Example : NONE

assignmentIndicator

AssignmentIndicator

Specifies the type of project and phase: mono project and mono phase, mono project and multi phase, or multi project.

Example : SINGLE_PROJECT_MONO_PHASE

billingBlockedDate

[Date]

Date on which the contract billing has been blocked
Example : 2020-01-01T06:00Z

date-time

billingSite

SiteRelatedInformation

All the information needed about the billing site
Remark : In add APIs (mainly PUT requests) billingSite model is not expected, use the billingSiteId field instead.

billingSiteId

[String]

ID of the contract billing site used for address
Example : 5000123

category

Category

All the information needed about the Contract Family
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

categoryId

[String]

Id of the contract family
Example : 5000123

changeTracking

ChangeTracking

chorusInformations

ChorusInformations

Chorus information

code

[String]

Code of the contract

comments

[String]

Comment
Example : Lorem ipsum

companyCode

[String]

The company code
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

completionDate

[Date]

Completion date of the contract
Example : 2020-01-31T23:59:59Z

date-time

conditionOfPayment

ConditionOfPayment

contractNature

ContractNature

nature of the contract
Example : CUSTOMER

contractType

ContractType

Details about the contract type
Remark : In add APIs (mainly PUT requests) contractType model is not expected, use the contractTypeId field instead.

contractTypeId

[String]

Id of the contract type
Example : 5000123

currency

Currency

Currency used in the management object

currencyCode

[String]

Code of the currency used in the management object
Example : EUR

customData

Map of CustomData

The custom data (when present)

customer

CustomerSupport

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

Id of the contract's customer
Example : 5000123

customerToBill

CustomerSupport

Details about the customer to bill
Remark : In add APIs (mainly PUT requests) customerToBill model is not expected, use the customerToBillId field instead.

customerToBillId

[String]

Id of the contract's customer to bill
Example : 5000123

date

[Date]

Date on the management object
Example : 2020-01-23T04:56:07.000+00:00

date-time

deliveryGenerationUnit

DeliveryGenerationUnit

Example : PER_CONTRACT

description

[String]

Description
Example : Lorem ipsum

effectiveDate

[Date]

Date on which the contract comes into effect
Example : 2020-01-01T06:00Z

date-time

endDate

[Date]

End date of the contract
Example : 2020-01-23T04:56:07.000+00:00

date-time

entityCode (Deprecated)

[String]

The entity code
Example : Lyon
Deprecated : Use entityId instead

exchangeRate

[Double]

The currency's exchange rate
Warning: This property will soon be read-only. We advise against modifying its value when creating or updating the object that contains it.

Example : 10.26

double

extensionNumber

[Double]

Extension number of the contract
Example : 2
Remark : This property is read-only and provides current data without allowing modifications.

double

externalReference

[String]

External Reference
Example : Lorem ipsum

fiscalYear

FiscalYearBase

Belonging fiscal year
Remark : In add APIs (mainly PUT requests) fiscalYear model is not expected, use the fiscalYearId field instead.

fiscalYearId

[String]

Id of the fiscalYear
Example : 5000123

group

[Boolean]

Group object

id

[String]

Id in database
Example : 5000123

inactiveContract

[Boolean]

Define if the contract is active
Example : false

internal

[Boolean]

Internal object

internalReference

[String]

Internal Reference
Example : Lorem ipsum

isHiddenHD

[Boolean]

Contract not seen in help desk
Example : false

isMultiProject

[Boolean]

Multi project contract, this contract can use more than one project, phase, sub-phase.
Example : false

lastBillingDate

[Date]

Last date on which the contract has been billed
Example : 2022-01-01T06:00Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

maintenanceSite

SiteRelatedInformation

All the information needed about the maintenance site
Remark : In add APIs (mainly PUT requests) maintenanceSite model is not expected, use the maintenanceSiteId field instead.

maintenanceSiteId

[String]

ID of the contract maintenance site used for address
Example : 5000123

manager

EmployeeBase

Details of the employee
Remark : In add APIs (mainly PUT requests) manager model is not expected, use the managerId field instead.

managerId

[String]

Id of the manager
Example : 5000123

manualBilling

[Boolean]

Define if the contract is billed manually
Example : false

methodOfPayment

MethodOfPayment

Method of payment
Example : CREDIT_CARD

name

[String]

Name of the management object
Example : Label for my doc

nextBillingDate

[Date]

Next date on which the contract should be billed
Example : 2023-01-01T06:00Z

date-time

notBillable

[Boolean]

The contract is not billable
Example : true

number

[String]

The number of the management object
Example : CC00001

payment (Deprecated)

Payment

Deprecated : Use conditionOfPayment instead

periodicity

Periodicity

Details about the contract periodicity

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

preTaxAmount

[Double]

Pre-Tax Amount expressed in company currency
Example : 100.14

double

preTaxAmountCurrency

[Double]

Pre-Tax Amount in the currency
Example : 100.14

double

pricingMethod

PricingMethodBase

Details about the pricing method. The method by which pricing is to be determined.
Remark : In add APIs (mainly PUT requests) pricingMethod model is not expected, use the pricingMethodId field instead.

pricingMethodId

[String]

The id of the pricing method
Example : 5000125

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

reasonForTermination

[String]

Customer reason for terminating the contract
Example : Lorem ipsum

reminder

Reminder

Reminder alert

reminderAlert (Deprecated)

[String]

Reminder alert of the contract
Deprecated : Use reminder.title instead

reminderDetail (Deprecated)

[String]

Reminder details of the contract
Deprecated : Use reminder.text instead

renewalDate

[Date]

Date on which the contract must be renewed
Example : 2023-05-01T06:00Z

date-time

renewalReminder

[Boolean]

Define if the renewal reminder as been completed
Example : false

renewalReminderDate

[Date]

Date on which a reminder should be set to renew the contract
Example : 2023-01-01T06:00Z

date-time

renewalTypeId

[String]

Id of the contract renewal type
Example : 5000123

salesManager

EmployeeBase

All the information needed about the Sales Manager
Remark : In add APIs (mainly PUT requests) salesManager model is not expected, use the salesManagerId field instead.

salesManagerId

[String]

Id of the Sales manager of the contract
Example : 5000123

services

List of ContractService

List of template services set on the contract

signatureDate

[Date]

Signature date of the contract
Example : 2020-01-31T23:59:59Z

date-time

stateCode

ContractStateCode

Details about the state of the contract
Example : ALL

subCategory

SubCategory

All the information needed about the Contract Sub Family
Remark : In add APIs (mainly PUT requests) subCategory model is not expected, use the subCategoryId field instead.

subCategoryId

[String]

Id of the contract sub-family
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

supplier

SupplierSupport

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierId

[String]

Id of the contract's supplier
Example : 5000123

supplierToPay

SupplierSupport

Details about the supplier to pay
Remark : In add APIs (mainly PUT requests) supplierToPay model is not expected, use the supplierToPayId field instead.

supplierToPayId

[String]

Id of the contract's supplier to pay
Example : 5000123

technicalManager

EmployeeBase

All the information needed about the Technical Manager
Remark : In add APIs (mainly PUT requests) technicalManager model is not expected, use the technicalManagerId field instead.

technicalManagerId

[String]

Id of the technical manager of the contract
Example : 5000123

terminationEffectiveDate

[Date]

Effective date of termination of the contract
Example : 2022-08-29T06:00Z

date-time

terminationNoticeLimit

[Integer]

Time limit for the customer for giving notice of termination of the contract, in months
Example : 3

terminationReceptionDate

[Date]

Termination reception date of the contract
Example : 2022-08-29T06:00Z

date-time

thirdPartyId

[String]

The Id of the third-party
Example : CUSTOMER01

thirdPartyToBillId

[String]

The Id of the third-party to bill
Example : CUSTOMER02

type

ManagementObjectType

Example : QUOTATION

3.99. ContractAffectation

Informations used to update the customer of a contract

Field Name Required Type Description Format

customerId

[String]

Id of the contract's customer
Example : 5000123

phaseId

[String]

ID of the phase
Example : 5000123

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PROJECT_1

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

3.100. ContractBase

Contracts

Field Name Required Type Description Format

accountingJournal

AccountingJournal

Details of the accounting journal
Remark : In add APIs (mainly PUT requests) accountingJournal model is not expected, use the accountingJournalId field instead.

accountingJournalId

[String]

ID of Accounting Journal
Example : 1203

afterTaxAmount

[Double]

After-Tax amount expressed in company currency
Example : 120.37

double

afterTaxAmountCurrency

[Double]

After-Tax amount in the currency
Example : 1500

double

approvalDate

[Date]

Date of approval
Example : 2020-01-23T04:56:07.000+00:00

date-time

approvalState

ApprovalState

State of approval
Example : NONE

assignmentIndicator

AssignmentIndicator

Specifies the type of project and phase: mono project and mono phase, mono project and multi phase, or multi project.

Example : SINGLE_PROJECT_MONO_PHASE

changeTracking

ChangeTracking

code

[String]

Code of the contract

companyCode

[String]

The company code
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

conditionOfPayment

ConditionOfPayment

currency

Currency

Currency used in the management object

currencyCode

[String]

Code of the currency used in the management object
Example : EUR

customData

Map of CustomData

The custom data (when present)

date

[Date]

Date on the management object
Example : 2020-01-23T04:56:07.000+00:00

date-time

description

[String]

Description
Example : Lorem ipsum

entityCode (Deprecated)

[String]

The entity code
Example : Lyon
Deprecated : Use entityId instead

exchangeRate

[Double]

The currency's exchange rate
Warning: This property will soon be read-only. We advise against modifying its value when creating or updating the object that contains it.

Example : 10.26

double

fiscalYear

FiscalYearBase

Belonging fiscal year
Remark : In add APIs (mainly PUT requests) fiscalYear model is not expected, use the fiscalYearId field instead.

fiscalYearId

[String]

Id of the fiscalYear
Example : 5000123

group

[Boolean]

Group object

id

[String]

Id in database
Example : 5000123

internal

[Boolean]

Internal object

manager

EmployeeBase

Details of the employee
Remark : In add APIs (mainly PUT requests) manager model is not expected, use the managerId field instead.

managerId

[String]

Id of the manager
Example : 5000123

methodOfPayment

MethodOfPayment

Method of payment
Example : CREDIT_CARD

name

[String]

Name of the management object
Example : Label for my doc

number

[String]

The number of the management object
Example : CC00001

payment (Deprecated)

Payment

Deprecated : Use conditionOfPayment instead

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

preTaxAmount

[Double]

Pre-Tax Amount expressed in company currency
Example : 100.14

double

preTaxAmountCurrency

[Double]

Pre-Tax Amount in the currency
Example : 100.14

double

pricingMethod

PricingMethodBase

Details about the pricing method. The method by which pricing is to be determined.
Remark : In add APIs (mainly PUT requests) pricingMethod model is not expected, use the pricingMethodId field instead.

pricingMethodId

[String]

The id of the pricing method
Example : 5000125

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

thirdPartyId

[String]

The Id of the third-party
Example : CUSTOMER01

thirdPartyToBillId

[String]

The Id of the third-party to bill
Example : CUSTOMER02

type

ManagementObjectType

Example : QUOTATION

3.101. ContractCriteria

Criteria used on Contract when doing a Contract search

Field Name Required Type Description Format

accountingJournalId

ClauseString

ID of Accounting Journal

anniversary

ClauseString

Day and month of the contract terms anniversary (MMDD)

blocked (Deprecated)

ClauseBoolean

Contract not seen in help desk
Deprecated : Use isHiddenHD instead

chorusReadOption

ChorusInformations

Option for retrieving extra information concerning Chorus fields.

companyCode

ClauseString

contractTypeId

ClauseString

Id of the contract type

createdById

ClauseString

createdTime

ClauseDate

Creation date of the contract

currencyCode

ClauseString

Code of the currency

customerId

ClauseString

Id of the contract's customer

customerToBillId

ClauseString

Id of the contract's customer to bill

effectiveDate

ClauseDate

Date on which the contract comes into effect

extensionNumber

ClauseDouble

Extension number of the contract

externalReference

ClauseString

External reference of the contract

id

ClauseString

Id in database

inactiveContract

ClauseBoolean

Define if the contract is active

internalReference

ClauseString

Internal reference of the contract

isHiddenHD

ClauseBoolean

Contract not seen in help desk

isMultiProject

ClauseBoolean

Multi project contract, this contract can use more than one project, phase, sub-phase.

lastBillingDate

ClauseDate

Last date on which the contract has been billed

manualBilling

ClauseBoolean

Define if the contract is billed manually

modificationById

ClauseString

modificationTime

ClauseDate

Modifcation date of the contract

name

ClauseString

Contract label

nextBillingDate

ClauseDate

Next date on which the contract should be billed

notBillable

ClauseBoolean

The contract is not billable

number

ClauseString

Contract number

periodicityCode

ClauseString

Details about the contract periodicity

periodicityStartDate

ClauseDate

Date by which the periodicity is starting

periodicityTacitRenewal

ClauseBoolean

Details about the contract tacit renewal

periodicityTerm

ClauseBoolean

Define if the payment is due at the beginning of the period, the payment is for the coming period (Term Not due) or if the payment pays for the previous period at the end of it (Term due)

readOption

ContractReadOption

Options for retrieving extra information concerning the contract

renewalDate

ClauseDate

Date on which the contract must be renewed

signatureDate

ClauseDate

Signature date of the contract

stateCode

ClauseString

State of the contract

supplierId

ClauseString

Id of the contract's supplier

supplierToPayId

ClauseString

Id of the contract's supplier to pay

tag

ClauseString

terminationEffectiveDate

ClauseDate

Effective date of termination of the contract

3.102. ContractNature

Nature of the contract

Type : enum (CUSTOMER, SUPPLIER)

3.103. ContractReadOption

The options you can use to get more information about the contract.

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the contract

Enum: CHANGE_TRACKING, CURRENCY, CUSTOMER, CUSTOMER_TO_BILL, SUPPLIER, SUPPLIER_TO_PAY, CONTRACT_TYPE, PROJECT, PHASE, SUB_PHASE, CUSTOM_FIELDS, ADMIN_MANAGER, TECHNICAL_MANAGER, SALES_MANAGER, CUSTOMER_CATEGORY, CUSTOMER_SUB_CATEGORY, SERVICES, SERVICES_PRODUCTS, BILLING_SITE, MAINTENANCE_SITE, CHORUS_INFORMATIONS, CONDITION_OF_PAYEMENT

3.104. ContractService

ContractService

Field Name Required Type Description Format

code

[String]

The code of the contract service.
Example : CODE

contractId

[String]

Ident of the contract
Example : 500000123

criticality

Criticality

Details about the criticality
Remark : In add APIs (mainly PUT requests) criticality model is not expected, use the criticalityId field instead.

criticalityId

[String]

Ident of the criticality
Example : 5000123

id

[String]

Id in database
Example : 5000123

isHiddenHD

[Boolean]

Service not seen in help desk
Example : false

isMultiProject

[Boolean]

Multi project service, this service can use more than one project, phase, sub-phase.
Example : false

issueType

IssueType

Detail about the issueType
Remark : In add APIs (mainly PUT requests) issueType model is not expected, use the issueTypeId field instead.

issueTypeId

[String]

Ident of the issueType
Example : 5000123

lines

List of ContractServiceLine

List of services lines set on the contract

name

[String]

The name of the contract service.
Example : Text

phase

PhaseBase

Details about the phase of the project
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

Ident of the phase
Example : 500000123

priority

Priority

Detail about the priority
Remark : In add APIs (mainly PUT requests) priority model is not expected, use the priorityId field instead.

priorityId

[String]

Ident of the priority
Example : 5000123

productBilled

SoldItem

Sold Item, by default the product billed on the customer contract template service item if empty
Remark : In add APIs (mainly PUT requests) productBilled model is not expected, use the productBilledId field instead.

productBilledId

[String]

ID of the sold item
Example : 500000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

Ident of the project (equivalent to the code of the project)
Example : PROJECT_1

rankNumber

[Double]

Rank number of the line
Example : 4

double

regression

[Boolean]

Activate the regression tacking on the Extranet
Help desk module function

Example : true

reminder

Reminder

Reminder alert

reminderAlert (Deprecated)

[String]

The reminder alert of the contract service
Deprecated : Use reminder.title instead

reminderDetail (Deprecated)

[String]

The reminder detail of the contract service
Deprecated : Use reminder.text instead

revision

RevisionInformation

Revision Information

severity

Severity

Detail about the severity
Remark : In add APIs (mainly PUT requests) severity model is not expected, use the severityId field instead.

severityId

[String]

Ident of the severity
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

Ident of the sub-phase
Example : 500000123

team

Team

Detail about the team
Remark : In add APIs (mainly PUT requests) team model is not expected, use the teamId field instead.

teamId

[String]

Ident of the team
Example : 5000123

templateContractServiceId

[String]

ID of the template contract service
Example : 5000123

3.105. ContractServiceBase

Contact service (basic information)

Field Name Required Type Description Format

code

[String]

The code of the contract service.
Example : CODE

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the contract service.
Example : Text

3.106. ContractServiceCriteria

Criteria used on Contract Service when doing a Contract Service search

Field Name Required Type Description Format

code

ClauseString

contractId

ClauseString

contractNature

ClauseString

Contract Nature

id

ClauseString

isHiddenHD

ClauseBoolean

Service not seen in help desk

name

ClauseString

readOption

ContractServiceReadOption

Options for retrieving extra information concerning the contract service

revisionIndexCode

ClauseString

ID of the service contract revision index

revisionNextDate

ClauseDate

Next revision date of the contract service price

tag

ClauseString

3.107. ContractServiceLine

Service Lines (Lignes de prestations de contrat)

Field Name Required Type Description Format

additionalIdentification

[String]

Description of the line
Example : Lorem ipsum

changeTracking

ChangeTracking

Date and user of creation and modification

contractServiceId

[String]

Ident of the contract service
Example : 5000123

customerBeneficiary

CustomerBase

All details about the customer beneficiary
Remark : In add APIs (mainly PUT requests) customerBeneficiary model is not expected, use the customerBeneficiaryId field instead.

customerBeneficiaryId

[String]

Id of the customer beneficiary of the service-line service / product
Example : 5000123

discountPercentage

[Double]

The discount percentage
Example : 13

double

endDate

[Date]

Period end date
Example : 2020-01-31T23:59:59Z

date-time

fixedUP

[Boolean]

Service Line Unit Price fixed.
The UP do not take the period into account when billing the contract term.

Example : true

geoArea

[String]

Geographic area of the contract service-line service / product
Example : EUROPE

groupingCode

[String]

Service-line grouping code
Example : ABC

groupingCode2

[String]

Service-line grouping code 2
Example : ABC

groupingCode3

[String]

Service-line grouping code 3
Example : ABC

id

[String]

Id in database
Example : 5000123

identification

[String]

Identification / name of the line
Example : Helpdesk illimité

isHiddenHD

[Boolean]

Service Line not seen in help desk
Example : false

noProrata

[Boolean]

No application of a prorata for the service-line billing
If True, no prorata is applied on the price calculation

Example : false

notBilled

[Boolean]

Service Line not billed
Example : false

notEditable

[Boolean]

Service Line not editable when publishing the contract
Example : true

phase

PhaseBase

Details about the phase of the project
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

Ident of the phase
Example : 500000123

product

MaintainedItem

Details about the product
Remark : In add APIs (mainly PUT requests) product model is not expected, use the productId field instead.

productId

[String]

ID of the product
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

Ident of the project (equivalent to the code of the project)
Example : PRJT_1

quantity

[Double]

Quantity of the maintained product
Example : 2

double

rankNumber

[Double]

Rank number of the line
Example : 4

double

reasonForTermination

[String]

Customer reason for terminating the contract service-line
Example : Lorem ipsum

serialNumber

[String]

Serial Number linked to the contract service-line
Remark : This property is read-only and provides current data without allowing modifications.

startDate

[Date]

Period start date
Example : 2020-01-31T23:59:59Z

date-time

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

Ident of the sub-phase
Example : 500000123

subTitle

[String]

Service Line Sub-Title
Example : Logiciel ABC

subTitle2

[String]

Service Line Sub-Title 2
Example : Logiciel EFG

team

Team

Detail about the team
Remark : In add APIs (mainly PUT requests) team model is not expected, use the teamId field instead.

teamId

[String]

ID of the team
Example : 500000123

terminationReceptionDate

[Date]

Termination reception date of the contract service-line
Example : 2020-01-31T23:59:59Z

date-time

title

[String]

Service Line Title
Example : Assistance

totalAmount

[Double]

Total amount in the contract currency
Calculated field

Example : 200
Remark : This property is read-only and provides current data without allowing modifications.

double

unitPrice

[Double]

Unit price of the sold product in the contract currency, out of warranty
Example : 20

double

3.108. ContractServiceLineCriteria

Criteria used on Contract Service Lines when doing a Contract Service Lines search

Field Name Required Type Description Format

contractServiceId

ClauseString

Ident of related contract service

customerBeneficiaryId

ClauseString

Id of the customer beneficiary of the service service / product

endDate

ClauseDate

Period end date

geoArea

ClauseString

Geographic area of the contract service / product

groupingCode

ClauseString

The grouping code

groupingCode2

ClauseString

The grouping code 2

groupingCode3

ClauseString

The grouping code 3

id

ClauseString

Ident of the contract

isHiddenHD

ClauseBoolean

Set as True if you want to search not seen in help desk

notBilled

ClauseBoolean

Set as True if you want to search not billed line

productId

ClauseString

Ident of the product

readOption

ContractServiceLineReadOption

Options for retrieving extra information concerning the line of contract service

serialNumber

ClauseString

Serial Number

startDate

ClauseDate

Period start date

teamId

ClauseString

Id of the team

terminationReceptionDate

ClauseDate

Termination reception date

3.109. ContractServiceLineReadOption

Options used to get additional information when doing an Contract Service Line Search

Field Name Required Type Description Format

options

List of [string]

The options that you can use to get more details about the contract service line

Enum: CHANGE_TRACKING, CUSTOMER, PROJECT, PHASE, SUB_PHASE, PRODUCT, TEAM

3.110. ContractServiceReadOption

Options used to get additional information when doing an Contract Service Search

Field Name Required Type Description Format

options

List of [string]

The options that you can use to get more details about the contract service

Enum: CONTRACT, ISSUE_TYPE, PRIORITY, CRITICALITY, SEVERITY, TEAM, PROJECT, PHASE, SUB_PHASE, LINES, LINES_PRODUCT, INDEX, REVISION, PRODUCT_BILLED

3.111. ContractStateCode

Code of contract state

Type : enum (ALL, QUOTATION, IN_PROGRESS, FINAL_NOTICE, ON_HOLD, SIGNED_AND_PENDING, TERMINATED, DISPUTED_TERMINATION, ARCHIVED)

3.112. ContractTerm

Term of the contract

Type : enum (IN_ADVANCE, IN_ARREARS)

3.113. ContractType

Contract Type

Field Name Required Type Description Format

code

[String]

Contract type code
Example : ABC

default

[Boolean]

True if the contract is the default one
Example : false

endDate

[Date]

End date for using the contract type
Example : 2020-01-31T23:59:59Z

date-time

id

[String]

Id in database
Example : 5000123

label

[String]

Contract type label
Example : Lorem ipsum

3.114. ControlBehavior

Field control behavior

Field Name Required Type Description Format

additionalValueSelectors

List of [string]

Additional information related to the valueSelectors, providing context or supplementary details for the list of permissible values.

allowMultipleValues

[Boolean]

Set as 'true' if the user is allowed to select multiple values from the valueSelectors.
Set as 'false' by default.

Example : true

defaultValue

[Object]

Default value of the field
Example : 50 (for the field 'Kilometers' case)

enabled

[Boolean]

Return true if the field is enabled
Example : true

freeValue

[Boolean]

Set as 'true' if the user is not restricted to the values listed in valueSelectors and can set a freely chosen value.
Example : true

id

[String]

ID of the control behavior
Example : 50000123

information

[String]

Additional information of the field
Example : Lorem ipsum

property

[String]

Name of the property controlled
Example : Kilometers

required

[Boolean]

Return true if the field is required
Example : true

valueSelectors

List of [string]

Customizable list of values for selection, allowing the restriction of permissible values in fields.

visible

[Boolean]

Return true if the field is visible
Example : true

3.115. Country

Country

Field Name Required Type Description Format

calendar

Calendar

The calendar of the company linked to the country
Remark : In add APIs (mainly PUT requests) calendar model is not expected, use the calendarId field instead.

calendarId

[String]

Id of the calendar
Example : 5000123

code

[String]

Code of the country
Example : FR

companyCode

[String]

The code of the company linked to the country
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

continent

[String]

The continent where the country is located
Example : AFRICA

currency

Currency

The country's currency
Remark : In add APIs (mainly PUT requests) currency model is not expected, use the currencyId field instead.

currencyId

[String]

Id of the country's currency
Example : 5000123

id

[String]

Id in database
Example : 5000123

isPartOfEU

[Boolean]

Returns true if the country is part of the European Union
Example : true

name

[String]

Name of the country
Example : Country 1

3.116. Criticality

Criticality

Field Name Required Type Description Format

code

[String]

Code of criticality level
Example : MAJOR

id

[String]

Id in database
Example : 5000123

name

[String]

Name of criticality level
Example : Major

3.117. CriticalityCriteria

Criteria used on Criticality when doing a Criticality search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

default

ClauseBoolean

True if criticality is the default one

id

ClauseString

name

ClauseString

tag

ClauseString

validity

Validity

3.118. Currency

Currency

Field Name Required Type Description Format

code

[String]

Code of the currency
Example : EUR

endDate

[Date]

End date for using the currency
Example : 2020-01-23T04:56:07.000+00:00

date-time

euro

[Boolean]

Returns true if the currency is in euro
Example : true

euroRate

[Double]

Exchange rate against the euro.
By default, this field contains the exchange rate corresponding to the current date.

Example : 0.9678

double

euroRateEndDate

[Date]

End date of the exchange rate (euroRate field).
Example : 2020-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

euroRateStartDate

[Date]

Start date of the exchange rate (euroRate field).
Example : 2020-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the currency
Example : Euro

order

[Integer]

Order number of the currency
Example : 17

3.119. CustomData

Custom data

Field Name Required Type Description Format

label

[String]

Label of the custom data
Example : REFERENCE_4

name

[String]

Name of the custom data
Example : Reference 4

realOrder

[Integer]

Order number to display

int32

type

CustomDataType

Type of the custom data
Example : NUMBER

value

[Object]

Value of the custom data
Example : Autoref 010520

3.120. CustomDataPage

Page of the custom data

Field Name Required Type Description Format

columnNumber

[Integer]

Number of custom data page columns.
Example : 15

id

[String]

ID of the custom data page

name

[String]

The name of the custom data page.
Example : Text

order

[Integer]

The order (ranking) of the custom data page.
Example : 1

int32

3.121. CustomDataParam

Description of a parameter of custom data

Field Name Required Type Description Format

id

[String]

ID of the custom data

keywordId

[String]

ID of the keyword

label

[String]

Label of the custom data
Example : REFERENCE_4

multiLine

[Boolean]

True if custom data is multi line

name

[String]

Name of the custom data

order

[Integer]

Order of the custom data

int32

page

CustomDataPage

Page of the custom data
Remark : In add APIs (mainly PUT requests) page model is not expected, use the pageId field instead.

pageId

[String]

ID of the page
Example : 5000123

pattern

CustomDataPattern

Validation pattern of the custom field
Example : DATE_TIME

property

[String]

Property of the custom data

realOrder

[Integer]

Real order of the custom data

int32

section

CustomDataSection

Section of the custom data
Remark : In add APIs (mainly PUT requests) section model is not expected, use the sectionId field instead.

sectionId

[String]

ID of the section
Example : 5000123

sequence

[Integer]

Sequence of the custom data

int32

textLimit

[Integer]

Text limit of the custom data

int32

type

CustomDataType

Type of the custom data
Example : NUMBER

viewLabel

[Boolean]

True if label is visible

3.122. CustomDataPattern

Custom data pattern

Type : enum (DATE_TIME, UPPER_CASE, LOWER_CASE, PROPER_CASE, PHONE, INTEGER, INTEGER_THOUSAND_SEPARATOR, INTEGER_ZERO_NOT_SIGNIFICANT, TWO_DIGITS_AFTER_DECIMAL_POINT, THREE_DIGITS_AFTER_DECIMAL_POINT, CURRENCY, CURRENCY_ZERO_NOT_SIGNIFICANT, URL, PERCENTAGE, PERCENTAGE_ONE_DIGIT, PERCENTAGE_TWO_DIGITS, PERCENTAGE_THREE_DIGITS, SIGNATURE, PASSWORD)

3.123. CustomDataSection

Section for custom data

Field Name Required Type Description Format

columnNumber

[Integer]

Column number of the custom data section

id

[String]

ID of the custom data section

name

[String]

Name of the custom data section

order

[Integer]

Order number of the custom data section
Example : 1

int32

pageId

[String]

ID of the page
Example : 5000123

type

CustomDataSectionType

By default set as SECTION
SECTION to add the custom data into a section label;
COMPOSITE to add the custom data one after the other, without grouping them under a section label.

Example : SECTION

3.124. CustomDataSectionType

SECTION to add the custom data into a section label;
COMPOSITE to add the custom data one after the other, without grouping them under a section label.

Type : enum (SECTION, COMPOSITE)

3.125. CustomDataType

Type of the CustomData

Type : enum (NUMBER, DATE, BOOLEAN, ALPHANUMERIC)

3.126. CustomerBase

Customer

Field Name Required Type Description Format

code

[String]

The code of the third party (customer, supplier, other third party).
This field cannot be updated once it has been created.

Example : CA122

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

3.127. CustomerIndicator

Customer Indicator

Field Name Required Type Description Format

byDefault

[Boolean]

Set as true to use this customer indicator by default. Set as false by default
Example : false

code

[String]

Code of the Customer Indicator

colorHexCode

[String]

The Hexadecimal color code for this customer Indicator

customerId (Deprecated)

[String]

ID of the Customer
Example : 5000123
Deprecated : This field is deprecated and will be removed in future versions.

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the Customer Indicator

order

[Integer]

The order (ranking) of this customer indicator

int32

3.128. CustomerIndicatorCriteria

Criteria used to get more details about the customer indicator

Field Name Required Type Description Format

byDefault

ClauseBoolean

True if customer indicator is by default

code

ClauseString

colorHexCode

ClauseString

id

ClauseString

name

ClauseString

3.129. CustomerIndicators

Indicators of a customer

Field Name Required Type Description Format

customerId

[String]

ID of the Customer
Example : 5000123

indicator1

CustomerIndicator

The first indicator

indicator2

CustomerIndicator

The second indicator

indicator3

CustomerIndicator

The third indicator

3.130. CustomerLocation

Customer's Location

Field Name Required Type Description Format

code

[String]

Code of the customer site

customer (Deprecated)

CustomerBase

Details about the customer
Deprecated : This field is deprecated and will soon be moved to Site. You can continue to use this field.
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId (Deprecated)

[String]

Code of the associated customer
Example : CUST_001
Deprecated : This field is deprecated and will soon be moved to Site. You can continue to use this field.

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the customer site
Example : Paris

3.131. CustomerSiteBase

Customer Sites

Field Name Required Type Description Format

code

[String]

Code of the customer site

customer (Deprecated)

CustomerBase

Details about the customer
Deprecated : This field is deprecated and will soon be moved to Site. You can continue to use this field.
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId (Deprecated)

[String]

Code of the associated customer
Example : CUST_001
Deprecated : This field is deprecated and will soon be moved to Site. You can continue to use this field.

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the customer site
Example : Paris

3.132. CustomerStatus

Customer Status

Field Name Required Type Description Format

code

[String]

Code of the Customer Status
Example : CODE

companyId

[String]

ID of the company
Example : 5000123

endDate

[Date]

The end date of the customer status.
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the Customer Status
Example : Name

ranking

[Integer]

The customer status ranking in the list
Example : 5

int32

3.133. CustomerSupport

Support's Customer

Field Name Required Type Description Format

accountManager

EmployeeBase

Details about the account manager
Remark : In add APIs (mainly PUT requests) accountManager model is not expected, use the accountManagerId field instead.

accountManagerId

[String]

ID of the account manager

code

[String]

The code of the third party (customer, supplier, other third party).
This field cannot be updated once it has been created.

Example : CA122

id

[String]

Id in database
Example : 5000123

indicators

CustomerIndicators

Customer Indicators

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

3.134. CustomizableResources

Customizable resources (Ressources personnalisables)

Type : enum (ISSUE, OPPORTUNITY, OPPORTUNITY_LINE, CUSTOM_REQUEST, EVENT, PROJECT, PHASE, SUB_PHASE, EMPLOYEE, CUSTOMER, CONTACT, SALES, PURCHASE)

3.135. DateParamHolder

Date given in parameter

Field Name Required Type Description Format

date

[Date]

Date
Example : 2020-01-23T04:56:07.000+00:00

date-time

3.136. DayMoment

The moment in a day.

Type : enum (MORNING, AFTERNOON)

3.137. DeliveryGenerationUnit

Contract delivery generation unit

Type : enum (PER_CONTRACT, PER_BILLING_SITE, PER_MAINTENANCE_SITE)

3.138. Department

Division

Field Name Required Type Description Format

activities

List of ActivityBase

Activities of the department

analysis

[String]

Analysis of the department

code

[String]

Code of the department
Example : 01-A

comment

[String]

Comment of the department

companyCode

[String]

Code of the company
Example : AKSAS

entity

Entity

Details of the entity
Remark : In add APIs (mainly PUT requests) entity model is not expected, use the entityId field instead.

entityId

[String]

ID of the entity

id

[String]

Id in database
Example : 5000123

name

[String]

Description of the department
Example : Lorem Ipsum

projectType

ProjectType

Type of the project
Example : EXTERNAL

3.139. Discount

Discount on a Management Object Line

Field Name Required Type Description Format

amount

[Double]

The discount amount
Example : 150.75

double

amountCurrency

[Double]

The discount amount in the currency
Example : 150.75

double

percentage

[Double]

The discount percentage
Example : 20

double

type

DiscountType

Type of discount (PERCENT, AMOUNT)
Example : PERCENT

3.140. DiscountType

Type of discount

Type : enum (PERCENT, AMOUNT)

3.141. Division

Division

Field Name Required Type Description Format

code

[String]

Code of a division
Example : RA

companyId

[String]

Id of the company
Example : 5000123

group

DivisionGrouping

Details about the group
Remark : In add APIs (mainly PUT requests) group model is not expected, use the groupId field instead.

groupId

[String]

ID of the group
Example : 5000123

id

[String]

Id in database
Example : 5000123

name

[String]

Name of a division
Example : Rhone-Alpes

3.142. DivisionGrouping

Division grouping

Field Name Required Type Description Format

code

[String]

Code of a division grouping
Example : WST

id

[String]

Id in database
Example : 5000123

name

[String]

Name of a division grouping
Example : West

serviceId

[String]

ID of the service
Example : 5000123

3.143. DmfBase

A dmf (a right in akuiteo D - Functional Area, M - Module, F - Feature)

Field Name Required Type Description Format

code

[String]

The code of the right(dmf).
Example : AF0406

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the right(dmf).
Example : INFO

3.144. Document

Details about document (file or link)

Field Name Required Type Description Format

action

Action

Details about the action performed on the document
Example : ADD

archived

[Boolean]

Return true if the document is archived.
To update this field, use Archive or unarchive document

Example : false

category

Category

All details about the category of the product
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

category1

[String]

First category of the document
Example : CAT1

category2

[String]

Second category of the document
Example : CAT2

category3

[String]

Third category of the document
Example : CAT3

categoryId

[String]

The Id of the category
Example : 100024

changeTracking

ChangeTracking

Creation and modification date and user

classification

[String]

Classification of the document.
To change this field, use Classify a document

Example : STD

companyId

[String]

ID of the company
Example : 5000123

description

[String]

The description of the document
Example : Text

documentType

[String]

Type of the document.
Warning: This property will soon be read-only. We advise against modifying its value when creating or updating the object that contains it.

Example : File

externalDMSUuid

[String]

External ID when you use a DMS
Example : OD1245126

fileName

[String]

File name
Example : thisFile.pdf

fileUrl

[String]

File url. This field cannot be updated once it has been created.
Example : myFiles/thisFile.pdf

id

[String]

Is of the document
Example : 5000123

lienUrl

[String]

URL of the document
Example : myStorage.com/myFiles/thisFile.pdf

links

List of DocumentLink

Details about document's links

locked

[Boolean]

Set as true if the document is locked.
To update this field, use Lock and unlock document

Example : false

original

[Boolean]

Return true if the document is an original.
To update this field, use only the specific API: Set a document record sheet as original or Set a document record sheet as not original

Example : false

owner

EmployeeBase

Details about the publisher of the document.
Remark : In add APIs (mainly PUT requests) owner model is not expected, use the ownerId field instead.

ownerId

[String]

ID of the owner of the document.
Example : 5001206

preview

[String]

Preview of the document
Example : data:image

publicationDate

[Date]

Publication date
Example : 2020-01-23T04:56:07.000+00:00

date-time

publishedBy

UserBase

Details about the publisher of the document.
Remark : In add APIs (mainly PUT requests) publishedBy model is not expected, use the publishedById field instead.

publishedById

[String]

ID of the publisher of the document.
Example : 5001206

subCategory

SubCategory

All details about the sub-category of the product
Remark : In add APIs (mainly PUT requests) subCategory model is not expected, use the subCategoryId field instead.

subCategoryId

[String]

The Id of the sub-category
Example : 11037

subClassification

[String]

Sub-classification of the document
To change this field, use Classify a document

Example : EDITIONS

title

X

[String]

Title of the document
Example : Title

tokenPreview

[String]

Token to request by url the preview of the document
Example : 8946A85V85D851DF

url

[String]

URL of the document
Example : myFiles/thisFile.pdf

version

[Double]

Version of the document
Example : 1

double

versionId

[String]

ID of the version
Example : 5000123

A link between a document and any other object

3.146. DocumentVersion

DocumentVersion

Field Name Required Type Description Format

classification

[String]

Classification of the document.
Example : STD

documentId

[String]

ID of the document
Example : 500111635

id

[String]

Id in database
Example : 5000123

title

[String]

Title of the document
Example : Title

version

[Double]

Version number
Example : 1

double

3.147. DueDate

Due date

Field Name Required Type Description Format

amount

[Double]

Amount to pay
Example : 5000123

double

currencyCode

[String]

Code of the currency
Example : EUR

date

[Date]

Due date
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

invoiceId

[String]

ID of the invoice
Example : 5000123

3.148. DueDateCriteria

Criteria used to get more details about the due date

Field Name Required Type Description Format

invoiceId

ClauseString

Ident of the invoice

3.149. Durations

Duration in different units

Field Name Required Type Description Format

durationDay

[Double]

Duration in day
Example : 0.25

double

durationHour

[Double]

Duration in hour
Example : 2.7

double

durationHourMinute

[Double]

Duration in hour minute
Example : 2.3

double

durationMinute

[Double]

Duration in minute
Example : 240

double

3.150. DutiableCriteria

Search criteria for dutiable fields

Field Name Required Type Description Format

forcedVat

ClauseBoolean

Forced VAT clause

vat1

ClauseString

VAT code 1

vat2

ClauseString

VAT code 2

3.151. DutiableLine

Tax Line

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE)
Example : ADD

additionalFreeFields

AdditionalFreeFields

Additional free fields of a line

afterTaxAmountTotal

[Double]

Total After-Tax amount expressed in company currency
Example : 1500

double

afterTaxAmountTotalCurrency

[Double]

Total After-Tax amount in the currency
Example : 1500

double

amountTotal

[Double]

Total amount expressed in company currency
Example : 1200

double

amountTotalCurrency

[Double]

Total amount in the currency
Example : 1200

double

complementName

[String]

Description of the line
Example : Lorem ipsum

forcedVat

[Boolean]

Forced VAT for the line
Example : true

generalAccount

[String]

General Account
Example : 411000

id

[String]

Id in database
Example : 5000123

managementObjectId

[String]

Id of the management object
Example : 5000123

name

[String]

Name of the line
Example : Helpdesk

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

quantity

[Double]

Quantity of the product
Example : 3

double

rankNumber

[Double]

Rank number of the line
Example : 2

double

resource

EmployeeBase

Resource allocated to complete the task
Remark : In add APIs (mainly PUT requests) resource model is not expected, use the resourceId field instead.

resourceId

[String]

Id of the resource allocated to complete the task

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

totalPrice

[Double]

Total price before discount expressed in company currency (unit price * quantity)
Example : 1200

double

totalPriceCurrency

[Double]

Total price before discount in the currency (unit price * quantity)
Example : 1200

double

unitPrice

[Double]

Unit price of the product expressed in company currency
Example : 40

double

unitPriceCurrency

[Double]

Unit price of the product expressed in company currency. The value in this field is not stored. Upon retrieval, it is calculated based on the rate in effect on the date of the management sales object.

Example : 36.32

double

vat1

VATBase

Details about the first VAT rate

vat2

VATBase

Details about the second VAT rate

vatAmount1

[Double]

Amount expressed in company currency with the first VAT
Example : 120

double

vatAmount1Currency

[Double]

Amount in currency for the first VAT
Example : 126.57

double

vatAmount2

[Double]

Amount expressed in company currency for the second VAT
Example : 110

double

vatAmount2Currency

[Double]

Amount in currency for the second VAT
Example : 113.26

double

3.152. ESignatureMessage

Message for electronic signature of a management object.
A message is a combination of a Mail (used to store standard information for sending a mail) and functional information. This functional information is processed by backend service to compute standard information for sending mail like an employee's email address.

Field Name Required Type Description Format

ccRecipients

List of MessageRecipient

Cc mail recipients

publishArguments

PublishArguments

Required arguments to publish a document

toRecipients

List of MessageRecipient

Main mail recipients

3.153. ESignatureSignatoryType

Defines the type of signatory for electronic signatures.
A signatory can be either an employee or a contact.

Type : enum (CONTACT, EMPLOYEE)

3.154. ESignatureStatus

Electronic signature status of a management object

Type : enum (IN_PROGRESS, CANCELED, EXPIRED, SIGNED, FAILED, PENDING, SIGNATURE_REQUESTED)

3.155. ESignatureTransaction

Information on transactions for electronic signatures

Field Name Required Type Description Format

date

[Date]

The date of the transaction
Example : 2024-11-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

daysSpent

[Double]

Number of days since transaction was requested
Example : 240
Remark : This property is read-only and provides current data without allowing modifications.

double

id

[String]

Id in database
Example : 5000123

ranking

[Integer]

Rank number of transaction.
Example : 2

int32

rejectionReason

[String]

The reason for rejection if the signatory has refused to sign the document.
Example : Lorem ipsum

requesterId

[String]

The ID of the the transaction requester.
Example : 5000123

signatoryEmail

[String]

Signatory e-mail address
Example : user@email.com

signatoryId

[String]

The ID of th signatory
Example : 500012

signatoryType

ESignatureSignatoryType

The type of signatory for electronic signatures.
This field is required if signatoryId is provided.

Example : CONTACT

signatureDate

[Date]

The date of signature.
Example : 2024-11-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

signatureStatus

ESignatureStatus

Status of the signature
Example : IN_PROGRESS

status

TransactionStatus

Status of the transaction
Example : IN_PROGRESS

3.156. EmployeeBase

Employees

Field Name Required Type Description Format

action

Action

The action verb
Example : ADD

code

[String]

Code of the employee
Example : CASH

firstName

[String]

First name of the employee
Example : Jean

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the employee
Example : DUPONT

3.157. Entity

Entity

Field Name Required Type Description Format

code

[String]

The code of the entity
Example : 01-BRDX

companyId

[String]

ID of the company
Example : 5000123

division

Division

Details of the division
Remark : In add APIs (mainly PUT requests) division model is not expected, use the divisionId field instead.

divisionCode

[String]

Code of the division
Example : 01-DIV

divisionId

[String]

ID of the division
Example : 5000123

endDate

[Date]

End date of the entity
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

legalName

[String]

Legal name of the entity
Example : Customer care

name

[String]

The name of the entity
Example : Bordeaux

3.158. EntityBase

Entity

Field Name Required Type Description Format

code

[String]

The code of the entity
Example : 01-BRDX

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the entity
Example : Bordeaux

3.159. Environment

Environment

Field Name Required Type Description Format

freeField1

EnvironmentFreeField

freeField2

EnvironmentFreeField

freeField3

EnvironmentFreeField

freeField4

EnvironmentFreeField

freeField5

EnvironmentFreeField

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the environment

product

MaintainedItem

Details about the product
Remark : In add APIs (mainly PUT requests) product model is not expected, use the productId field instead.

productId

[String]

ID of the product
Example : 5000123

revision

Revision

Details about the revision
Remark : In add APIs (mainly PUT requests) revision model is not expected, use the revisionId field instead.

revisionId

[String]

ID of the revision
Example : 5000123

3.160. EnvironmentCriteria

Criteria used on environment when doing an Environment search

Field Name Required Type Description Format

id

ClauseString

name

ClauseString

productId

ClauseString

readOption

EnvironmentReadOption

Options for retrieving extra information concerning the environment

revisionId

ClauseString

3.161. EnvironmentFreeField

Environment free field

Field Name Required Type Description Format

name

[String]

Name of the environment free field
Example : Lorem ipsum

value

[String]

Value of the environment free field
Example : Lorem ipsum

3.162. EnvironmentFreeFieldSettings

Environment free field settings

Field Name Required Type Description Format

field1

[String]

First field of the environment setting
Example : Lorem ipsum

field2

[String]

Second field of the environment setting
Example : Lorem ipsum

field3

[String]

Third field of the environment setting
Example : Lorem ipsum

field4

[String]

Fourth field of the environment setting
Example : Lorem ipsum

field5

[String]

Fifth field of the environment setting
Example : Lorem ipsum

3.163. EnvironmentReadOption

Options used to get additional information when doing a Environment search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the environment

Enum: PRODUCT, REVISION

3.164. ErrorMessage

Error message for batch processing

Field Name Required Type Description Format

id

[String]

ID of the object in error
Example : 5000123

message

[String]

Detailed error message related to the identifier
Example : Lorem ipsum

3.165. ErrorResponse

The canonical model for problem details is a JSON [RFC7159] object.

Field Name Required Type Description Format

code

[String]

A human-readable explanation specific to this occurrence of the problem.

message

[String]

A human-readable explanation specific to this occurrence of the problem.

status

[Integer]

The HTTP status code ([RFC7231], Section 6)
Example : 404

timestamp

[Date]

Timestamp of the error
Example : 2020-01-23T04:56:07.000+00:00

date-time

title

[String]

A short, human-readable summary of the problem

type

[String]

A URI reference [RFC3986] that identifies the problem type

3.166. EventType

Type of event

Type : enum (COMMAND_TASK, COMPANY, CUSTOMER, SUPPLIER, DIVISION, DIVISION_GROUP, EMPLOYEE, EMPLOYEE_HISTORY, ENTITY, EXPENSE, EXPENSE_REPORTS, FEATURE_FLAG, INVOICES_CHECK, ISSUE, PHASE, PROJECT, PROJECT_TASK, SCHEDULE, SPRINT, SUB_PHASE, TASK, TIMERECORDING, DOCUMENT, YEAR, TITLE, FAMILY, SKILL, SERVICE, JOB_TYPE, STANDARD_WEEK, EXPENSE_PROFILE, LANGUAGE, PROJECT_OPTIONS, PROJECT_GROUP, ACTIVITY, DEPARTMENT, REFRESH_CQRS, SPRINT_CARD, WEBHOOK, CONTRACT, QUOTATION, SALES_ORDER, OPPORTUNITY, PURCHASED_ITEM, SOLD_ITEM, CONTACT, EVENT, ALL, SPRINT_CARD_GROUP)

3.167. ExchangeRate

Exchange Rate

Field Name Required Type Description Format

currency

Currency

Details about the currency
Remark : In add APIs (mainly PUT requests) currency model is not expected, use the currencyId field instead.

currencyId

[String]

Id of the currency
Example : 12006

endDate

[Date]

End date for using the exchange rate
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

rate

[Double]

Exchange rate to convert the amount from euro into an amount in the revelant currency
Example : 0.9156852

double

startDate

[Date]

Start date for using the exchange rate
Example : 2020-01-23T04:56:07.000+00:00

date-time

3.168. ExpenseReceiptSummary

Details about the expense receipt

Field Name Required Type Description Format

amount

[Double]

Amount on the receipt
Example : 240

double

currencyCode

[String]

Code of the currency
Example : EUR

date

[Date]

Date of the document
Example : 2020-01-23T04:56:07.000+00:00

date-time

expenseTypeCode

[String]

Code of expense's type
Example : FC

filePath

[String]

Path of the document
Example : C/User/MyUser/MyReceipt.pdf

rebillable

[Boolean]

Return true if the expense can be rebilled
Example : true

3.169. ExternalRequester

External Requester

Field Name Required Type Description Format

contact

ContactBase

Details about the external requester's contact.
Remark : In add APIs (mainly PUT requests) contact model is not expected, use the contactId field instead.

contactId

[String]

The ID of the external requester's contact.
Example : 5000123

email

[String]

The email of the external requester.
Example : jean@email.com

id

[String]

Id in database
Example : 5000123

mobilePhone

[String]

The mobile phone of the external requester.
Example : 405040504

phone

[String]

The phone of the external requester.
Example : 405040504

title

[String]

Civility of the external requester.
Example : M.

3.170. ExternalRequesterCriteria

External Requester criteria

Field Name Required Type Description Format

code

ClauseString

Code of the contact

createdById

ClauseString

Creation of the contact

createdTime

ClauseDate

Created time of the contact

customerId

ClauseString

Customer related to the contact

email

ClauseString

Email of the contact

employeeId

ClauseString

Employee related to the contact

firstName

ClauseString

First name of the contact

function

ClauseString

Function of the contact

id

ClauseString

Ident of the contact

keyword

ClauseString

Keyword of the contact

lastTracking

ClauseDate

Last tracking of the contact

modificationById

ClauseString

Last modification of the contact

modificationTime

ClauseDate

Modification time of the contact

name

ClauseString

Name of the contact

service

ClauseString

Service of the contact

siteDecisionMaker

ClauseBoolean

True if the Site is a decision maker

siteFinancialContact

ClauseBoolean

True if the Site is a financial contact

siteHelpdeskBlacklisted

ClauseBoolean

True if the Site is blacklisted by the helpdesk

siteHelpdeskContact

ClauseBoolean

True if the Site is a help desk contact

siteHelpdeskMainContact

ClauseBoolean

True if the Site is the help desk main contact

siteHelpdeskVIPContact

ClauseBoolean

True if the Site is a help VIP contact

siteId

ClauseString

Site related to the contact

siteIntern

ClauseBoolean

True if the contact of the Site is an intern

siteMainContact

ClauseBoolean

True if the Site should be a main contact

siteSalesContact

ClauseBoolean

True if the Site is a sales contact

tag

ClauseString

You can fill in the code, name or firstName in this field

validity

Validity

Details about the validity of the external requester

3.171. Feature

Feature of an Issue

Field Name Required Type Description Format

code

[String]

The code of the feature.
Example : CODE

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the feature.
Example : Text

3.172. FeatureCriteria

Criteria used on Feature when doing a Feature search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

moduleId

ClauseString

name

ClauseString

onlyValid

[Boolean]

True to return only valid features

tag

ClauseString

validity

Validity

3.173. FeatureFlag

Application feature

Field Name Required Type Description Format

active

[Boolean]

If the feature is active

domain

[String]

Feature classification (main level)

id

[String]

Feature identifier

label

[String]

Feature description

subDomain

[String]

Feature classification (detail level)

3.174. FieldError

Object containg the error for a field

Field Name Required Type Description Format

elementId

[String]

The id of the sub element in error (which can have several errors)
Example : 154478

fieldName

X

[String]

The fieldName of the field in error
Example : code

message

X

[String]

The error message
Example : The field is required

3.175. FinancialConditionOfPayment

The condition of payment for a customer

Field Name Required Type Description Format

code

[String]

Payment code
Example : 5 days End of month by bank transfer
Remark : This property is read-only and provides current data without allowing modifications.

day

[Double]

Day of the month on which the payment will be done
Example : 10

double

deadLine

[String]

Number of days to carry out the payment
Example : 5

referenceOnBankStatement

[String]

Reference on bank statement
Example : LIVIA

term

[String]

Period of payment
Example : 1

3.176. FiscalYearBase

Fiscal Year

Field Name Required Type Description Format

code

[String]

Code of the FiscalYear

id

[String]

Id in database
Example : 5000123

journalEntryNumberingId

[String]

Id of the JournalEntryNumbering
Example : 5000123

name

[String]

Name of the FiscalYear

3.177. FiscalYearCommon

Fiscal Year

Field Name Required Type Description Format

closingDate

[date]

Date on which the fiscal year is officially closed.
This field is automatically updated during the accounting closure process.

Example : 2020-12-25
Remark : This property is read-only and provides current data without allowing modifications.

date

code

[String]

Code of the FiscalYear

endDate

[date]

Fiscal year's end date
Example : 2020-12-25

date

id

[String]

Id in database
Example : 5000123

journalEntryNumberingId

[String]

Id of the JournalEntryNumbering
Example : 5000123

name

[String]

Name of the FiscalYear

startDate

[date]

Fiscal year's start date
Example : 2020-12-25

date

3.178. FixedAssetRecordSheetBase

Fixed asset record sheet

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Name of fixed asset record sheet
Example : IMMO0409

3.179. FixedAssetRecordSheetCommon

Fixed asset record sheet

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Name of fixed asset record sheet
Example : IMMO0409

number

[String]

Number of fixed assets

Example : IMMO0409
Remark : This property is read-only and provides current data without allowing modifications.

3.180. FixedAssetType

Type of fixed asset

Type : enum (TANGIBLE, INTANGIBLE, FINANCIAL, NONE)

3.181. ForcedVatAmountHolder

VAT Amount and forced indicator holder

Field Name Required Type Description Format

amount

[Double]

Forced amount
Example : 124.56

double

forced

X

[Boolean]

Returns true if the amount is forced
Example : true

managementObjectLineId

[String]

ID of the management object line
Example : 780023

3.182. FormConfig

Form Config

Field Name Required Type Description Format

controls

Map of ControlBehavior

Details about the control behavior linked to the field

deletable

[Boolean]

Deletion allowed
Example : false

editable

[Boolean]

Update allowed
Example : false

fields (Deprecated)

List of ControlBehavior

Details about the control behavior linked to the field
Deprecated : Use controls instead

formSearchHidden

[Boolean]

Form search hidden
Example : false

insertable

[Boolean]

Creation allowed
Example : true

type

FormConfigType

Type of the formConfig
Example : TIMESHEET

3.183. FormConfigType

Type of form config

Type : enum (TIMESHEET, SCHEDULE, PROJECT, SEARCH_PROJECT, PHASE, SUB_PHASE, PROJECT_TASK, SEARCH_PROJECT_TASK, SEARCH_EMPLOYEE, EMPLOYEE, SEARCH_CUSTOMER, CUSTOMER, SEARCH_CONTACT, CONTACT, SEARCH_EVENT, EVENT, SEARCH_ISSUE, ISSUE, ISSUE_TASK, SEARCH_SPRINT_CARDS, LEAVE_REQUEST, CUSTOM_REQUEST, SEARCH_PROJECT_EVENT, SEARCH_LEAVE_REQUEST_EMPLOYEE, SEARCH_LEAVE_REQUEST_MANAGER, SEARCH_APPROVAL, SEARCH_TIMESHEET_ENTRY, SEARCH_SCHEDULE, SEARCH_EXPENSE_REPORT_EMPLOYEE, SEARCH_EXPENSE_REPORT_MANAGER, SEARCH_CUSTOM_REQUEST, OPPORTUNITY, OPPORTUNITY_LINE, QUOTATION, QUOTATION_LINE, SALES_ORDER, SALES_ORDER_LINE, SALES_BILLING_TABLE, SALES_INVOICE, DELIVERY, DELIVERY_LINE, PRODUCTION_TO_BE_BILLED, PIPELINE_STAGE, SEARCH_PIPELINE_STAGE, QUOTE, QUOTE_LINE, PURCHASE_ORDER, PURCHASE_ORDER_LINE, PURCHASE_BILLING_TABLE, PURCHASE_INVOICE, RECEPTION, TEMPORARY_PURCHASE_INVOICE, SEARCH_OPPORTUNITY, SEARCH_QUOTATION, SEARCH_SALES_ORDER, SEARCH_SALES_BILLING_TABLE, SEARCH_SALES_INVOICE, SEARCH_DELIVERY, SEARCH_PRODUCTION_TO_BE_BILLED_EMPLOYEE, SEARCH_PRODUCTION_TO_BE_BILLED_MANAGER, SEARCH_QUOTE, SEARCH_PURCHASE_ORDER, SEARCH_PURCHASE_BILLING_TABLE, SEARCH_PURCHASE_INVOICE, SEARCH_RECEPTION, SEARCH_TEMPORARY_PURCHASE_INVOICE, SEARCH_SCHEDULE_BY_PROJECT, SEARCH_SCHEDULE_BY_EMPLOYEE, SEARCH_SCHEDULE_TIMESTAMPED, SEARCH_SCHEDULE_WORKLOAD)

3.184. FunctionalArea

Functional Area of an Issue

Field Name Required Type Description Format

code

[String]

The code of the functional area.
Example : SALES

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the functional area.
Example : SALES

3.185. FunctionalAreaCriteria

Criteria used on Functional Area when doing a Functional Area search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

name

ClauseString

onlyValid

[Boolean]

True to return only valid functional areas

tag

ClauseString

validity

Validity

3.186. GeneralAccountBase

General account (ident example AKSAS22106800)

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

General account label
Example : Customers

3.187. GeneralAccountCommon

General account

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

General account label
Example : Customers

number

[String]

General account number
Example : 411000

3.188. GeographicalDepartment

Geographical department

Field Name Required Type Description Format

code

[String]

Code of the geographical department
Example : 7

companyId

[String]

The id of the company
Example : 5000123

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the geographical department
Example : ARDECHE

regionId

[String]

The id of the region
Example : 5000123

3.189. HistoryEntry

State of a project

Field Name Required Type Description Format

action

[String]

Action of the modification
Example : MODIFICATION

changeTracking

ChangeTracking

Date and user in case of creation and modification

comment

[String]

Comment of the modification
Example : MODIF_EN_LOT

entryType

HistoryEntryType

Type of the entry
Example : HEADER

fieldName

[String]

Name of the modified field
Example : Domaine

historyType

HistoryType

Type of the modified object
Example : ISSUE

id

[String]

ID of the modification
Example : 5000123

objectId

[String]

ID of the modified object
Example : 5000123

valueAfter

[String]

Value after the modification
Example : PROJECT_2

valueBefore

[String]

Value before the modification
Example : PROJECT_1

3.190. HistoryEntryReadOption

ReadOption of a HistoryEntry

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the history entry

Enum: CHANGE_TRACKING

3.191. HistoryEntryType

Type of the entry

Type : enum (HEADER, DETAIL)

3.192. HistoryType

Type of the modified object

Type : enum (ISSUE, TASK, OPPORTUNITY, QUOTATION, SALES_ORDER, SALES_INVOICE, SALES_BILLING_TABLE, DELIVERY, QUOTE, PURCHASE_ORDER, PURCHASE_INVOICE, PURCHASE_BILLING_TABLE, RECEPTION, CONTACT, EMPLOYEE, EVENT, CUSTOMER, PROJECT)

3.193. Holiday

Holiday

Field Name Required Type Description Format

date

[Date]

Date of the holiday
Example : 2020-01-23T04:56:07.000+00:00

date-time

type

[String]

Type of holiday
Example : FERIE

3.194. IBAN

Details about the IBAN of a people

Field Name Required Type Description Format

accountNumber

[String]

Account number - 11 digits max
Example : 0000157841Z

country

[String]

Country code of the address in the database
Example : FR (for 'FRANCE')

key

[String]

Key of the IBAN
Example : 69

3.195. IdIdentifiable

Basic type for all pojos with an API ID

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.196. IndexSplittingType

Contract revision index splitting type

Type : enum (MONTHLY, QUARTERLY, HALF_YEARLY, ANNUAL)

3.197. Indexes

All details about the revision index

Field Name Required Type Description Format

code

[String]

Index code
Example : ABC

id

[String]

Id in database
Example : 5000123

label

[String]

Index label
Example : Lorem ipsum

type

IndexSplittingType

Example : MONTHLY

value1

[Double]

Index first value
This corresponds to the value of :
January in case of monthly splitting type
first quarter in case of quarterly splitting type
first half-year in case of half-yearly splitting type
the index value in case of yearly splitting type

Example : 3

double

value10

[Double]

Index 10th value
This corresponds to the value of October in case of monthly splitting type

Example : 5

double

value11

[Double]

Index 11th value
This corresponds to the value of November in case of monthly splitting type

Example : 5

double

value12

[Double]

Index 12th value
This corresponds to the value of December in case of monthly splitting type

Example : 5

double

value2

[Double]

Index second value
This corresponds to the value of :
February in case of monthly splitting type
2nd quarter in case of quarterly splitting type
second half-year in case of half-yearly splitting type

Example : 4

double

value3

[Double]

Index third value
This corresponds to the value of :
March in case of monthly splitting type
3rd quarter in case of quarterly splitting type

Example : 4

double

value4

[Double]

Index fourth value
This corresponds to the value of :
April in case of monthly splitting type
4th quarter in case of quarterly splitting type

Example : 5

double

value5

[Double]

Index 5th value
This corresponds to the value of May in case of monthly splitting type

Example : 5

double

value6

[Double]

Index 6th value
This corresponds to the value of June in case of monthly splitting type

Example : 5

double

value7

[Double]

Index 7th value
This corresponds to the value of July in case of monthly splitting type

Example : 5

double

value8

[Double]

Index 8th value
This corresponds to the value of August in case of monthly splitting type

Example : 5

double

value9

[Double]

Index 9th value
This corresponds to the value of September in case of monthly splitting type

Example : 5

double

year

[String]

Revision index year
Example : 2020

3.198. InternationalBankAccountDetails

International bank account details

Field Name Required Type Description Format

bank

InternationalBankIdentification

Details to identify the international bank

holder

InternationalBankHolder

Holder of the international bank

3.199. InternationalBankHolder

Holder of the international bank

Field Name Required Type Description Format

accountNumber

[String]

Account number
Example : 123456789

accountType

AccountType

Type of the account for the holder
Example : IBAN

firstName

[String]

The first name of the holder
Example : BRITA

name

[String]

The name of the holder
Example : RITA

3.200. InternationalBankIdentification

Details to identify the international bank

Field Name Required Type Description Format

bankAddress

Address

Details about bank address

bankCode

[String]

The code of the bank
Example : C8

bankName

[String]

The name of the bank
Example : UBA

bankName2

[String]

The name 2 of the bank
Example : UBA

bankType

BankType

The type of the bank
Example : BIC

3.201. InventoryAndPackaging

Details about Inventory and Packaging

Field Name Required Type Description Format

packagingType

[String]

The packaging type of the item
Example : Warehouse

packagingUnit

[Double]

The packaging unit of the item
Example : 12

double

3.202. InvoiceTypeEnum

Invoice type

Type : enum (INVOICE, CREDIT)

3.203. Issue

Issue

Field Name Required Type Description Format

alert

[Boolean]

Set to true to indicate that the issue has an alert.
Set as false by default.

Example : true

alertReason

[String]

The reason for the alert of the issue.
Example : Text

changeTracking

ChangeTracking

Date and user of creation and modification

closureComment

[String]

Comment added when closing the issue.
Example : Text

closureDate (Deprecated)

[Date]

Closure date of the issue
Example : 2020-01-23T04:56:07.000+00:00
Deprecated : Use expectedResolutionDate instead

date-time

closureRating

[Double]

The rating given upon closure of the issue, typically represented as a 5-star scale.
Example : 5

double

companyCode

[String]

The code of the company.
Example : AKSAS

contract

Contract

Details of the associated contract.
Remark : In add APIs (mainly PUT requests) contract model is not expected, use the contractId field instead.

contractId

[String]

The ID of the associated contract.
Example : 5000123

contractService

ContractService

Details of the associated contract service.
Remark : In add APIs (mainly PUT requests) contractService model is not expected, use the contractServiceId field instead.

contractServiceId

[String]

The ID of the associated contract service.
Example : 5000123

contractualResolutionDate

[Date]

Contractual date for resolution.
Example : 2020-01-23T04:56:07Z

date-time

contractualResponseDate

[Date]

Contractual date for response.
Example : 2020-01-23T04:56:07Z

date-time

correctiveRevision

Revision

Details of the corrective revision.
Remark : In add APIs (mainly PUT requests) correctiveRevision model is not expected, use the correctiveRevisionId field instead.

correctiveRevisionId

[String]

The ID of the corrective version.
Example : 5000123

correctiveVersion

Version

Details of the corrective version.
Remark : In add APIs (mainly PUT requests) correctiveVersion model is not expected, use the correctiveVersionId field instead.

correctiveVersionId

[String]

The ID of the corrective version.
Example : 5000123

criticality

Criticality

Details of the criticality level.
Remark : In add APIs (mainly PUT requests) criticality model is not expected, use the criticalityId field instead.

criticalityId

[String]

The ID of criticality level.
Example : 5000123

customData

Map of CustomData

The custom data (when present).

customer

CustomerSupport

Details of the customer.
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

The ID of the customer.
Example : 5000123

customerLocation

CustomerLocation

Details of the customer's location.
Remark : In add APIs (mainly PUT requests) customerLocation model is not expected, use the customerLocationId field instead.

customerLocationId

[String]

The ID of the customer's location.
Example : 5000123

description

[String]

The description of the issue.
Example : Loremp ipsum

disabledMessages

[Boolean]

Set as true to disable messages in the issue.
Set as false by default.

Example : true

effectiveResolutionDate

[Date]

The effective date of resolution.
Example : 2020-01-23T04:56:07Z

date-time

effectiveResponseDate

[Date]

The effective date of response.
Example : 2020-01-23T04:56:07Z

date-time

environment

Environment

Details of the environment concerned.
Remark : In add APIs (mainly PUT requests) environment model is not expected, use the environmentId field instead.

environmentId

[String]

The ID of the environment concerned.
Example : 5000123

estimatedResponseDate

[Date]

The estimated date of response.
Example : 2020-01-23T04:56:07Z

date-time

expectedResolutionDate

[Date]

The expected date of resolution.
Example : 2020-01-23T04:56:07Z

date-time

externalBehalfRequester

ExternalRequester

Details of the external requester who initiated the issue on behalf of someone else.
Remark : In add APIs (mainly PUT requests) externalBehalfRequester model is not expected, use the externalBehalfRequesterId field instead.

externalBehalfRequesterId

[String]

The ID of the external requester who initiated the issue on behalf of someone else.
Example : 5000123

externalClosingDate

[Date]

Closing date of the issue by the external party.
Example : 2020-01-23T04:56:07Z

date-time

externalReport

[String]

The report or summary visible to external users, providing details related to the issue.
Example : Text

externalRequester

ExternalRequester

Details of the external requester.
Remark : In add APIs (mainly PUT requests) externalRequester model is not expected, use the externalRequesterId field instead.

externalRequesterId

[String]

The ID of the external requester.
Example : 5000123

externallyVisible

[Boolean]

Indicates whether the issue is visible externally.
Set to true if this issue can be viewed by external users.

Example : true

feature

Feature

Details of the feature.
Remark : In add APIs (mainly PUT requests) feature model is not expected, use the featureId field instead.

featureId

[String]

The ID of the feature.
Example : 5000123

functionalArea

FunctionalArea

Details of the functional area.
Remark : In add APIs (mainly PUT requests) functionalArea model is not expected, use the functionalAreaId field instead.

functionalAreaId

[String]

The ID of the functional area.
Example : 5000123

gfrtUnit

[String]

The unit used to measure the resolution time.
Example : DAY

gfrtValue

[Double]

The contractual resolution delay.
Example : 25

double

grtUnit

[String]

The unit used to measure the contractual response time.
Example : DAY

grtValue

[Double]

The contractual intervention time frame.
Example : 4

double

id

[String]

Id in database
Example : 5000123

internalClosingDate

[Date]

Closing date of the issue by the internal party.
Example : 2020-01-23T04:56:07Z

date-time

internalReport

[String]

The report or summary visible to internal users, providing details related to the issue.
Example : Text

issueState

IssueState

Details of the issue state.
Remark : In add APIs (mainly PUT requests) issueState model is not expected, use the issueStateId field instead.

issueStateId

[String]

The ID of the issue state.
Example : 5000123

issueStatus

IssueStatus

Details of the issue status.
Remark : In add APIs (mainly PUT requests) issueStatus model is not expected, use the issueStatusId field instead.

issueStatusId

[String]

The ID of the issue state.
Example : 5000123

issueType

IssueType

Details of the issue type.
Remark : In add APIs (mainly PUT requests) issueType model is not expected, use the issueTypeId field instead.

issueTypeId

[String]

The ID of the issue type.
Example : 5000123

module

Module

Details of the module.
Remark : In add APIs (mainly PUT requests) module model is not expected, use the moduleId field instead.

moduleId

[String]

The ID of the module.
Example : 5000123

number

[String]

The number of the issue.
Example : 24121212

onHold

OnHold

Details of the on-hold for the issue.
Remark : In add APIs (mainly PUT requests) onHold model is not expected, use the onHoldId field instead.

onHoldId

[String]

The ID of the on-hold associated with the issue.
Example : 5000123

onHoldOccurrences

List of OnHold

All occurrences of the issue being put on hold

openingDate

[Date]

The date when the issue was opened.
Example : 2020-01-23T04:56:07Z

date-time

phase

PhaseBase

Details of the phase.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

priority

Priority

Details of the priority of the issue.
Remark : In add APIs (mainly PUT requests) priority model is not expected, use the priorityId field instead.

priorityId

[String]

The ID of the priority of the issue.
Example : 5000123

product

MaintainedItem

Details of the linked product maintained in the issue.
Remark : In add APIs (mainly PUT requests) product model is not expected, use the productId field instead.

productId

[String]

The ID of the linked product maintained in the issue.
Example : 5000123

project

ProjectBase

Details of the project.
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJ_1

projectTask

ProjectTaskBase

Details of the project task.
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

The ID of the project task.
Example : 5000123

receiptDate

[Date]

Date of receipt of issue.
Example : 2020-01-23T04:56:07Z

date-time

reference1

[String]

The first reference.
Example : Text

reference2

[String]

The second reference.
Example : Text

regression

[Boolean]

Set to true if the issue is a regression.
Set as false by default.

Example : true

regressionStatus

[Double]

The status of the regression.
Set to 1 for 'Requested', 2 for 'Validated', and 3 for 'Rejected'.

Example : 2

double

resolutionPilot

EmployeeBase

Details of the pilot responsible for resolving the issue.
Remark : In add APIs (mainly PUT requests) resolutionPilot model is not expected, use the resolutionPilotId field instead.

resolutionPilotId

[String]

The ID of the employee acting as the pilot responsible for resolving the issue.
Example : 5000123

resolutionStatus

[Boolean]

Indicator to specify whether the issue is resolved.
Set to true if the issue is resolved; otherwise, it remains unresolved.

Example : true

responseStatus

[Boolean]

Indicator to specify whether a response has been provided for the issue.
Set to true if a response has been given; otherwise, it remains pending.

Example : true

severity

Severity

Details of the severity of the issue.
Remark : In add APIs (mainly PUT requests) severity model is not expected, use the severityId field instead.

severityId

[String]

The ID of the severity of the issue
Example : 5000123

subPhase

SubPhaseBase

Details of the sub-phase.
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

tags

List of TagLinked

List of the associated tags.

targetRevision

Revision

Details of the target revision.
Remark : In add APIs (mainly PUT requests) targetRevision model is not expected, use the targetRevisionId field instead.

targetRevisionId

[String]

The ID of the target revision.
Example : 5000123

targetVersion

Version

Details of the target version.
Remark : In add APIs (mainly PUT requests) targetVersion model is not expected, use the targetVersionId field instead.

targetVersionId

[String]

The ID of the target version.
Example : 5000123

tasks

List of Task

List of tasks contained in the issue.

title

[String]

The title of the issue.
Example : Text

3.204. IssueBase

Issue base

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.205. IssueCommon

Issue common

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

number

[String]

The number of the issue.
Example : 24121212

title

[String]

The title of the issue.
Example : Text

3.206. IssueCriteria

Criteria used on Issue when doing an Issue search

Field Name Required Type Description Format

accountManagerId

ClauseString

closureDate

ClauseDate

The closure date of the issue

companyCode

ClauseString

contractualResolutionDate

ClauseDate

The contractual resolution date of the issue

contractualResponseDate

ClauseDate

The contractual response date of the issue

correctiveRevisionId

ClauseString

correctiveVersionId

ClauseString

createdByEmployeeId

ClauseString

createdTime

ClauseDate

The created time of the issue

criticalityId

ClauseString

customData

Map of Clause

The custom data (when present)

customerId

ClauseString

customerLocationId

ClauseString

Customer's Location

description

ClauseString

effectiveResolutionDate

ClauseDate

The effective resolution date of the issue

environmentId

ClauseString

externalClosingDate

ClauseDate

The external closing date of the issue

externalReport

ClauseString

externallyVisible

ClauseBoolean

True if the issue is externally visible

featureId

ClauseString

functionalAreaId

ClauseString

id

ClauseString

internalClosingDate

ClauseDate

The internal closing date of the issue

isMultiCompany

ClauseBoolean

True if the issue is multi company

issueStateId

ClauseString

issueStatusId

ClauseString

issueStatusType

ClauseDouble

Deprecated See statusType and enum IssueStatusType

issueTypeId

ClauseString

modificationTime

ClauseDate

The last time the issue was modified

moduleId

ClauseString

number

ClauseString

phaseId

ClauseString

priorityId

ClauseString

productBrandId

ClauseString

productClassificationId

ClauseString

productId

ClauseString

productModelId

ClauseString

productName

ClauseString

productTypeId

ClauseString

projectId

ClauseString

Ident of the project (equivalent to the code of the project)

projectTaskId

ClauseString

readOption

IssueReadOption

Options for retrieving extra information concerning the issue

refClient1

ClauseString

refClient2

ClauseString

resolutionPilotId

ClauseString

salesmanId

ClauseString

selectOption

SelectOption

severityId

ClauseString

sortOption

List of SortField

List of sort fields

statusType

ClauseString

subPhaseId

ClauseString

tag

ClauseString

tagId

ClauseString

Tags linked

targetRevisionId

ClauseString

targetVersionId

ClauseString

title

ClauseString

withoutCustomData

[Boolean]

True if the issue is without custom data

withoutSprint

[Boolean]

True if the issue is without sprint

3.207. IssueMessage

Issue message (Message sur demande)

Field Name Required Type Description Format

alert

[Boolean]

True if the issue message comes from an alert on maintained product
Example : true

author

[String]

The author of the issue message
Example : John DOE

changeTracking

ChangeTracking

Date and user of creation and modification

date

[Date]

Date of the issue message
Example : 2020-01-31T23:59:59Z

date-time

employeeId

[String]

The Id of the employee if message has been created by a Akuiteo user
Example : 5000123

id

[String]

The Id of the issue message
Example : 5000666

intro

[String]

Additional information about the issue message
Example : task 3 - Off hold request

isExternalEmployee

[Boolean]

True if the employee is external
Example : true

issueId

[String]

The issue's Id of the message
Example : 5000666

message

[String]

The content of the issue message
Example : Hello,\n can you give us some examples of uses?\n Thank you in advance,\n

read

[Boolean]

True if the issue message has been marked as read
Example : true

type

IssueMessageType

Example : ISSUE

userId

[String]

The Id of the user
Example : 5000124

3.208. IssueMessageIndicationType

Type of indication filled in intro field when Issue Message has been created. Can be the work group name of the issue, first and lastname of the person writing the message or another indicator.

Type : enum (NOTHING, ISSUE_WORK_GROUP_NAME, NAME_AND_FIRSTNAME_OF_THE_AUTHOR, OTHER_INDICATION)

3.209. IssueMessageReadOption

Options used to get additional information when doing an IssueMessage search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the issue message

Enum: CHANGE_TRACKING

3.210. IssueMessageSetup

Issue Message setup information

Field Name Required Type Description Format

activateMessages

[Boolean]

True if messages have been activated on issues
Example : true

companyId

[String]

The Id of the company
Example : 5000666

emailNotificationDefault

[Boolean]

True if Email notifications should turned on by default, if so users should still be free to manually turn notifications off on a case by case basis.
Example : true

id

[String]

The Id of the issue message setting
Example : 5000666

indicationType

IssueMessageIndicationType

Example : NOTHING

otherIndicationText

[String]

Content of the indication when indicationType is set to 'OTHER_INDICATION'
Example : Helpdesk Message

3.211. IssueMessageType

Type of the message, if the message is from an Issue message or a Customer message

Type : enum (ISSUE, CUSTOMER)

3.212. IssuePreFillObjectType

Query param for object type

Type : enum (ISSUE)

3.213. IssueQuickEntry

Issue from Quick Entry

Field Name Required Type Description Format

description

[String]

The description of the issue.
Example : Loremp Ipsum

feature

Feature

Details of the feature linked to the issue.

functionalArea

FunctionalArea

Details of the functional area linked to the issue.

issueType

IssueType

The type of the issue.

module

Module

Details of the module linked to the issue.

phase

PhaseBase

Details of the phase linked to the issue.
It must be consistent with the project.

project

ProjectBase

Details of the project linked to the issue.

projectTask

ProjectTaskBase

Details of the project task linked to the issue.
It must be consistent with the project, phase and sub-phase.

severity

Severity

Details of the severity linked to the issue.

subPhase

SubPhaseBase

Details of the sub-phase linked to the issue.
It must be consistent with the project and phase.

team

Team

Details of the team assigned.

title

[String]

The title of the issue.
Example : Fix project

3.214. IssueReadOption

Options used to get additional information when doing an Issue search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the issue

Enum: CHANGE_TRACKING, CUSTOMER, CUSTOMER_LOCATION, TARGET_VERSION, CORRECTIVE_VERSION, TARGET_REVISION, CORRECTIVE_REVISION, PRODUCT, ENVIRONMENT, SEVERITY, CRITICALITY, PRIORITY, ISSUE_TYPE, ISSUE_STATUS, RESOLUTION_PILOT, CONTRACT, CONTRACT_SERVICE, TASKS, ISSUE_STATE, PROJECT, PHASE, SUB_PHASE, PROJECT_TASK, FUNCTIONAL_AREA, MODULE, FEATURE, ONHOLD, ONHOLD_OCCURRENCES, CUSTOM_DATA, EXTERNAL_REQUESTER, EXTERNAL_BEHALF_REQUESTER, TASKS_CREATED_BY, TASKS_UPDATED_BY, TASKS_TASK_TYPE, TASKS_NEXT_TASK_TYPE, TASKS_TEAM, TASKS_RESPONDING_EMPLOYEE, TASKS_TAKEN_IN_HAND_USER, TASKS_NEXT_TEAM, TASKS_NEXT_RESPONDING_EMPLOYEE, TASKS_ISSUE_INTERNAL_REPORT, TASKS_FORM_CONFIG, TAGS, FORM_CONFIG

3.215. IssueState

State of an Issue

Field Name Required Type Description Format

code

[String]

The code of the issue state.
Example : Text

default

[Boolean]

Set as true to use this state by default.
Set as false by default.

Example : true

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the issue state.
Example : Text

order

[Integer]

The order (ranking) of this state
Example : 2

int32

3.216. IssueStateCriteria

Criteria used on State when doing a State's issue search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

issueStatusId

ClauseString

issueTypeId

ClauseString

name

ClauseString

productId

ClauseString

tag

ClauseString

validity

Validity

3.217. IssueStatus

Status of an Issue

Field Name Required Type Description Format

code

[String]

The code of the issue status.
Example : Code

default

[Boolean]

Set as true to use this status by default.
Set as false by default.

Example : true

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the issue status.
Example : Text

type

IssueStatusType

The type of the issue status.
Example : CREATED

3.218. IssueStatusCriteria

Criteria used on Status when doing a Status' issue search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

name

ClauseString

statusState

ClauseString

tag

ClauseString

validity

Validity

3.219. IssueStatusType

Status of an issue

Type : enum (CREATED, IN_PROGRESS, RESOLVED, ON_HOLD, CLOSE_EXT, CLOSE_INT)

3.220. IssueType

Type of an Issue

Field Name Required Type Description Format

code

[String]

The code of the issue type.
Example : Code

default

[Boolean]

Set as true to use this type by default.
Set as false by default.

Example : true

firstTaskType

TaskType

Details of the first task type.
Remark : In add APIs (mainly PUT requests) firstTaskType model is not expected, use the firstTaskTypeId field instead.

firstTaskTypeId

[String]

ID of the first task type.
Example : 5000123

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the issue type.
Example : Text

3.221. IssueTypeCriteria

Criteria used on Issue's Type when doing an Issue's Type search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

default

ClauseBoolean

True if the issue type is the default one

id

ClauseString

name

ClauseString

tag

ClauseString

validity

Validity

validityDate

ClauseDate

The validity date of the issue type

3.222. IssueTypeReadOption

Options used to get additional information when doing a Issue Type search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the issue type

Enum: FIRST_TASK_TYPE

3.223. IssuesWithSprintStep

Issue with Sprint's Step

Field Name Required Type Description Format

issuesIds

List of [string]

List of issue ids

sprintIssueStep

SprintIssueStep

3.224. Item

Item

Field Name Required Type Description Format

accountSettings

ItemAccountingInfo

Accounting information for an item.

billingMode

BillingMode

defaut billing mode for the item
Example : TIME_BASED

category

Category

All details about the category of the product
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

categoryId

[String]

The Id of the category
Example : 10024

comment

[String]

Comment on the product
Example : Lorem ipsum

companyCode

[String]

The company code
Example : AKSAS

customData

Map of CustomData

All custom data to update

entityCode

[String]

The entity code
Example : Lyon

family (Deprecated)

[String]

The category of the product
Example : FML-LICENCE
Deprecated : Use category instead

grouping

[String]

The grouping of the product
Example : LICENCE

id

[String]

Id in database
Example : 5000123

inventory

[Boolean]

Returns true if the product is in the inventory
Example : true

inventoryAndPackaging

InventoryAndPackaging

Details about Inventory and Packaging

name

[String]

Identification name
Example : Maintenance

productionEstimatedDuration

[Double]

Estimated duration in minutes
Example : 30

double

quantityPrecision

[Double]

Number of decimals for this item quantity
Example : 2

double

reference

[String]

The reference of the product
Example : ENGLISH

shortName

[String]

Abbreviated designation
Example : Maint

subCategory

SubCategoryItem

All details about the sub-category of the product
Remark : In add APIs (mainly PUT requests) subCategory model is not expected, use the subCategoryId field instead.

subCategoryId

[String]

The Id of the sub-category
Example : 11037

subFamily (Deprecated)

[String]

The sub-category of the product
Example : RECCURENT
Deprecated : Use subCategory instead

unitPricePrecision

[Double]

Number of decimals for this item unit price
Example : 3

double

3.225. ItemAccountingInfo

Accounting information for an item

Field Name Required Type Description Format

disabledDate

[date]

Disabled date of the purchased item.
Example : 2020-12-25

date

exportCostAccount

[String]

Number of the export cost account set for purchased item export transactions.
Example : 411000

exportGroupAccount

[String]

Number of the export group account set for purchased item export group transactions.
Example : 411000

intraComCostAccount

[String]

Number of the intra-community cost account set for purchased item intracom transactions.
Example : 411000

intraComGroupAccount

[String]

Number of the intra-community group account set for purchased item intracom group transactions.
Example : 411000

intraComInternalAccount

[String]

Number of intra-community internal account set for purchased item intracom internal transactions.
Example : 411000

intraComSubscriptionAccount

[String]

Number of the intra-community subscription account set for purchased item intracom subscription transactions.
Example : 411000

localCostAccount

[String]

Number of the local cost account set for purchased item local transactions.
Remark: the account number must be a general cost account

Example : 411000

localGroupAccount

[String]

Number of the local group account set for purchased item local group transactions.
Example : 411000

localInternalAccount

[String]

Number of the local internal account set for purchased item local internal transactions.
Example : 411000

localSubscriptionAccount

[String]

Number of the local subscription account set for purchased item local subscription transactions.
Example : 411000

marketEndDate

[date]

End of market of the purchased item.
Example : 2020-12-25

date

reverseVAT

[Boolean]

Set the purchased item with reverse VAT liability.
Example : true

toBeEstablishedAccount

[String]

To be established account
Example : 411000

vatCode

X

[String]

Code of the VAT tax rate for the purchased item.
Example : 1

3.226. ItemBase

Item

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.227. ItemCommon

Details about the commons item's properties

Field Name Required Type Description Format

grouping

[String]

The grouping of the product
Example : LICENCE

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the product
Example : English licence

reference

[String]

The reference of the product
Example : ENGLISH

3.228. ItemLine

ItemLine

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE)
Example : ADD

additionalFreeFields

AdditionalFreeFields

Additional free fields of a line

afterTaxAmountTotal

[Double]

Total After-Tax amount expressed in company currency
Example : 1500

double

afterTaxAmountTotalCurrency

[Double]

Total After-Tax amount in the currency
Example : 1500

double

amountTotal

[Double]

Total amount expressed in company currency
Example : 1200

double

amountTotalCurrency

[Double]

Total amount in the currency
Example : 1200

double

complementName

[String]

Description of the line
Example : Lorem ipsum

discount

Discount

Discount applied

endDate

[Date]

Period end date
Example : 2020-01-23T04:56:07.000+00:00

date-time

forcedVat

[Boolean]

Forced VAT for the line
Example : true

generalAccount

[String]

General Account
Example : 411000

id

[String]

Id in database
Example : 5000123

item

Item

Details about the item
Remark : In add APIs (mainly PUT requests) item model is not expected, use the itemId field instead.

itemId

[String]

The Id of the product
Example : 10727

managementObjectId

[String]

Id of the management object
Example : 5000123

name

[String]

Name of the line
Example : Helpdesk

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

quantity

[Double]

Quantity of the product
Example : 3

double

rankNumber

[Double]

Rank number of the line
Example : 2

double

resource

EmployeeBase

Resource allocated to complete the task
Remark : In add APIs (mainly PUT requests) resource model is not expected, use the resourceId field instead.

resourceId

[String]

Id of the resource allocated to complete the task

startDate

[Date]

Period start date
Example : 2020-01-23T04:56:07.000+00:00

date-time

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

totalPrice

[Double]

Total price before discount expressed in company currency (unit price * quantity)
Example : 1200

double

totalPriceCurrency

[Double]

Total price before discount in the currency (unit price * quantity)
Example : 1200

double

unitPrice

[Double]

Unit price of the product expressed in company currency
Example : 40

double

unitPriceCurrency

[Double]

Unit price of the product expressed in company currency. The value in this field is not stored. Upon retrieval, it is calculated based on the rate in effect on the date of the management sales object.

Example : 36.32

double

vat1

VATBase

Details about the first VAT rate

vat2

VATBase

Details about the second VAT rate

vatAmount1

[Double]

Amount expressed in company currency with the first VAT
Example : 120

double

vatAmount1Currency

[Double]

Amount in currency for the first VAT
Example : 126.57

double

vatAmount2

[Double]

Amount expressed in company currency for the second VAT
Example : 110

double

vatAmount2Currency

[Double]

Amount in currency for the second VAT
Example : 113.26

double

3.229. JournalEntryNumberingBase

Numbering of the fiscal year journal entries

Field Name Required Type Description Format

fiscalYearId

[String]

Id of the fiscalYear
Example : 5000123

id

[String]

Id in database
Example : 5000123

prefix

[String]

Prefix of the JournalEntryNumbering

3.230. JournalType

Type of journal

Type : enum (SALES, PURCHASE, BANK, TRANSACTION, SIMULATION)

3.231. LinkDirectionEnum

A filation link type can be set with a link direction

Type : enum (ASCENDING, DESCENDING, TRANSVERSE, NOT_APPLICABLE)

3.232. LinkedObjectType

Type of publish.

Type : enum (CUSTOMER, CONTACT, OPPORTUNITY, EVENT, CARD, ISSUE, EXPENSE, EXPENSE_REPORT, QUOTATION, SALES_ORDER, QUOTE, PURCHASE_ORDER, PURCHASE_INVOICE, INVOICE, PROJECT, SUPPLIER, DELIVERY, EMPLOYEE, CONTRACT, COMPANY, RECEPTION, SALES_BILLING_TABLE, PURCHASE_BILLING_TABLE, TRAINING_SESSION, ASSIGNED_TO, OTHER_THIRD_PARTY, PURCHASE_CONTRACT, DISBURSEMENT, PURCHASE_REQUEST, JOURNAL_ENTRY, RECEIPT, REGISTRATION, REGISTRATION_FILE, TASK, PURCHASE_REQUEST_LINE, PHASE, PROJECT_GROUP, MISCELLANEOUS_TRANSACTIONS, PART, SERVICE, PROSPECT, THIRD_PARTY_SITE, CUSTOMER_SITE, SUPPLIER_SITE, INTERNSHIP, PROJECT_TASK, CUSTOM_REQUEST, TEMPORARY_PURCHASE_INVOICE, FIXED_ASSET, SUB_PHASE, CAMPAIGN, DIRECT_DEBIT_MANDATE)

A link between a location and a product

3.234. LocationLinkState

Status of the maintained product'location

Type : enum (ARCHIVED, DISABLED, FUTURE, IN_PROGRESS, TO_VALIDATE)

3.235. LocationStatusBase

Basic information for Status of the maintained product.

Field Name Required Type Description Format

code

[String]

Code of the locations status.
Example : PRET

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the location status.
Example : PRET MATERIEL

3.236. Mail

Represents all information needed to send a mail (recipient, subject and body)

Field Name Required Type Description Format

body

[String]

Content of the mail as a text

cc

List of [string]

Mail carbon copy recipients

cci

List of [string]

Mail hidden carbon copy recipients

from

[String]

Mail sender

replyTo

[String]

Mail reply to

title

[String]

Mail title

to

List of [string]

Mail recipients

3.237. MaintainedItem

Maintained Item

Field Name Required Type Description Format

administrativeProduct

[Boolean]

Maintained item set as an administrative maintained product
Example : false

classification

MaintainedItemClassification

Maintained item classification
Remark : In add APIs (mainly PUT requests) classification model is not expected, use the classificationId field instead.

classificationId

[String]

Maintained item classification id
Example : 5000123

criticalProduct

[Boolean]

Maintained item set as a critical maintainedproduct
Example : false

customData

Map of CustomData

The custom data (when present)

disabledProduct

[Boolean]

Maintained item set as disabled
Example : false

endOfUseDate

[Date]

The end-of-use date of the maintained product
Example : 2020-01-31T23:59:59Z

date-time

entryDate

[Date]

The entry date of the maintained product
Example : 2020-01-31T23:59:59Z

date-time

environmentManaged

[Boolean]

Maintained item managed by environments
Example : false

exitDate

[Date]

The exit date of the maintained product
Example : 2020-01-31T23:59:59Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

functionalAreaManaged

[Boolean]

Maintained item managed by functional areas
Example : false

hidePreviousVersions

[Boolean]

Hide previous versions of the maintained item in the Customer Extranet Portal
Example : false

id

[String]

Id in database
Example : 5000123

identification

[String]

Désignation
Example : ABC

internalProduct

[Boolean]

Maintained item set as an internal maintained product
Example : false

isHiddenHD

[Boolean]

Maintained item not seen in help desk
Example : false

isHiddenInIssue

[Boolean]

Maintained item not seen in issue creation
Example : false

isHiddenOnExtranet

[Boolean]

Maintained item not seen on the Customer Extranet Portal
Example : false

locationsLinked

List of LocationLink

Locations linked to the maintained item.

maintainedProduct

[Boolean]

True if the product is a maintained product
Example : true

maintenanceComplete

[Boolean]

Maintained item with maintenance completed
Example : false

name

[String]

Name of the maintained item
Example : Lorem ipsum

obsoleteProduct

[Boolean]

Maintained obsolete product
Example : false

productType

MaintainedItemType

Maintained item type
Remark : In add APIs (mainly PUT requests) productType model is not expected, use the productTypeId field instead.

productTypeId

[String]

Maintained item type ident
Example : 5000123

reminder

Reminder

Reminder alert

revisionId

[String]

Maintained item revision id
Example : 5000123

rightManaged

[Boolean]

Maintained item managed by rights (DMFs)
Example : false

serialNumber

[String]

Serial number of the maintained item
Example : 1234567

severity

Severity

Severity on which to apply the alert
Remark : In add APIs (mainly PUT requests) severity model is not expected, use the severityId field instead.

severityId

[String]

Severity id
Example : 5000123

taskType

TaskType

Details about the task type
Remark : In add APIs (mainly PUT requests) taskType model is not expected, use the taskTypeId field instead.

taskTypeId

[String]

ID of the task type
Example : 5000123

templateProduct

TemplateMaintainedItem

Details about the maintained item template
Remark : In add APIs (mainly PUT requests) templateProduct model is not expected, use the templateProductId field instead.

templateProductCode

[String]

Code of the maintained item template
Example : ABC

templateProductId

[String]

ID of the maintained item template
Example : 5000123

versionManaged

[Boolean]

Maintained item managed by versions
Example : false

3.238. MaintainedItemBrand

Maintained Item Brand

Field Name Required Type Description Format

code

[String]

Code of maintained item brand.
Example : Code

id

[String]

Id in database
Example : 5000123

name

[String]

Name of maintained item brand.
Example : Text

3.239. MaintainedItemClassification

Maintained Item Classification

Field Name Required Type Description Format

code

[String]

Code of classification of maintained item.
Example : Code

id

[String]

Id in database
Example : 5000123

name

[String]

Name of classification of maintained item.
Example : Text

3.240. MaintainedItemCriteria

Criteria used on Maintained Item when doing a Maintained Item search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

contractId

ClauseString

contractServiceId

ClauseString

customerId

ClauseString

id

ClauseString

identification

ClauseString

isAdministrativeProduct

ClauseBoolean

True if maintained item is an administrative product

isCriticalProduct

ClauseBoolean

True if maintained item is a critical product

isDisabledProduct

ClauseBoolean

True if maintained item is a disabled product

isEnvironmentManaged

ClauseBoolean

True if maintained item managed by environments

isFunctionalAreaManaged

ClauseBoolean

True if maintained item managed by functional areas

isHiddenHD

ClauseBoolean

True if maintained item is hidden hd

isHiddenInIssue

ClauseBoolean

True if maintained item is hidden in issue

isHiddenOnExtranet

ClauseBoolean

True if maintained item is hidden on extranet

isHidePreviousVersions

ClauseBoolean

True if maintained item is hidden in previous versions

isInternalProduct

ClauseBoolean

True if maintained item is an internal product

isMaintenanceComplete

ClauseBoolean

True if maintenance is completed

isObsoleteProduct

ClauseBoolean

True if product is obsolete

isRightManaged

ClauseBoolean

True if maintained item right is managed

isVersionManaged

ClauseBoolean

True if version is managed

maintenanceManaged

ClauseBoolean

True if maintenance managed

maintenanceModele

ClauseBoolean

True if maintenance modele

name

ClauseString

productTypeId

ClauseString

readOption

MaintainedItemReadOption

Options for retrieving extra information concerning the maintained item

serialNumber

ClauseString

tag

ClauseString

3.241. MaintainedItemReadOption

Options used to get additional information when doing a MaintainedItem search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the maintained item

Enum: TASK_TYPE, SEVERITY, TEMPLATE_PRODUCT, CLASSIFICATION, PRODUCT_TYPE, LINKED_LOCATIONS, LINKED_LOCATIONS_CUSTOMER, LINKED_LOCATIONS_CUSTOMER_SITE, LINKED_LOCATIONS_EMPLOYEE, LINKED_LOCATIONS_CONTACT, LINKED_LOCATIONS_LOCATION_STATUS, CUSTOM_DATA

3.242. MaintainedItemType

Maintained Item Type

Field Name Required Type Description Format

byDefault

[Boolean]

Set as true to use this time by default for all maintained items.
Set as false by default.

Example : true

childOfBOM

MaintainedItemTypeOptions

Maintained item product type options to set. Set as ANY by default
Example : ANY

code

[String]

Code for the type of maintained item.
Example : Code

id

[String]

Id in database
Example : 5000123

integratedTransactionManagement

[Boolean]

Stock movement management integrated. Set as false by default

name

[String]

Name for the type of maintained item.
Example : Text

parentOfBOM

MaintainedItemTypeOptions

Maintained item product type options to set. Set as ANY by default
Example : ANY

productTypeSetup

MaintainedItemTypeSetup

Maintained item product type setup. Set as MATERIAL by default
Example : MATERIAL

serialNumber

MaintainedItemTypeOptions

Maintained item product type options to set. Set as ANY by default
Example : ANY

3.243. MaintainedItemTypeOptions

Maintained item product type options

Type : enum (ANY, REQUIRED, PROHIBITED)

3.244. MaintainedItemTypeSetup

Maintained item product type setup

Type : enum (MATERIAL, SOFTWARE)

3.245. ManagementCustomerCriteria

Criteria used on Customer when doing a Customer search

Field Name Required Type Description Format

accountManagerId

ClauseString

The ID of the account manager for the customer

categoryId

ClauseString

Category of the customer

code

ClauseString

Name of the customer

id

ClauseString

Ident of the customer

salesmanId

ClauseString

The ID of the sales man for the customer

sectorId

ClauseString

Sector of the customer

subCategoryId

ClauseString

Subcategory of the customer

type

ClauseString

Type of the customer (between PROSPECT and CUSTOMER)

3.246. ManagementObject

Management object (pièce de gestion)

Field Name Required Type Description Format

accountingJournal

AccountingJournal

Details of the accounting journal
Remark : In add APIs (mainly PUT requests) accountingJournal model is not expected, use the accountingJournalId field instead.

accountingJournalId

[String]

ID of Accounting Journal
Example : 1203

afterTaxAmount

[Double]

After-Tax amount expressed in company currency
Example : 120.37

double

afterTaxAmountCurrency

[Double]

After-Tax amount in the currency
Example : 1500

double

approvalDate

[Date]

Date of approval
Example : 2020-01-23T04:56:07.000+00:00

date-time

approvalState

ApprovalState

State of approval
Example : NONE

assignmentIndicator

AssignmentIndicator

Specifies the type of project and phase: mono project and mono phase, mono project and multi phase, or multi project.

Example : SINGLE_PROJECT_MONO_PHASE

changeTracking

ChangeTracking

companyCode

[String]

The company code
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

conditionOfPayment

ConditionOfPayment

currency

Currency

Currency used in the management object

currencyCode

[String]

Code of the currency used in the management object
Example : EUR

customData

Map of CustomData

The custom data (when present)

date

[Date]

Date on the management object
Example : 2020-01-23T04:56:07.000+00:00

date-time

description

[String]

Description
Example : Lorem ipsum

entityCode (Deprecated)

[String]

The entity code
Example : Lyon
Deprecated : Use entityId instead

exchangeRate

[Double]

The currency's exchange rate
Warning: This property will soon be read-only. We advise against modifying its value when creating or updating the object that contains it.

Example : 10.26

double

fiscalYear

FiscalYearBase

Belonging fiscal year
Remark : In add APIs (mainly PUT requests) fiscalYear model is not expected, use the fiscalYearId field instead.

fiscalYearId

[String]

Id of the fiscalYear
Example : 5000123

group

[Boolean]

Group object

id

[String]

Id in database
Example : 5000123

internal

[Boolean]

Internal object

manager

EmployeeBase

Details of the employee
Remark : In add APIs (mainly PUT requests) manager model is not expected, use the managerId field instead.

managerId

[String]

Id of the manager
Example : 5000123

methodOfPayment

MethodOfPayment

Method of payment
Example : CREDIT_CARD

name

[String]

Name of the management object
Example : Label for my doc

number

[String]

The number of the management object
Example : CC00001

payment (Deprecated)

Payment

Deprecated : Use conditionOfPayment instead

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

preTaxAmount

[Double]

Pre-Tax Amount expressed in company currency
Example : 100.14

double

preTaxAmountCurrency

[Double]

Pre-Tax Amount in the currency
Example : 100.14

double

pricingMethod

PricingMethodBase

Details about the pricing method. The method by which pricing is to be determined.
Remark : In add APIs (mainly PUT requests) pricingMethod model is not expected, use the pricingMethodId field instead.

pricingMethodId

[String]

The id of the pricing method
Example : 5000125

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

thirdPartyId

[String]

The Id of the third-party
Example : CUSTOMER01

thirdPartyToBillId

[String]

The Id of the third-party to bill
Example : CUSTOMER02

type

ManagementObjectType

Example : QUOTATION

3.247. ManagementObjectBase

Basic information on the management object (pièce de gestion)

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the management object
Example : Label for my doc

number

[String]

The number of the management object
Example : CC00001

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

3.248. ManagementObjectBatchResult

Object containing :
- the ids of the successfully treated management objects
- the ids of the management objects with errors

Field Name Required Type Description Format

errors

List of ErrorMessage

Contains a list of detailed error messages related to the processing of each identifier.

idsOnError

List of [string]

Ids of the management object not processed in batches

idsOnSuccess

List of [string]

Ids of the management object processed in batches

managementObjectType

[String]

Type of the management object processed in batches

3.249. ManagementObjectCommon

Details on common properties of management object (pièce de gestion)

Field Name Required Type Description Format

afterTaxAmount

[Double]

After-Tax amount expressed in company currency
Example : 120.37

double

changeTracking

ChangeTracking

companyCode

[String]

The company code
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

currency

Currency

Currency used in the management object

currencyCode

[String]

Code of the currency used in the management object
Example : EUR

customData

Map of CustomData

The custom data (when present)

date

[Date]

Date on the management object
Example : 2020-01-23T04:56:07.000+00:00

date-time

description

[String]

Description
Example : Lorem ipsum

entityCode (Deprecated)

[String]

The entity code
Example : Lyon
Deprecated : Use entityId instead

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the management object
Example : Label for my doc

number

[String]

The number of the management object
Example : CC00001

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

preTaxAmount

[Double]

Pre-Tax Amount expressed in company currency
Example : 100.14

double

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

thirdPartyId

[String]

The Id of the third-party
Example : CUSTOMER01

type

ManagementObjectType

Example : QUOTATION

3.250. ManagementObjectCriteria

Criteria used to get more details about the management object.

Field Name Required Type Description Format

afterTaxAmount

ClauseDouble

After tax amount of the management object

approvalDate

ClauseDate

Approval date of the management object

approvalState

ClauseString

Approval state of the management object

companyCode

ClauseString

Company code of the management object

creationDate

ClauseDate

Creation date of the management object

currencyCode

ClauseString

Currency code of the currency used in the management object

customData

Map of Clause

The custom data (when present)

date

ClauseDate

Date of the management object

description

ClauseString

Description of the management object

entityCode

ClauseString

Entity code of the management object

fiscalYearId

ClauseString

Id of the fiscal year

group

ClauseBoolean

True if group

id

ClauseString

ID of the management object

internal

ClauseBoolean

True if management object is internal

journalId

ClauseString

Id of the journal

managerId

ClauseString

Id of the manager linked with the management object

methodOfPayment

ClauseString

Method of payment of the management object

name

ClauseString

Name of the management object

preTaxAmount

ClauseDouble

Pre tax amount of the management object

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.251. ManagementObjectLine

Management object line (ligne de pièce de gestion)

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE)
Example : ADD

additionalFreeFields

AdditionalFreeFields

Additional free fields of a line

afterTaxAmountTotal

[Double]

Total After-Tax amount expressed in company currency
Example : 1500

double

afterTaxAmountTotalCurrency

[Double]

Total After-Tax amount in the currency
Example : 1500

double

amountTotal

[Double]

Total amount expressed in company currency
Example : 1200

double

amountTotalCurrency

[Double]

Total amount in the currency
Example : 1200

double

complementName

[String]

Description of the line
Example : Lorem ipsum

generalAccount

[String]

General Account
Example : 411000

id

[String]

Id in database
Example : 5000123

managementObjectId

[String]

Id of the management object
Example : 5000123

name

[String]

Name of the line
Example : Helpdesk

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

quantity

[Double]

Quantity of the product
Example : 3

double

rankNumber

[Double]

Rank number of the line
Example : 2

double

resource

EmployeeBase

Resource allocated to complete the task
Remark : In add APIs (mainly PUT requests) resource model is not expected, use the resourceId field instead.

resourceId

[String]

Id of the resource allocated to complete the task

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

totalPrice

[Double]

Total price before discount expressed in company currency (unit price * quantity)
Example : 1200

double

totalPriceCurrency

[Double]

Total price before discount in the currency (unit price * quantity)
Example : 1200

double

unitPrice

[Double]

Unit price of the product expressed in company currency
Example : 40

double

unitPriceCurrency

[Double]

Unit price of the product expressed in company currency. The value in this field is not stored. Upon retrieval, it is calculated based on the rate in effect on the date of the management sales object.

Example : 36.32

double

3.252. ManagementObjectLineCommon

Common properties of management object line

Field Name Required Type Description Format

amountTotal

[Double]

Total amount expressed in company currency
Example : 1200

double

amountTotalCurrency

[Double]

Total amount in the currency
Example : 1200

double

id

[String]

Id in database
Example : 5000123

managementObjectId

[String]

Id of the management object
Example : 5000123

name

[String]

Name of the line
Example : Helpdesk

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

projectTask

ProjectTaskCommon

Details about the project task of the project
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

Id of the project task
Example : 5000123

quantity

[Double]

Quantity of the product
Example : 3

double

rankNumber

[Double]

Rank number of the line
Example : 2

double

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

unitPrice

[Double]

Unit price of the product expressed in company currency
Example : 40

double

unitPriceCurrency

[Double]

Unit price of the product expressed in company currency. The value in this field is not stored. Upon retrieval, it is calculated based on the rate in effect on the date of the management sales object.

Example : 36.32

double

3.253. ManagementObjectLineCriteria

Criteria used to get more details about the management object line.

Field Name Required Type Description Format

additionalFreeFieldCriteria

AdditionalFreeFieldsCriteria

dutiableCriteria

DutiableCriteria

endDate

ClauseDate

End period clause

generalAccountNumber

ClauseString

grouping

ClauseString

Grouping of the item

id

ClauseString

phaseId

ClauseString

projectCriteria

ManagementProjectCriteria

Criteria on project linked to the line

projectId

ClauseString

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.254. ManagementObjectType

Type of the management object

Type : enum (QUOTATION, SALES_ORDER, QUOTE, PURCHASE_ORDER, CUSTOM_REQUEST, PURCHASE_INVOICE, EXPENSE_REPORT, EXPENSE, INVOICE, SALES_BILLING_TABLE, PURCHASE_BILLING_TABLE, RECEPTION, DELIVERY, PRODUCTION)

3.255. ManagementProjectCriteria

Criteria used on Project when doing a Project search

Field Name Required Type Description Format

activityId

ClauseString

categoryId

ClauseString

companyId

ClauseString

The Id of the company

customerId

ClauseString

customerProjectId

ClauseString

Ident of the project (equivalent to the code of the project)

departmentId

ClauseString

divisionGroupingId

ClauseString

divisionId

ClauseString

entityId

ClauseString

financialManagerId

ClauseString

id

ClauseString

managerId

ClauseString

name

ClauseString

productionManagerId

ClauseString

projectGroupCode

ClauseString

projectState

ClauseString

referentialDate

[Date]

Date à laquelle l'affaire doit être active (en prod)
Example : 2020-01-23T04:56:07.000+00:00

date-time

salesManagerId

ClauseString

subCategoryId

ClauseString

subCategoryLevel2Id

ClauseString

tag

ClauseString

Unused at the moment

yearId

ClauseString

Ident of the year

3.256. ManagerVisibilityCriteria

Manager's criteria

Field Name Required Type Description Format

includeManager

[Boolean]

Include manager in the search result

includeResourcesTwoManagementLevelsBelow

[Boolean]

Include resources from two management levels below (N-2) in the search result

managerId

[String]

Id of the manager
Example : 5000123

3.257. Message

A message is a combination of a Mail (used to store standard information for sending a mail) and functional information. This functional information is processed by backend service to compute standard information for sending mail like an employee's email address.

Field Name Required Type Description Format

attachFile

AttachFileLocation

Location of the file to be attached.
Example : BODY

ccRecipients

List of MessageRecipient

List of recipients to be included in CC (carbon copy).

cciRecipients

List of MessageRecipient

List of recipients to be included in BCC (blind carbon copy - CCI).

mail

Mail

All details required to send an email (recipients, subject, body).

publishedDocuments

List of PublishedDocument

List of documents to be published as attached files.

replyTo

MessageRecipient

Mail recipient for reply-to.

toRecipients

List of MessageRecipient

List of primary recipients.

3.258. MessageRecipient

Recipient of a message

Field Name Required Type Description Format

address

[String]

The email address of the recipient.
Example : jean@email.com

id

[String]

Id in database
Example : 5000123

summary

[String]

A brief summary or description of the recipient.
Example : Text

type

MessageRecipientType

Type of message recipient.
Example : USER

3.259. MessageRecipientType

Message recipient type

Type : enum (USER, EMPLOYEE, CONTACT, TEAM, MAIL_ADDRESS)

3.260. MethodOfPayment

Method of payment

Type : enum (CREDIT_CARD, CHECK, CASH, CHECK_LETTER, DIRECT_DEBIT, INTER_BANK_PAYMENT_DOCUMENT, BANK_DRAFT, BANK_TRANSFER, BANK_TRANSFER_CURRENCY, OTHER)

3.261. Module

Module of an Issue

Field Name Required Type Description Format

code

[String]

Code of the module.
Example : Code

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the module
Example : Text

3.262. ModuleCriteria

Criteria used on Module when doing a Module search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

functionalAreaId

ClauseString

id

ClauseString

name

ClauseString

onlyValid

[Boolean]

True to return only valid modules

tag

ClauseString

validity

Validity

3.263. NoneSEPA

International bank detail

Field Name Required Type Description Format

beneficiary

InternationalBankAccountDetails

Details of the beneficiary's international bank account, including identification and account holder information.

defaultBankDetail

[Boolean]

Set as true if this international bank detail will be used by default.
Example : false

intermediate

InternationalBankAccountDetails

Details of the intermediate's international bank account, including identification and account holder information.

A link between a target object and other objects

3.265. OnHold

On Hold of an Issue

Field Name Required Type Description Format

changeTracking

ChangeTracking

Date and user of creation and modification

date

[Date]

Beginning of this instance issue being on hold
Example : 2020-01-31T23:59:59Z

date-time

endDate

[Date]

End of the this instance of the issue being on hold
Example : 2020-01-31T23:59:59Z

date-time

estimatedResponseDate

[Date]

The estimated response date
Example : 2020-01-31T23:59:59Z

date-time

id

[String]

Id in database
Example : 5000123

issueId

[String]

The id of the issue on hold
Example : 5000123

issueState

IssueState

Details about the state of the issue
Remark : In add APIs (mainly PUT requests) issueState model is not expected, use the issueStateId field instead.

issueStateId

[String]

ID of the issue state
Example : 5000123

issueStatus

IssueStatus

Details about the status of the issue
Remark : In add APIs (mainly PUT requests) issueStatus model is not expected, use the issueStatusId field instead.

issueStatusId

[String]

ID of the issue status
Example : 5000123

onHoldReason

OnHoldReason

Details about the on hold reason
Remark : In add APIs (mainly PUT requests) onHoldReason model is not expected, use the onHoldReasonId field instead.

onHoldReasonId

[String]

ID of the on hold reason
Example : 5000123

putOnHoldBy

UserBase

The user putting the issue on hold
Remark : In add APIs (mainly PUT requests) putOnHoldBy model is not expected, use the putOnHoldById field instead.

putOnHoldById

[String]

ID of the user putting the issue on hold
Example : 5000123

rdv

[Boolean]

True if it is an rdv
Example : false

reason

[String]

Reason why the issue is on hold
Example : Lorem ipsum dolor sit amet

takenOffHoldBy

UserBase

The user resuming the issue
Remark : In add APIs (mainly PUT requests) takenOffHoldBy model is not expected, use the takenOffHoldById field instead.

takenOffHoldById

[String]

ID of the user resuming the issue
Example : 5000123

takenOffHoldDate

[Date]

Date on which an endDate was set (This can be done retro actively).
Example : 2020-01-31T23:59:59Z

date-time

3.266. OnHoldCriteria

Criteria used when doing an on hold entries search

Field Name Required Type Description Format

date

ClauseDate

The date the issue has been put on hold

endDate

ClauseDate

The date the issue has been resumed

estimatedEndDate

ClauseDate

The estimated end date of the issue

id

ClauseString

onHoldReasonId

ClauseString

putOnHoldById

ClauseString

readOption

OnHoldReadOption

Options for retrieving extra information concerning the on hold object

reason

ClauseString

takenOffHoldById

ClauseString

3.267. OnHoldReadOption

Options used to get additional information when doing an on hold search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the on hold object

Enum: ON_HOLD_REASON, ISSUE_STATUS, ISSUE_STATE, PUT_ON_HOLD_BY, TAKEN_OFF_HOLD_BY, CHANGE_TRACKING

3.268. OnHoldReason

Reason of a on hold

Field Name Required Type Description Format

code

[String]

Code of the hold reason.
Example : Code

default

[Boolean]

Set to “true” to apply this default reason to holds.
Set as false by default.

Example : false

description

[String]

The description of the hold reason.
Example : Loremp ipsum

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the hold reason.
Example : Text

order

[Integer]

Order number of the reason
Example : 2

int32

3.269. OnHoldReasonCriteria

Criteria used when doing a On Hold Reason search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

name

ClauseString

tag

ClauseString

3.270. OpportunityBase

OpportunityBase

Field Name Required Type Description Format

code

[String]

The code of the opportunity.

Example : OP2025

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the opportunity.
Example : ON PREMISE

3.271. OtherThirdPartieBase

Other Third Partie Base (Autre Tiers)

Field Name Required Type Description Format

code

[String]

The code of the third party (customer, supplier, other third party).
This field cannot be updated once it has been created.

Example : CA122

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

3.272. OtherThirdPartyTypeBase

Type of Other Third-Party

Field Name Required Type Description Format

code

X

[String]

The code of the other third-party type
Example : AMOA

id

[String]

Id in database
Example : 5000123

name

X

[String]

The name of the other third-party type
Example : AMOA

3.273. PatchElement

A JSONPatch as defined by RFC 6902

Field Name Required Type Description Format

from

X

[String]

A JSON-Pointer @see https://tools.ietf.org/html/rfc6901

op

X

[String]

The operation to be performed
Example : ADD

Enum: ADD, REMOVE, REPLACE, TEST, MOVE, COPY, AK_APPEND, ADD, REMOVE, REPLACE, TEST, MOVE, COPY, AK_APPEND

path

X

[String]

A JSON-Pointer @see https://tools.ietf.org/html/rfc6901

value

[Object]

The value to be used within the operations.

3.274. PatchHolder

List of patches to apply to the idents specified

Field Name Required Type Description Format

ids

List of [string]

Idents to patch

patchElements

List of PatchElement

List of patches to apply

3.275. Payment

Payment

Field Name Required Type Description Format

code

[String]

Payment code
Example : 5 days End of month by bank transfer

day

[Double]

Day of the month on which the payment will be done
Example : 10

double

deadLine

[String]

Number of days to carry out the payment
Example : 5

term

[String]

Period of payment
Example : End of month

People Link

3.277. PeopleLinkCriteria

Criteria used on People Link when doing a People Link search

Field Name Required Type Description Format

defaultLink

ClauseBoolean

If true, the people link is the one set by default on the third party with the link

id

ClauseString

linkSourceId

ClauseString

Id of the people link relationship between the path third party and another third party

linkTargetId

ClauseString

Id of the people link relationship between a third party and the path third party

linkType

ClauseString

A link can be set as a Management Link or a Filiation Link

readOption

PeopleLinkReadOption

Options for retrieving extra information concerning the peopleLink

sourceThirdPartyId

ClauseString

Id of the third party linked

sourceThirdPartyType

ClauseString

Type of the source third party linked (PROSPECT, CUSTOMER, SUPPLIER OR OTHER_THIRD_PARTY)

targetThirdPartyId

ClauseString

Id of the target third party with people links

targetThirdPartyType

ClauseString

Type of the third party with people links (PROSPECT, CUSTOMER, SUPPLIER OR OTHER_THIRD_PARTY)

3.278. PeopleLinkReadOption

Options used to get additional information when doing a peopleLink's search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the people link

Enum: LINK_SOURCE, LINK_TARGET, SOURCE_THIRD_PARTY, TARGET_THIRD_PARTY

3.279. PeopleLinkType

People Link Type

Field Name Required Type Description Format

code

[String]

The code for the type of People link.
Example : CODE

companyCode

[String]

The code of the company.
Example : AKSAS

description

[String]

The description for the type of People link.
Example : Loremp ipsum

id

[String]

Id in database
Example : 5000123

linkDirection

LinkDirectionEnum

A filation link type can be set with a link direction
Example : ASCENDING

static

[Boolean]

A link can be set as static if it is not intended to be modified
Example : true

type

PeopleLinkTypeEnum

A link can be set as a Management Link or a Filiation Link
Example : MANAGEMENT_LINK

3.280. PeopleLinkTypeCriteria

Criteria used on People Link Type when doing a Link Type search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

type

ClauseString

A link can be set as a Management Link or a Filiation Link

3.281. PeopleLinkTypeEnum

A link can be set as a Management Link or a Filiation Link

Type : enum (MANAGEMENT_LINK, FILIATION_LINK)

3.282. Period

Period

Field Name Required Type Description Format

from

[Date]

Smaller date of the period
Example : 2020-01-23T04:56:07.000+00:00

date-time

granularity

PeriodGranularity

To limit the granularity to a unit other than milliseconds, pass the units as the third parameter. DAY by default.
Example : YEAR

inclusivity

[String]

Inclusivity. A [ indicates inclusion of a value. A ( indicates exclusion (for the smaller date of the period, use ) and ] for the bigger one). Inclusive by default.

to

[Date]

Bigger date of the period
Example : 2020-01-23T04:56:07.000+00:00

date-time

3.283. PeriodGranularity

Granularity of a period

Type : enum (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND)

3.284. Periodicity

Periodicity

Field Name Required Type Description Format

code

PeriodicityCodeType

Periodicity of payment (0 &#8658; Unique (default); 1 &#8658; Annual; 2 &#8658; Bi-annual; 3 &#8658; Quarterly; 4 &#8658; Monthly)
Example : UNIQUE

duration

[Double]

Duration in month
Example : 3

double

id

[String]

Id in database
Example : 5000123

lineStartDate

[Date]

Start date of the line
Example : 2020-01-23T04:56:07Z

date-time

startDate

[Date]

Date by which the periodicity is starting
Example : 2020-01-23T04:56:07.000+00:00

date-time

tacitAgrement

[Boolean]

Returns true if the checkbox 'tacit renewal' is checked
Example : true

term

[Boolean]

Returns true if not due, false if due
Example : true

3.285. PeriodicityCodeType

Type of tag

Type : enum (UNIQUE, ANNUAL, BIANNUAL, QUARTERLY, MONTHLY)

3.286. PhaseBase

Phase

Field Name Required Type Description Format

code

[String]

Code of a phase
Note: The phase code cannot be changed once it has been created.

Example : PHS_1

id

[String]

Id in database
Example : 5000123

name

[String]

Name of a phase
Example : Phase 1

order

[Integer]

Order number of the project
Example : 1

int32

project

ProjectBase

Details about the corresponding project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the corresponding project (i.e. Code of the project)
Example : PRJ_1

3.287. PhaseState

State of a phase

Field Name Required Type Description Format

code

[String]

The code of the phase state
Example : PRO

companyId

[String]

ID of the company
Example : 5000123

default

[Boolean]

Set as true to use this phase state by default. Set as false by default
Example : false

id

[String]

ID of the phase state

name

[String]

The name of the phase state
Example : Production

3.288. PhaseStateCriteria

Criteria used on phase state when doing a phase state search

Field Name Required Type Description Format

code

ClauseString

companyId

ClauseString

id

ClauseString

name

ClauseString

3.289. PipeBase

Pipe base

Field Name Required Type Description Format

code

[String]

Code of the pipe
Example : BIZZ

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the pipe
Example : Business

3.290. PluginFeature

Plugin Feature

Type : enum (BRIDGE, CHORUS, EDOC, PRESTATIONS, UNIVERSIGN, API_GOOGLE, AKUITEO_SAAS)

3.291. Postpone

Object used to postpone management object lines.
The line date can be postponed by setting a precise date, shifting by a period, or resetting the date.

Field Name Required Type Description Format

exactDate

[Date]

Precise date to be updated.
If provided, this date will automatically be set on the object.
To use this field, type must be set to EXACT_DATE.

Example : 2020-01-23T04:56:07Z

date-time

period

PostponePeriod

Period shift information for postponing the date. To use this field, type must be set to SHIFT_BY_PERIOD.

type

X

PostponeType

Defines how the date is postponed: either by exact date, period shift, or reset.
EXACT_DATE allows postponing to a specific date.
SHIFT_BY_PERIOD allows postponing using a defined period shift.
RESET_DATE allows clearing the date.
If this field is set to RESET_DATE, the values in postponeToExactDate and postponeByPeriod are ignored, if provided, and the line date will be cleared.

Example : EXACT_DATE

3.292. PostponePeriod

Defines the number of occurrences for the postponement and the time unit, allowing the date to be modified based on a given period.

Field Name Required Type Description Format

numberOfOccurrency

[Integer]

Number of times the period should be shifted.
Example : 4

shiftPeriod

ShiftPeriod

Time unit for shifting the period.
Example : YEAR

3.293. PostponeType

Defines how the date postponement is handled

Type : enum (EXACT_DATE, SHIFT_BY_PERIOD, RESET_DATE)

3.294. PricingMethodBase

The method by which pricing is to be determined

Field Name Required Type Description Format

code

[String]

The code of the pricing method
Example : AKAS

id

[String]

The ID in database of the pricing methods
Example : 5000123

name

[String]

The name given to the pricing method
Example : TARIFS AKAS

3.295. Priority

Priority of an Issue

Field Name Required Type Description Format

code

[String]

Code of the priority.
Example : Code

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the priority.
Example : Text

3.296. PriorityCriteria

Criteria used on Priority when doing a Priority search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

default

ClauseBoolean

True if the priority is the default one

id

ClauseString

name

ClauseString

tag

ClauseString

validity

Validity

3.297. ProbabilityLevel

Probability of the level being accepted.

Type : enum (0, 1, 2, 3, 4, 9)

3.298. ProductClassification

Classification of product

Field Name Required Type Description Format

code

[String]

The code of the classification type
Example : CODE

companyCode

[String]

Company code
Example : *

id

[String]

The id of the classification type
Example : 5000666

name

[String]

The name of the classification type
Example : Name

3.299. ProductClassificationCriteria

Criteria

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

name

ClauseString

3.300. ProductType

Type of product

Field Name Required Type Description Format

code

[String]

The code of the product type
Example : CODE

companyCode

[String]

Company code
Example : *

default

[Boolean]

Product type by default
Example : true

id

[String]

The Id of the product type
Example : 5000666

name

[String]

The name of the product type
Example : Name

3.301. ProductTypeCriteria

Criteria

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

default

ClauseBoolean

True if the product type is the default one

id

ClauseString

name

ClauseString

3.302. ProductionInformations

Production informations

Field Name Required Type Description Format

billingTargetDay

[Integer]

Billing target day of the month for the production to be billed. Empty if the billing mode is not production to be billed.
Example : 5

int32

defaultDisplay

[Boolean]

Determines whether the production is the most frequently used and should be displayed by default. Set as 'True' if the production is to be displayed by default.
Example : false

estimatedDuration

[Integer]

The production estimated duration in minutes. Empty if the billing mode is not production to be billed.
Example : 240

int32

linkedToAdvancePayments

[Boolean]

Returns true if the production is linked to advance payments. Set as 'false' by default.
Example : true

targetDay

[Integer]

Target day of the month for the production. Empty if the billing mode is not production to be billed.
Example : 22

int32

team

ProductionTeamBase

Details about the production team.
Remark : In add APIs (mainly PUT requests) team model is not expected, use the teamId field instead.

teamId

[String]

ID of the production team
Example : 5000123

3.303. ProductionTeamBase

Production team base

Field Name Required Type Description Format

code

[String]

Code of the production team
Example : PRD

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the production team
Example : PROD

3.304. Profession

Details about the profession of the people

Field Name Required Type Description Format

code

[String]

Code of the Profession
Example : LYR

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the Profession
Example : Lawyer

3.305. ProfessionalCategory

Professional Category

Field Name Required Type Description Format

code

[String]

Code of the Professional Category
Example : CODE

companyId

[String]

ID of the company
Example : 5000123

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the Professional Category
Example : Name

ranking

[Integer]

The professional category ranking in the list
Example : 5

int32

3.306. ProjectBase

Project

Field Name Required Type Description Format

companyCode

[String]

Code of the company
Example : AKSAS

customer

CustomerBase

Details of the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

Id of the project's customer
To update this field,use the specific API : Update the customer's project

Example : 5000123

customerType

ProjectCustomerType

Customer type
Example : ALL_CUSTOMERS

endCustomer

CustomerBase

Details of the customer
Remark : In add APIs (mainly PUT requests) endCustomer model is not expected, use the endCustomerId field instead.

endCustomerId

[String]

Id of the project's end customer
Example : 5000123

id

[String]

Id in database
Example : 5000123

internal

[Boolean]

If the project is internal or not
Example : false

leave

[Boolean]

Return true if the project is a leave project
Example : false

leaveType

ProjectLeaveType

Details about leave type
Example : WITH_REQUEST

name

[String]

Name of a project
Example : My project

3.307. ProjectCommon

Shared information about projects, across domains.

Field Name Required Type Description Format

color

[String]

Color of the project (hexadecimal code)

companyCode

[String]

Code of the company
Example : AKSAS

customer

CustomerBase

Details of the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

Id of the project's customer
To update this field,use the specific API : Update the customer's project

Example : 5000123

customerType

ProjectCustomerType

Customer type
Example : ALL_CUSTOMERS

endCustomer

CustomerBase

Details of the customer
Remark : In add APIs (mainly PUT requests) endCustomer model is not expected, use the endCustomerId field instead.

endCustomerId

[String]

Id of the project's end customer
Example : 5000123

id

[String]

Id in database
Example : 5000123

internal

[Boolean]

If the project is internal or not
Example : false

leave

[Boolean]

Return true if the project is a leave project
Example : false

leaveType

ProjectLeaveType

Details about leave type
Example : WITH_REQUEST

name

[String]

Name of a project
Example : My project

projectEnd (Deprecated)

[Date]

End date of a project
Example : 2020-01-23T04:56:07.000+00:00
Deprecated : Use project/productionEnd/actualDate instead

date-time

projectStart (Deprecated)

[Date]

Start date of a project
Example : 2020-01-23T04:56:07.000+00:00
Deprecated : Use project/productionStart/actualDate instead

date-time

projectState

ProjectState

State of the project
Remark : In add APIs (mainly PUT requests) projectState model is not expected, use the projectStateId field instead.

projectStateId

[String]

Id of the state of the project
Example : 5000123

3.308. ProjectCustomerType

Type of relation with the customers

Type : enum (ALL_CUSTOMERS, MULTI_CUSTOMERS, SINGLE_CUSTOMER)

3.309. ProjectFilterType

Type of filter on project

Type : enum (NONE, SCHEDULED_FOR_MONTH, WITH_MY_TIMESHEET, FROM_MANAGERS_IN_MY_DIVISION, FROM_MY_DIVISION, INTERNAL_IN_MY_DIVISION, FROM_MY_ENTITY, INTERNAL_IN_MY_ENTITY, MANAGED_BY_ME)

3.310. ProjectGroup

ProjectGroup

Field Name Required Type Description Format

code

[String]

The code of the project group.
Example : PARC

description

[String]

Description of the project group.
Example : Lorem ipsum

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the project group.
Example : PARC

3.311. ProjectLeaveType

Type of Project leave

Type : enum (WITH_REQUEST, CALENDAR, NO_TIMESHEETS)

3.312. ProjectState

State of a project

Field Name Required Type Description Format

code

[String]

The code of the project state
Example : PRO

companyCode (Deprecated)

[String]

Code of the company
Example : AKSAS
Deprecated : Use companyId instead

companyId

[String]

ID of the company
Example : 5000123

id

[String]

ID of the project state

name

[String]

The name of the project state
Example : Production

3.313. ProjectStateCriteria

Criteria used on project state when doing a project state search

Field Name Required Type Description Format

activeModule

ActiveModule

Example : EXPENSE_REPORTS

code

ClauseString

companyId

ClauseString

id

ClauseString

name

ClauseString

tag

ClauseString

You can fill in the code or name of the tag in this field

3.314. ProjectTaskBase

The Project task base

Field Name Required Type Description Format

code (Deprecated)

[String]

Code of the task
Deprecated : unused

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the task
Example : Team building

3.315. ProjectTaskCommon

The Project task common

Field Name Required Type Description Format

code (Deprecated)

[String]

Code of the task
Deprecated : unused

customer

CustomerBase

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer
Example : 5000123

description

[String]

Description of the task

endDate

[Date]

End date of the task
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the task
Example : Team building

order

[Integer]

Order number of the task
Example : 2

int32

phase

PhaseBase

Details about the phase of the project.
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

All details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_001

startDate

[Date]

Start date of the task
Example : 2020-01-23T04:56:07.000+00:00

date-time

subPhase

SubPhaseBase

Details about the sub-phase of the project
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 51000122

3.316. ProjectTaskType

The parameters of different type of project task

Field Name Required Type Description Format

byDefault

[Boolean]

Set as true to use this type of task by default when adding a new task.
Example : false

code

[String]

The code to give to this project task type
Example : R&D

companyId

[String]

ID of the company
Example : 5000123

id

[String]

ID of the project task type

label

[String]

The project task type name / label
Example : Tâche R&D

rankNumber

[Integer]

The project task type ranking in the list
Example : 5

type

TaskBillingType

Example : TIME_BASED

3.317. ProjectType

Project type

Type : enum (EXTERNAL, INTERNAL, ALL)

3.318. ProrataMethod

Prorata method

Type : enum (MONTH_STARTED_DUE, EXACT_NUMBER_OF_DAYS, BASE_360, FULL_MONTH_IF_AFTER_15)

3.319. PublishArguments

Required arguments to publish a document.

Field Name Required Type Description Format

extension

[String]

Document type
Example : .pdf

parameters

List of PublishTemplateParameter

Details about the template parameters

saveDocument

[Boolean]

Return true if the generated document is linked to the business document.
Example : true

template

PublishTemplate

Details about the template

3.320. PublishContextBase

Context for publication, destined for use by specific API

Field Name Required Type Description Format

contextType

[String]

Context of the publish
Example : Timesheet entries

displayOptions

Map of [string]

Options for data display
Example : Weekend, Scheduled rate, Validated, etc…​

filters

Map of [array]

Filter for data selection discriminating by object IDs grouped by object type
Example : Entity, Services, Employee, etc…​

3.321. PublishTemplate

Details about the template used to publish.

Field Name Required Type Description Format

code

[String]

The template code
Example : MODELE_EDITION_001

defaultTemplate

[Boolean]

Return true if it's the default's template
Example : true

endDate

[Date]

End of validity of the template
Example : 2020-01-23T04:56:07.000+00:00

date-time

extensions

List of [string]

Extension types available for the document
Example : .pdf, .docx

id

[String]

Id in database
Example : 5000123

interactive

[Boolean]

Return true if the model needs any parameters to be generated
Example : true

name

[String]

The template name
Example : Edition model for my documents

order

[Integer]

Order number
Example : 1

int32

path

[String]

Path where you can find the template.
Example : C://MyDoc/Template/modele_edition_001

publishType

PublishType

Publish type
Example : OPPORTUNITY

type

PublishTemplateType

Details about the template type

3.322. PublishTemplateParameter

Parameters of a Publish template.

Field Name Required Type Description Format

controlType

PublishTemplateParameterType

Details about the type of the parameter
Example : TEXT_BOX

groupName

[String]

Name of the parameter group
Example : text_box

labelText

[String]

Label of the parameter
Example : Detail BL

nameField

[String]

Name of the parameter
Example : DetailBL

nameFieldNext

[String]

Name of the next parameter
Example : DetailCheckbox

pattern

[String]

Pattern of the parameter
Example : cl

required

[Boolean]

Return true if the paramater is required
Example : true

selectionList

List of PublishTemplateParameterChoice

Details of each value of a LIST_BOX parameter

value

[Object]

Value of the parameter
Example : checked

3.323. PublishTemplateParameterChoice

If controlType is equal to LIST_BOX, there is a list of each object in the list

Field Name Required Type Description Format

label

[String]

The label
Example : Bank transfer

value

[String]

The value
Example : BT

3.324. PublishTemplateParameterType

Type of parameter.

Type : enum (TEXT_BOX, LIST_BOX, DATE_BOX, RADIO_BUTTON, CHECK_BOX, COMBO_BOX)

3.325. PublishTemplateType

Describe the Publish template type which is unique by code-modelId tuple. Allowed ModelId values depend on choosen code value.

Field Name Required Type Description Format

code

[String]

Code of the template type
Example : TEMP01

modelDescription

[String]

Description of the model
Example : Lorem Ipsum

modelId

[String]

ID of the model
Example : 5000123

name

[String]

Name of the template type
Example : Template one

3.326. PublishType

Type of the published document.
Defines the type of document that can be published. Some objects can be published individually, while others support batch publishing. For batch publishing, use the type ending with 'LIST.'

Type : enum (OPPORTUNITY, QUOTATION, QUOTATION_LIST, SALES_ORDER, SALES_ORDER_LIST, SALES_INVOICE, SALES_INVOICE_LIST, SALES_BILLING_TABLE, SALES_BILLING_TABLE_LIST, DELIVERY, DELIVERY_LIST, QUOTE, PURCHASE_ORDER, PURCHASE_INVOICE, PURCHASE_BILLING_TABLE, RECEPTION, CUSTOMER, CUSTOM_REQUEST, EXPENSE_REPORT, EXPENSE, EXPENSE_REPORT_LIST, SCHEDULE, SCHEDULE_EMPLOYEE, TIMERECORDING, ISSUE, PRODUCTION_TO_BE_BILLED, OVERVIEW_HELPDESK, OVERVIEW_PURCHASE, OVERVIEW_SALES, OVERVIEW_SCHEDULE, OVERVIEW_TIMESHEET, OVERVIEW_STOCK, OVERVIEW_COMMON, OVERVIEW_MISCELLANEOUS, PROJECT, PROJECT_LIST, CONTACT, QUOTATION_EXPENSE_LINE, BANKING_INFORMATION)

3.327. PublishedDocument

Published Document.

Field Name Required Type Description Format

documentId

[String]

Document ID
Example : 112302

isDocument

[Boolean]

Return true if the document is available in Akuiteo
Example : true

token

[String]

Details about the published document (whether the publish is okay or not, where you can find the document, its size)

3.328. QuickEntryIssue

Quick Entry of Issue

Field Name Required Type Description Format

code

[String]

Code of the quick entry.
Example : Code

contract

Contract

Details of the associated contract.
Remark : In add APIs (mainly PUT requests) contract model is not expected, use the contractId field instead.

contractId

[String]

The ID of the associated contract.
Example : 5000123

contractService

ContractService

Details of the associated contract service.
Remark : In add APIs (mainly PUT requests) contractService model is not expected, use the contractServiceId field instead.

contractServiceId

[String]

The ID of the associated contract service.
Example : 5000123

criticality

Criticality

Details of the criticality level.
Remark : In add APIs (mainly PUT requests) criticality model is not expected, use the criticalityId field instead.

criticalityId

[String]

The ID of criticality level.
Example : 5000123

customer

CustomerBase

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer
Example : 5000123

customerLocation

CustomerLocation

Details of the customer's location.
Remark : In add APIs (mainly PUT requests) customerLocation model is not expected, use the customerLocationId field instead.

customerLocationId

[String]

The ID of the customer's location.
Example : 5000123

description

[String]

The description of the quick entry.
Example : Loremp ipsum

externallyVisible

[Boolean]

Indicates whether the quick entry is visible externally.
Set to true if this quick entry can be viewed by external users.

Example : true

feature

Feature

Details of the feature.
Remark : In add APIs (mainly PUT requests) feature model is not expected, use the featureId field instead.

featureId

[String]

The ID of the feature.
Example : 5000123

followed

[Boolean]

Set to true if the issue should be followed.
Example : true

functionalArea

FunctionalArea

Details of the functional area.
Remark : In add APIs (mainly PUT requests) functionalArea model is not expected, use the functionalAreaId field instead.

functionalAreaId

[String]

The ID of the functional area.
Example : 5000123

id

[String]

Id in database
Example : 5000123

issueType

IssueType

Details of the issue type.
Remark : In add APIs (mainly PUT requests) issueType model is not expected, use the issueTypeId field instead.

issueTypeId

[String]

The ID of the issue type.
Example : 5000123

lastRevision

[Boolean]

Set to true if this is the last revision of the quick entry.
Example : true

module

Module

Details of the module.
Remark : In add APIs (mainly PUT requests) module model is not expected, use the moduleId field instead.

moduleId

[String]

The ID of the module.
Example : 5000123

name

[String]

Name of the quick entry.
Example : Text

order

[Long]

The order (ranking) of this quick entry.
Example : 2

int64

phase

PhaseBase

Details about the phase
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

priority

Priority

Details of the priority of the quick entry.
Remark : In add APIs (mainly PUT requests) priority model is not expected, use the priorityId field instead.

priorityId

[String]

The ID of the priority of the quick entry.
Example : 5000123

product

MaintainedItem

Details of the linked product maintained in the quick entry.
Remark : In add APIs (mainly PUT requests) product model is not expected, use the productId field instead.

productId

[String]

The ID of the linked product maintained in the quick entry.
Example : 5000123

project

ProjectBase

Details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_1

projectTask

ProjectTaskBase

Details about the task
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

ID of the project
Example : 5000123

quickEntryIssueTag

QuickEntryIssueTag

Details of the tag.
Remark : In add APIs (mainly PUT requests) quickEntryIssueTag model is not expected, use the quickEntryIssueTagId field instead.

quickEntryIssueTagId

[String]

The ID of the tag.
Example : 5000123

reference1

[String]

The first reference.
Example : Text

reference2

[String]

The second reference.
Example : Text

severity

Severity

Details of the severity of the quick entry.
Remark : In add APIs (mainly PUT requests) severity model is not expected, use the severityId field instead.

severityId

[String]

The ID of the severity of the quick entry.
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

targetRevision

Revision

Details of the target revision.
Remark : In add APIs (mainly PUT requests) targetRevision model is not expected, use the targetRevisionId field instead.

targetRevisionId

[String]

The ID of the target revision.
Example : 5000123

team

Team

Details of the team assigned.
Remark : In add APIs (mainly PUT requests) team model is not expected, use the teamId field instead.

teamId

[String]

The ID of the team assigned.
Example : 5000123

title

[String]

The title of the quick entry.
Example : Text

3.329. QuickEntryIssueCriteria

Criteria used on Quick Entry Issue when doing a Quick Entry Issue search

Field Name Required Type Description Format

code

ClauseString

description

ClauseString

id

ClauseString

quickEntryIssueTagId

ClauseString

readOption

QuickEntryIssueReadOption

Options for retrieving extra information concerning the quick entry issue

tag

ClauseString

tagValidity

Validity

3.330. QuickEntryIssueReadOption

Options used to get additional information when doing a Quick Entry Issue search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the quick entry issue

Enum: TAG, CUSTOMER, CUSTOMER_LOCATION, CONTRACT, CONTRACT_SERVICE, PRODUCT, ISSUE_TYPE, SEVERITY, CRITICALITY, PRIORITY, TEAM, PROJECT, PHASE, SUB_PHASE, PROJECT_TASK, FUNCTIONAL_AREA, MODULE, FEATURE, REVISION

3.331. QuickEntryIssueTag

Tag of a Quick Entry Issue

Field Name Required Type Description Format

code

[String]

Code of the tag for a quick entry issue.
Example : Code

color

[String]

Color of the Tag for a quick entry issue.
Example : #2CCC01

employeesLinked

List of EmployeeBase

The ID of the employee linked to the tag.
Example : 5000123

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the Tag for a quick entry issue.
Example : Text

responsibleEmployee

EmployeeBase

Details about the employee linked to the tag.
Remark : In add APIs (mainly PUT requests) responsibleEmployee model is not expected, use the responsibleEmployeeId field instead.

responsibleEmployeeId

[String]

The ID of the employee responsible for the tag.
Example : 5000123

teamsLinked

List of Team

List of the teams linked to the tag.

validity

Validity

Details about the validity of the tag for a quick entry issue.

validityEnd

[Date]

The end date of validity.
Example : 2020-01-23T04:56:07Z

date-time

3.332. QuickEntryIssueTagCriteria

Criteria used on Quick Entry Issue Tag when doing a Quick Entry Issue Tag search

Field Name Required Type Description Format

code

ClauseString

id

ClauseString

name

ClauseString

onlyMine

[Boolean]

True to return only your quick entry issue tags

onlyValid

[Boolean]

True to return only valid quick entry issue tags

responsibleEmployeeId

ClauseString

tag

ClauseString

validity

Validity

3.333. QuickEntryIssueTagReadOption

Options used to get additional information when doing a Quick Entry Issue Tag search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the quick entry issue tag

Enum: TEAMS, EMPLOYEES

3.334. RecipientContact

Contact recipient of a management object

Field Name Required Type Description Format

companyId

[String]

ID of the company
Example : 5000123
Remark : This property is read-only and provides current data without allowing modifications.

contactId

[String]

The ID of the contact
Example : 5000023

email

[String]

The email of the contact recipient
Example : email@email.com
Remark : This property is read-only and provides current data without allowing modifications.

firstName

[String]

The first name of the contact recipient
Example : John
Remark : This property is read-only and provides current data without allowing modifications.

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the contact recipient .
Example : Doe
Remark : This property is read-only and provides current data without allowing modifications.

title

[String]

Civility of the contact recipient
Example : Mr
Remark : This property is read-only and provides current data without allowing modifications.

type

RecipientContactType

Example : IN_COPY

3.335. RecipientContactType

Type of recipient

Type : enum (IN_COPY, RECIPIENT)

3.336. RecurringAmountsInfo

Amounts calculated based on the recurrence period defined in the management object lines.

Field Name Required Type Description Format

afterTaxAmount

[Double]

After-tax amount in the company currency, calculated automatically, considering any recurrence
Example : 1440

double

afterTaxAmountCurrency

[Double]

After-tax amount in the specified currency, calculated automatically, considering any recurrence
Example : 1440

double

preTaxAmount

[Double]

Pre-tax amount in the company currency, calculated automatically, considering any recurrence
Example : 1200

double

preTaxAmountCurrency

[Double]

Pre-tax amount in the specified currency, calculated automatically, considering any recurrence
Example : 1200

double

vatAmount

[Double]

VAT amount expressed in the company currency
Example : 240

double

vatAmountCurrency

[Double]

VAT amount expressed in the specified currency
Example : 240

double

3.337. Region

Region

Field Name Required Type Description Format

code

[String]

Code of the region
Example : 84

companyCode

[String]

The code of the company linked to the region
Example : AKSAS

companyId

[String]

ID of the company
Example : 5000123

country

Country

The country where the region is located
Remark : In add APIs (mainly PUT requests) country model is not expected, use the countryId field instead.

countryId

[String]

Id of the country where the region is located
Example : 5000123

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the region
Example : Region 1

3.338. Reminder

Reminder alert

Field Name Required Type Description Format

text

[String]

Reminder alert text
Example : Lorem ipsum

title

[String]

Reminder alert title
Example : Lorem ipsum

3.339. RepeatingYear

Repeating Year

Type : enum (YES, NO)

3.340. Revision

Revision of maintained item

Field Name Required Type Description Format

code

[String]

Code of the revision.
Example : Code

date

[Date]

The date of the revision.
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

major

[Integer]

The number of the major revision of the maintained item.
Example : 5

minor

[Integer]

The number of the minor revision of the maintained item.
Example : 10

name

[String]

The name of the revision.
Example : Lorem ipsum

revision

[Integer]

The revision number of the maintained item.
Example : 1

version

Version

Details of the version linked to the revision.
Remark : In add APIs (mainly PUT requests) version model is not expected, use the versionId field instead.

versionId

[String]

The ID of the version linked to the revision.
Example : 5000123

3.341. RevisionCriteria

Criteria used on revision when doing a Revision search

Field Name Required Type Description Format

code

ClauseString

id

ClauseString

versionId

ClauseString

3.342. RevisionInformation

Revision Information

Field Name Required Type Description Format

additionalIncrease

[Double]

Additional increase percentage
Example : 2

double

factor

[Double]

Index application factor
Example : 1

double

indexCode

[String]

Index code
Example : ABC

maximumIncrease

[Double]

Maximum increase percentage
Only if the index type is not fixed.

Example : 10

double

minimumIncrease

[Double]

Minimum increase percentage
Only if the index type is not fixed.

Example : 5

double

nextDate

[Date]

Next revision date of the contract service price
Example : 2020-01-31T23:59:59Z

date-time

period

RevisionPeriod

Contract revision period
Example : YEARLY

prorataMethod

ProrataMethod

Price revision Prorata method
Example : MONTH_STARTED_DUE

referenceMonth

[Integer]

Reference month of index value from 1 to 12
Only if the index type is not fixed
example: 1 (for January)

Example : 11

int32

revaluation

[Boolean]

Revaluation base
if 'True' based on N0
if 'False' based on N-1 (by default)
Can't be true if the index type is fixed

Example : true

3.343. RevisionPeriod

The period of the Contract revision

Type : enum (YEARLY, HALF_YEARLY, QUARTERLY, MONTHLY)

3.344. SEPA

Details SEPA banking information

Field Name Required Type Description Format

bankDetails

BankDetails

Details about the bank

bic

BIC

Details about the BIC

iban

IBAN

Details about the IBAN

3.345. ScheduleBase

Schedules

Field Name Required Type Description Format

actionCode

ActionCodeBase

Details about the action verb
Remark : In add APIs (mainly PUT requests) actionCode model is not expected, use the actionCodeId field instead.

actionCodeId

[String]

ID of the action code
Example : 130012

changeTracking

ChangeTracking

Date and user in case of creation and modification

comment

[String]

Comment of the calendar event

customer

CustomerBase

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer
Example : 5000123

date

[Date]

Date of the calendar event
Example : 2020-01-23T04:56:07.000+00:00

date-time

description

[String]

Description of the schedule
Example : Lorem ipsum

done

[Boolean]

Return True if the schedule is done
Example : false

duration

[Double]

Duration of the calendar event
Example : 2

double

durations

Durations

Duration in different units

employee

EmployeeBase

Details about the employee
Remark : In add APIs (mainly PUT requests) employee model is not expected, use the employeeId field instead.

employeeId

[String]

ID of the employee
Example : 5000123

guid

[String]

Global identifier of the calendar event (for mobile version only)

id

[String]

ID of the calendar event

location

[String]

Location of the calendar event
Example : Paris

phase

PhaseBase

Details about the phase
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

Details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_1

projectTask

ProjectTaskBase

Details about the task
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

ID of the project
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

taskId

[String]

Helpdesk's task ident
Example : 5000123

type

[String]

Type of the calendar event
Example : SCHEDULE

unit

UnitDuration

Details about the unit of duration
Example : MINUTE

validated

[Boolean]

Return True if the calendar event is validated

3.346. SearchControlBehavior

Detail about behavior and area to display the field

Field Name Required Type Description Format

controlBehavior

ControlBehavior

Details about the control behavior linked to the field

searchFieldInformation

SearchFieldInformation

Details about the area linked to the field

3.347. SearchFieldInformation

Informations sur un champ utilisé dans la configuration de la recherche. Le champ peut être affiché dans une zone différente en fonction du champ principal ou secondaire.

Field Name Required Type Description Format

categorySection

[String]

The section in which the search field will be displayed.
Example : Informations du devis

categoryTab

[String]

The tab in which the search field will be displayed.
Example : Critères principaux

code

[String]

The code of the search field
Example : CODE_ETAT

fieldOrder

[Integer]

Order number of the field
Example : 1

int32

group

[String]

Membership group of the field
Example : 10-DMF

id

[String]

The Id of the search field

name

[String]

The name of the search field
Example : Code état

primary

[Boolean]

True when the search field is primary and will be displayed in the main search area
Example : true

searchType

SearchFieldType

The type of the search field
Example : DROPDOWN_LIST

secondary

[Boolean]

True when the search field is secondary and will be displayed in the secondary search area.
Example : true

sectionOrder

[Integer]

Order number of the section
Example : 1

int32

tabOrder

[Integer]

Order number of the tab
Example : 1

int32

3.348. SearchFieldType

Type of search field

Type : enum (DROPDOWN_LIST, DATE, TEXT, BOOLEAN, NUMBER)

3.349. SearchType

Type of search

Type : enum (PIPELINE_KANBAN, OPPORTUNITY, QUOTATION, SALES_ORDER, SALES_BILLING_TABLE, DELIVERY, SALES_INVOICE, CUSTOMER, SOLD_ITEM, QUOTE, PURCHASE_ORDER, PURCHASE_BILLING_TABLE, RECEPTION, PURCHASE_TEMPORARY_INVOICE, PURCHASE_INVOICE, CONTACT, EVENT, EMPLOYEE, PROJECT, PROJECT_TASK, ISSUE, SPRINT_CARD, PROJECT_EVENT, TIMESHEET_ENTRY, SCHEDULE, LEAVE_REQUEST_EMPLOYEE, EXPENSE_REPORT_EMPLOYEE, CUSTOM_REQUEST, PRODUCTION_TO_BILL_EMPLOYEE, PRODUCTION_TO_BILL_MANAGER, LEAVE_REQUEST_MANAGER, APPROVAL, EXPENSE_REPORT_MANAGER, SCHEDULE_BY_PROJECT, SCHEDULE_BY_EMPLOYEE, SCHEDULE_TIMESTAMPED, SCHEDULE_WORKLOAD, TASK_MANAGER)

3.350. Sector

Sector

Field Name Required Type Description Format

code

[String]

Code of the Sector
Example : CODE

companyId

[String]

ID of the company
Example : 5000123

endDate

[Date]

The end date of the Sector.
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the Sector
Example : Name

ranking

[Integer]

The sector ranking in the list
Example : 5

int32

3.351. SelectOption

Option used to get select resource fields when doing a search

Field Name Required Type Description Format

fields

List of [string]

List of the select option fields

mode

[String]

Mode of fields selection. If INCLUDE or EXCLUDE without fields all fields will be included
Example : INCLUDE

Enum: INCLUDE, EXCLUDE, INCLUDE, EXCLUDE

3.352. Service

Service

Field Name Required Type Description Format

code

[String]

Code of the service
Example : PS

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the service
Example : Professional services

3.353. Severity

Severity

Field Name Required Type Description Format

code

[String]

Code of the severity.
Example : Code

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the severity.
Example : Text

3.354. SeverityCriteria

Criteria used on Severity when doing a Severity search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

contractServiceId

ClauseString

default

ClauseBoolean

True if the severity is the default one

id

ClauseString

name

ClauseString

tag

ClauseString

validity

Validity

validityDate

ClauseDate

The validity date of the severity

3.355. ShiftPeriod

Time unit for shifting the period.

Type : enum (YEAR, HALF_YEAR, QUARTER, MONTH, WEEK, DAY)

3.356. SiteRelatedInformation

Site Related Information

Field Name Required Type Description Format

changeTracking

ChangeTracking

Creation and modification date and user

code

[String]

The code of the contact.
Example : CT2024

contactId

[String]

Ident of the contact
Example : 416541

customerId

[String]

Ident of the customer
Example : 454165

decisionMaker

[Boolean]

True if decision maker
Example : true

email

[String]

Email of the contact
Example : 123@example.com

emailAddressNotKnown

[Boolean]

The Email address of the contact is not known
Example : true

emailBlackListed

[Boolean]

The contact doesn't want to be contacted by mail
Example : false

exitDate

[Date]

Exit date of the contact
Example : 2020-01-31T23:59:59Z

date-time

fax

[String]

Fax number of the contact
Example : 101010101

financialContact

[Boolean]

True if financial contact
Example : true

firstName

[String]

The first name of the contact.
Example : Phillipe

function

[String]

Function title of the contact
Example : Sales Representative

helpdeskBlacklisted

[Boolean]

True if the Contact is blacklisted by the helpdesk
Example : false

helpdeskContact

[Boolean]

True if the Contact is a help desk contact
Example : false

helpdeskMainContact

[Boolean]

True if the Contact is the help desk main contact
Example : false

helpdeskVIPContact

[Boolean]

True if the Contact is a help VIP contact
Example : false

id

[String]

Id in database
Example : 5000123

intern

[Boolean]

True if the Contact is an intern
Example : false

label

[String]

Label (Also Known as Title) of the contact
Example : Lorem ipsum

mainContact

[Boolean]

True if main contact
Example : true

mainSite

[Boolean]

True if this is the main site
Example : true

mobilePhone

[String]

Mobile phone number of the site related information
Example : 1234567890

name

[String]

The name of the contact.
This field is mandatory.

Example : Jean

notes

[String]

Notes related to this contact
Example : Lorem ipsum dolor sit amet

phone

[String]

Phone number of the site related information
Example : 1234567890

phoneExtension

[String]

Extension of the phone number of the contact
Example : 0033

position

[String]

Position of the site related information
Example : Position

salesContact

[Boolean]

True if the Contact is a sales contact
Example : false

service

[String]

Service of the contact
Example : Service A

siteId

[String]

Ident of the site
Example : 641641

title

[String]

Title of the site Related Information
Example : Mr

trainingContact

[Boolean]

True if the Contact is in training
Example : false

workPhone

[String]

Work phone number of the contact
Example : 101010101

3.357. Skill

Skill of an employee

Field Name Required Type Description Format

code

[String]

Code of the skill
Example : ENG

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the skill
Example : English

typeCode

[String]

Code of the skill's type
Example : LANGUAGE

typeLabel

[String]

Label of the skill's type
Example : Language

3.358. SoldItem

Sold item

Field Name Required Type Description Format

accountSettings

ItemAccountingInfo

Accounting information for an item.

automaticTitle

[String]

Automatic title for a sold item, used for structuring and hierarchization of elements that utilize this sold item.
Example : IT PRODUCT

billingMode

BillingMode

defaut billing mode for the item
Example : TIME_BASED

category

Category

All details about the category of the product
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

categoryId

[String]

The Id of the category
Example : 10024

comment

[String]

Comment on the product
Example : Lorem ipsum

companyCode

[String]

The company code
Example : AKSAS

customData

Map of CustomData

All custom data to update

entityCode

[String]

The entity code
Example : Lyon

family (Deprecated)

[String]

The category of the product
Example : FML-LICENCE
Deprecated : Use category instead

grouping

[String]

The grouping of the product
Example : LICENCE

id

[String]

Id in database
Example : 5000123

inventory

[Boolean]

Returns true if the product is in the inventory
Example : true

inventoryAndPackaging

InventoryAndPackaging

Details about Inventory and Packaging

name

[String]

Identification name
Example : Maintenance

productionEstimatedDuration

[Double]

Estimated duration in minutes
Example : 30

double

productionInformations

ProductionInformations

Details about productions informations

quantityPrecision

[Double]

Number of decimals for this item quantity
Example : 2

double

reference

[String]

The reference of the product
Example : ENGLISH

shortName

[String]

Abbreviated designation
Example : Maint

subCategory

SubCategoryItem

All details about the sub-category of the product
Remark : In add APIs (mainly PUT requests) subCategory model is not expected, use the subCategoryId field instead.

subCategoryId

[String]

The Id of the sub-category
Example : 11037

subFamily (Deprecated)

[String]

The sub-category of the product
Example : RECCURENT
Deprecated : Use subCategory instead

unitPricePrecision

[Double]

Number of decimals for this item unit price
Example : 3

double

3.359. SoldItemCriteria

Search criteria for sold items

Field Name Required Type Description Format

billingMode

ClauseString

Billing mode for the sold item

categoryId

ClauseString

The ID of the category

companyCode

ClauseString

Code of the company

customData

Map of Clause

The custom data (when present)

defaultDisplay

ClauseBoolean

Set as “True” to load only productions should be displayed by default. If not specified, all productions are loaded.

entityId

ClauseString

Ident of the entity of the sold item

grouping

ClauseString

Grouping of the sold item

id

ClauseString

Ident of the sold item

inventory

ClauseBoolean

Returns true if the product is in the inventory

linkedToAdvancePayments

ClauseBoolean

Set as True to return production linked to advance payments.

marketEndDate

ClauseDate

End-of-sale date for the sold item. Indicates when the product stopped being available for sale

name

ClauseString

Identification name

packagingType

ClauseString

The packaging type of the sold item

readOption

SoldItemReadOption

Options for retrieving extra information concerning the billing table

reference

ClauseString

Reference of the sold item

subCategoryId

ClauseString

The ID of the sub category

tag

ClauseString

You can fill in the reference or grouping of the tag in this field

teamId

ClauseString

The ID of the production team

validity

Validity

Details about the validity of the sold item

3.360. SoldItemReadOption

ReadOption of a SoldItem

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the sold item

Enum: PRODUCTION_INFORMATIONS, PRODUCTION_INFORMATIONS_TEAM, CATEGORY, SUB_CATEGORY, CUSTOM_DATA

3.361. SortField

Couple field/sort type

Field Name Required Type Description Format

fieldName

[String]

Name of the field
Example : number

order

SortType

Sort type. (ASC or DESC)
Example : ASC

3.362. SortType

Sort type for search

Type : enum (ASC, DESC)

3.363. Sprint

Sprint

Field Name Required Type Description Format

analysis

SprintAnalysis

Details of sprint analysis.

archiveDate

[Date]

Date of sprint archiving.
Example : 2020-01-23T04:56:07Z

date-time

archivedBy

EmployeeBase

Details of the employee who archived the sprint.
Remark : In add APIs (mainly PUT requests) archivedBy model is not expected, use the archivedById field instead.

archivedById

[String]

The ID of the employee who archived the sprint.
Example : 5000123

capacity

[Double]

The maximum sprint capacity.
Example : 50

double

cardGroups

List of CardGroup

List of card groups (user story) contained in the sprint.

cards

List of Card

List of card contained in the sprint.

code

[String]

Code of the sprint.
Example : CODE

description

[String]

The description of the sprint.
Example : Code

endDate

[Date]

The end date of the sprint
Example : 2020-01-23T04:56:07Z

date-time

endedBy

EmployeeBase

Details of the employee who ended the sprint.
Remark : In add APIs (mainly PUT requests) endedBy model is not expected, use the endedById field instead.

endedById

[String]

The ID of the employee who ended the sprint.
Example : 5000123

expectedEndDate

[Date]

The expected end date of the sprint.
Example : 2020-01-23T04:56:07Z

date-time

expectedStartDate

[Date]

The expected start date of the sprint.
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

model

SprintModel

Details of the sprint model.
Remark : In add APIs (mainly PUT requests) model model is not expected, use the modelId field instead.

modelId

[String]

The ID of the sprint model.
Example : 5000123

name

[String]

Name of the severity.
Example : Text

right

SprintRight

Details of the dmf (right) attached to the Sprint.
Remark : In add APIs (mainly PUT requests) right model is not expected, use the rightId field instead.

rightId

[String]

The ID of the dmf (right) attached to the Sprint.
Example : 5000123

sprintIssueSteps

List of SprintIssueStep

List of steps associated with issues in a sprint.

startDate

[Date]

The start date of the sprint.
Example : 2020-01-23T04:56:07Z

date-time

startedBy

EmployeeBase

Details of the employee who started the sprint.
Remark : In add APIs (mainly PUT requests) startedBy model is not expected, use the startedById field instead.

startedById

[String]

The ID of the employee who started the sprint.
Example : 5000123

status

SprintStatus

Status of the sprint
Example : WAITING

steps

List of SprintStep

List of sprint steps.

3.364. SprintAnalysis

Sprint analysis

Field Name Required Type Description Format

actualCapacity

[Double]

Actual capacity (sum of the estimations of all cards in the sprint)

double

3.365. SprintCriteria

Criteria used on Sprint when doing a Sprint search

Field Name Required Type Description Format

archiveDate

ClauseDate

The archive date of the sprint

archivedById

ClauseString

authorizedOnly

[Boolean]

True to return only authorized sprints

capacity

ClauseDouble

The capacity of the sprint

code

ClauseString

endDate

ClauseDate

The end date of the sprint

endedById

ClauseString

expectedEndDate

ClauseDate

The expected end date of the sprint

expectedStartDate

ClauseDate

The expected start date of the sprint

id

ClauseString

isArchived

ClauseBoolean

True if the sprint is archived

isEnded

ClauseBoolean

True if the sprint has ended

isStarted

ClauseBoolean

True if the sprint has started

isWaiting

ClauseBoolean

True if the sprint is paused

modelId

ClauseString

name

ClauseString

onlyValid

[Boolean]

True to return only valid sprints

reachedCapacity

ClauseDouble

The reached capacity of the sprint

readOption

SprintReadOption

Options for retrieving extra information concerning the sprint

startDate

ClauseDate

The start date of the sprint

startedById

ClauseString

status

ClauseString

tag

ClauseString

validity

Validity

3.366. SprintDashboardCriteria

Criteria used on sprint dashboard result when doing a sprint dashboard result search

Field Name Required Type Description Format

cardCriteria

CardCriteria

Search criteria for cards

issueCriteria

IssueCriteria

Search criteria for issues

sprintCriteria

SprintCriteria

Search criteria for sprints

sprintStepCriteria

SprintStepCriteria

Search criteria for sprint steps

tag

ClauseString

3.367. SprintDashboardResult

Result of sprint dashboard

Field Name Required Type Description Format

card

Card

Details about the card

id

[String]

Id in database
Example : 5000123

issue

Issue

Details about the issue

sprint

Sprint

Details about the sprint

sprintStep

SprintStep

Details about the sprint step

3.368. SprintHistoryItem

Sprint history item

Field Name Required Type Description Format

code

[String]

Code of the sprint history item

date

[Date]

Date of the sprint history item
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

itemType

[String]

The sprint history item type
Example : FINISHED_LOAD

Enum: FINISHED_LOAD, TOTAL_LOAD, FINISHED_CARD_GROUPS, TOTAL_CARD_GROUPS, FINISHED_LOAD, TOTAL_LOAD, FINISHED_CARD_GROUPS, TOTAL_CARD_GROUPS

sprintId

[String]

ID of the sprint history item

value

[String]

Value of the sprint history item

3.369. SprintIssueStep

Issue with Sprint's Step

Field Name Required Type Description Format

assignedEmployee

EmployeeBase

Details about the assigned employee
Remark : In add APIs (mainly PUT requests) assignedEmployee model is not expected, use the assignedEmployeeId field instead.

assignedEmployeeId

[String]

ID of the assigned employee
Example : 5000123

comment

[String]

Comment of the sprint step
Example : Lorem ipsum dolor sit amet

completionDate

[Date]

Completion date of the sprint step
Example : 2020-01-31T23:59:59Z

date-time

datMajStep

[Date]

Modification date of the sprint step
Example : 2020-01-31T23:59:59Z

date-time

estimate

[Double]

Estimation of the sprint step
Example : 2

double

id

[String]

ID of the sprint issue step
Example : 5000123

issue

Issue

Details about the issue
Remark : In add APIs (mainly PUT requests) issue model is not expected, use the issueId field instead.

issueId

[String]

ID of the issue
Example : 5000123

issueOrder

[Integer]

Order of the issue
Example : 3

int32

order

[Integer]

Order of the sprint step
Example : 2

int32

sprint

Sprint

Details about the sprint
Remark : In add APIs (mainly PUT requests) sprint model is not expected, use the sprintId field instead.

sprintId

[String]

ID of the sprint
Example : 5000123

step

SprintStep

Details about the sprint step
Remark : In add APIs (mainly PUT requests) step model is not expected, use the stepId field instead.

stepId

[String]

ID of the sprint step
Example : 5000123

title

[String]

Title of the sprint step
Example : Lorem ipsum

3.370. SprintIssueStepCriteria

Criteria used on Issue with Sprint's Step when doing an Issue with Sprint's Step search

Field Name Required Type Description Format

assignedEmployeeId

ClauseString

comment

ClauseString

completionDate

ClauseDate

The completion date of the sprint step

datMajStep

ClauseDate

The modification date of the sprint step

estimation

ClauseDouble

The sprint issue step estimation

id

ClauseString

issueId

ClauseString

readOption

SprintIssueStepReadOption

Options for retrieving extra information concerning the sprint issue step

sprintId

ClauseString

stepId

ClauseString

title

ClauseString

3.371. SprintIssueStepReadOption

Options used to get additional information when doing a sprint's steps search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the sprint issue step

Enum: SPRINT, ISSUE, STEP, ASSIGNED_EMPLOYEE

3.372. SprintModel

Sprint's Model

Field Name Required Type Description Format

code

[String]

Code of the sprint model.
Example : Text

company

CompanyBase

Details about the company associated.
Remark : In add APIs (mainly PUT requests) company model is not expected, use the companyId field instead.

companyId

[String]

The ID of the company associated.
Example : AKSAS

endDate

[Date]

The end date of the sprint model.
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

modelSteps

List of SprintModelStep

List of sprint model steps.

name

[String]

Name of the sprint model.
Example : Text

3.373. SprintModelCriteria

Criteria used on Sprint's Model when doing a Sprint's Model search

Field Name Required Type Description Format

code

ClauseString

companyId

ClauseString

endDate

ClauseDate

The end date of the sprint model

id

ClauseString

readOption

SprintModelReadOption

Options for retrieving extra information concerning the sprint model

validity

Validity

3.374. SprintModelReadOption

Options used to get information about the company when doing a Sprint Model search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the sprint model

Enum: COMPANY

3.375. SprintModelStep

Step of Sprint's Model

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

modelId

[String]

The ID of the sprint model.
Example : 5000123

order

[Integer]

The order (ranking) of this step of sprint model.
Example : 2

int32

step

SprintStep

Details of the linked sprint step.
Remark : In add APIs (mainly PUT requests) step model is not expected, use the stepId field instead.

stepId

[String]

The ID of the linked sprint step.
Example : 5000123

3.376. SprintReadOption

Options used to get additional information when doing a Sprint search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the sprint

Enum: STARTED_BY, ENDED_BY, ARCHIVED_BY, MODEL, ISSUES, ISSUES_ASSIGNED_TO, GROUP_CARD, STEPS, CARDS_ASSIGNED_TO, CARDS_CREATED_BY, CARDS, RIGHT, ANALYSIS

3.377. SprintRight

Sprint's right

Field Name Required Type Description Format

code

[String]

The code of the dmf (right) attached to the Sprint.
Example : 270101

id

[String]

Id in database
Example : 5000123

3.378. SprintStatus

Status of a sprint

Type : enum (WAITING, STARTED, ENDED, ARCHIVED)

3.379. SprintStep

Sprint's Step

Field Name Required Type Description Format

code

[String]

The code of the sprint step.
Example : CODE

companyId

[String]

The ID of the company associated.
Example : AKSAS

endDate

[Date]

The end date of the sprint model.
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the sprint step.
Example : Text

status

SprintStepStatus

The status of the sprint step.
Example : WAITING

3.380. SprintStepCriteria

Criteria used on Sprint's Step when doing a Sprint's Step search

Field Name Required Type Description Format

code

ClauseString

companyId

ClauseString

id

ClauseString

modelId

ClauseString

name

ClauseString

tag

ClauseString

3.381. SprintStepStatus

Status of a sprint

Type : enum (WAITING, IN_PROGRESS, COMPLETED)

3.382. StageBase

Oppportunity Stage Base

Field Name Required Type Description Format

code

[String]

The code of the opportunity stage
Example : ANNULATION

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the opportunity stage
Example : Analysis

3.383. StandardAction

Standard action for an event

Type : enum (INSERT, UPDATE, DELETE)

3.384. StandardWeekBase

Represents a standard week configuration, typically used to define recurring working patterns (e.g., default work week).

Field Name Required Type Description Format

code

[String]

Code of the standard week
Example : DEFAULT

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the standard week
Example : Default week

3.385. StatusFilter

Filtering criteria based on resource status.

Field Name Required Type Description Format

dateOperator

ComparisonOperator

Defines how the reference date is used to filter resources based on whether they have the specified status or not.
If set to BEFORE, the filter retrieves all resources having or not the specified status before the reference date.
If set to AFTER, it retrieves resources having or not the status after the reference date. BEFORE_EQUAL includes resources having or not the status on or before the reference date, while AFTER_EQUAL includes those having it on or after the reference date.
EQUAL retrieves only the resources having or not the status exactly on the reference date.
If this field is not provided, the default comparison operator is BEFORE_EQUAL with the reference date.
If no reference date is provided, the comparison will use BEFORE_EQUAL with the current date.

Example : BEFORE

isActive

[Boolean]

Indicates whether the resource status is active or inactive.
Example : true

referenceDate

[Date]

The reference date to check the status of the resource. If not provided, the current date is used by default.
Example : 2029-01-23T04:56:07Z

date-time

3.386. StringParamHolder

Parameter value (String).
See the documentation of the calling API body for further information

Field Name Required Type Description Format

value

[String]

Value
Example : true

3.387. StringsParamHolder

Parameter value (Array[String]).
See the documentation of the calling API body for further information

Field Name Required Type Description Format

value

List of [string]

Value

3.388. SubCategory

Sub-Category

Field Name Required Type Description Format

category

Category

Details about the category
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

categoryId

[String]

The Id of the category
Example : 500143

code

[String]

The code of the sub-category
Example : LANG

company

Company

Details about the company
Remark : In add APIs (mainly PUT requests) company model is not expected, use the companyId field instead.

companyCode (Deprecated)

[String]

The code of the company
Example : AKSAS
Deprecated : Use companyId instead

companyId

[String]

ID of the company
Example : 5000123

endDate

[date]

End date for using the sub-category
Example : 2020-12-25

date

grouping

[String]

Grouping field for sub-category

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the sub-category
Example : Language

ranking

[Integer]

Sub-category ranking in help lists

int32

type

CategoryType

Type of the category.
Example : SALES_ITEM

3.389. SubCategoryCriteria

Criteria used on sub-category when doing a sub-category search

Field Name Required Type Description Format

categoryId

ClauseString

Category's ident of the sub-category

code

ClauseString

Code of the sub-category

companyId

ClauseString

Company of the sub-category

endDate

ClauseDate

End date of validity for the sub-category

grouping

ClauseString

Grouping field of the sub-category

id

ClauseString

Ident of the sub-category

name

ClauseString

Name of the sub-category

nature

ClauseString

Nature of the sub-category

readOption

SubCategoryReadOption

Options for retrieving extra information concerning the sub-category

tag

ClauseString

You can fill in the code or name of the sub-category in this field

type

ClauseString

Type of the sub-category

validity

Validity

Details about the validity of the sub-category

3.390. SubCategoryItem

Sub category of an item

Field Name Required Type Description Format

category

Category

Details about the category
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

categoryId

[String]

The Id of the category
Example : 500143

code

[String]

The code of the sub-category
Example : LANG

company

Company

Details about the company
Remark : In add APIs (mainly PUT requests) company model is not expected, use the companyId field instead.

companyCode (Deprecated)

[String]

The code of the company
Example : AKSAS
Deprecated : Use companyId instead

companyId

[String]

ID of the company
Example : 5000123

endDate

[date]

End date for using the sub-category
Example : 2020-12-25

date

grouping

[String]

Grouping field for sub-category

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the sub-category
Example : Language

ranking

[Integer]

Sub-category ranking in help lists

int32

subCategoryType

SubCategoryItemType

Type of the purchased item sub-category
Example : PRESTATION

type

CategoryType

Type of the category.
Example : SALES_ITEM

3.391. SubCategoryItemClassification

Purchased item sub-category classification

Type : enum (EXTERNAL, INTERNAL, NOT_SPECIFIED, OTHERS, PRICE_REVIEW)

3.392. SubCategoryItemCriteria

Criteria used to get more details about Sub category of an item

Field Name Required Type Description Format

categoryId

ClauseString

The Id of the category

code

ClauseString

The code of the sub-category item

companyId

ClauseString

The Id of the company

endDate

ClauseDate

End date of validity for the sub-category item

grouping

ClauseString

Grouping field for sub-category item

id

ClauseString

The Id of the sub-category item

name

ClauseString

Name of the sub-category item

nature (Deprecated)

ClauseString

Nature of the sub-category item
Deprecated : Use subCategoryType instead

readOption

SubCategoryItemReadOption

Options for retrieving extra information concerning the sub-category of an item

subCategoryType

ClauseString

Type of the purchased item sub-category item

tag

ClauseString

You can fill in the code or name of the sub-category item in this field

type

ClauseString

Type of the sub-category item.

validity

Validity

Details about the validity of the sub-category item

3.393. SubCategoryItemReadOption

The options you can use to get more information about the sub category of an item

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the sub category of an item

Enum: CATEGORY, COMPANY

3.394. SubCategoryItemType

Sub type of a sub category of an item

Type : enum (PRESTATION, DISTRIBUTION, FRAIS_DE_MISSION, ACOMPTE, DIVERS, NON_RENSEIGNE, LICENCE, MAINTENANCE, DEVELOPPEMENT, SOUS_TRAITANCE, FRAIS_DE_PORT, ABONNEMENT, FORMATION)

3.395. SubCategoryReadOption

The options you can use to get more information about the sub category

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the sub category

Enum: CATEGORY, COMPANY

3.396. SubPhaseBase

SubPhase

Field Name Required Type Description Format

code

[String]

Code of a sub-phase
Example : SB_1

id

[String]

Id in database
Example : 5000123

name

[String]

Name of a sub-phase
Example : Sub Phase 1

order

[Integer]

Order number of the sub-phase
Example : 1

int32

phase

PhaseBase

Details about the corresponding phase
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the corresponding phase
Example : 5000123

3.397. SubPhaseState

State of a sub-phase

Field Name Required Type Description Format

code

[String]

The code of the sub-phase state
Example : PRO

companyId

[String]

ID of the company
Example : 5000123

id

[String]

ID of the sub phase state

name

[String]

The name of the sub-phase state
Example : Production

3.398. SubPhaseStateCriteria

Criteria used on sub-phase state when doing a sub-phase state search

Field Name Required Type Description Format

code

ClauseString

companyId

ClauseString

id

ClauseString

name

ClauseString

3.399. SubledgerAccountBase

Subledger account (ident example AKSAS22106800)

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Subledger account label
Example : Customer name

3.400. SubledgerAccountCommon

Subledger account

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Subledger account label
Example : Customer name

number

[String]

Subledger account number

Example : C2181

3.401. Subscription

Subscription to listen events using SSE

Field Name Required Type Description Format

excludeMyOwnEvents

[Boolean]

Set as true to exclude the event of which I am the author.
Set as false by default.

Example : true

token

[String]

The token code allocated to the susbscription.
Example : ciOiJIUzI1NiIsInR5cCI6IkpXVCJ9

topic

Topic

Topic to listen events

3.402. SupplierBase

Suppliers

Field Name Required Type Description Format

code

[String]

The code of the third party (customer, supplier, other third party).
This field cannot be updated once it has been created.

Example : CA122

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

3.403. SupplierSiteBase

Supplier Site Base (Site Fournisseur)

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the supplier site

supplierId (Deprecated)

[String]

Warning : The supplier ID cannot be changed once the supplier site has been created. Any modification will not be taken into account.

Deprecated : This field is deprecated and will soon be moved to supplierSite. You can continue to use this field.

3.404. SupplierSupport

Support's Supplier

Field Name Required Type Description Format

code

[String]

The code of the third party (customer, supplier, other third party).
This field cannot be updated once it has been created.

Example : CA122

id

[String]

Id in database
Example : 5000123

linkedEmployee

EmployeeBase

Details about the linked employee
Remark : In add APIs (mainly PUT requests) linkedEmployee model is not expected, use the linkedEmployeeId field instead.

linkedEmployeeId

[String]

ID of the linked employee

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

3.405. SupplierType

Supplier type

Type : enum (INTERNAL, EXTERNAL, VIRTUAL)

3.406. SupplierVariety

The variety of the supplier.
SUPPLIER_EMPLOYEE is set if the supplier is refers to an employee.

Type : enum (SUPPLIER_EMPLOYEE, SUPPLIER, ALL)

3.407. SupportDashboardCriteria

Criteria used on Support's dashboard when doing a Support's dashboard search

Field Name Required Type Description Format

issue

X

IssueCriteria

onlyIssue

[Boolean]

True to return only issues

readOption

SupportDashboardReadOption

Options for retrieving extra information concerning the support dashboard

sprint

SprintCriteria

sprintIssueStep

SprintIssueStepCriteria

tag

ClauseString

task

X

TaskCriteria

3.408. SupportDashboardReadOption

Options used to get additional information when doing a Support's dashboard search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the support dashboard

Enum: SPRINT, ISSUE_TAGS, ISSUE_CHANGE_TRACKING, ON_HOLD, CUSTOMER_INDICATORS, TASK_CHANGE_TRACKING

3.409. SupportDashboardResult

Result of support's dashboard

Field Name Required Type Description Format

contract

Contract

Details of the associated contract.

contractService

ContractService

Details of the associated contract service.

correctiveRevision

Revision

Details of the associated corrective revision.

correctiveVersion

Version

Details of the associated corrective version.

customData

Map of CustomData

The custom data (when present)

customer

CustomerSupport

Details of the associated support's Customer.

id

[String]

Id in database
Example : 5000123

issue

Issue

Details of the associated issue.

issueCreatedBy

UserBase

Details of the user who created the issue associated with the support dashboard.

issueState

IssueState

Details of the associated issue state.

issueStatus

IssueStatus

Details of the associated issue status.

issueType

IssueType

Details of the associated issue type.

nbUnreadMessages

[Double]

Number of unread messages.
Example : 10

double

phase

PhaseBase

Details of the associated phase.

product

MaintainedItem

Details of the associated maintained item.

project

ProjectBase

Details of the associated project.

projectTask

ProjectTaskBase

Details of the associated project task.

respondingEmployee

EmployeeBase

Details of the associated employee who will respond.

severity

Severity

Details of the associated severity.

sprintIssueStep

SprintIssueStep

Details of the associated sprint issue step.

subPhase

SubPhaseBase

Details of the associated sub-phase.

targetRevision

Revision

Details of the associated target revision.

targetVersion

Version

Details of the associated target version.

task

Task

Details of the associated task.

taskCreatedBy

UserBase

Details of the user who created the task linked to the support dashboard.

taskType

TaskType

Details of the associated task type.

team

Team

Details of the associated team.

3.410. Tag

Tag

Field Name Required Type Description Format

code

[String]

Code of the tag
Example : ERR

color

[String]

Color of the tag
Example : #56b7c

comment

[String]

Comment of the tag
Example : Lorem ipsum

companyId

[String]

ID of the company
Example : 5000123

endDate

[Date]

End of validity of the tag
Example : 2020-01-23T04:56:07.000+00:00

date-time

icon

[String]

Icon of the tag
Example : fa fa-plus

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the tag
Example : ISSUE

type

TagType

Type of the tag
Example : ISSUE

3.411. TagCriteria

Criteria used when doing a tag search

Field Name Required Type Description Format

code

ClauseString

Code of the tag

companyId

ClauseString

Ident of the company

id

ClauseString

Ident of the tag

name

ClauseString

Name of the tag

tag

ClauseString

You can fill in the code or name of the tag in this field

type

ClauseString

Type of the tag

validity

Validity

Details about validity

3.412. TagLinked

Tag linked

Field Name Required Type Description Format

action

Action

Details about the action verb
Example : ADD

code

[String]

Code of the tag
Example : ERR

color

[String]

Color of the tag
Example : #56b7c

comment

[String]

Comment of the tag
Example : Lorem ipsum

companyId

[String]

ID of the company
Example : 5000123

endDate

[Date]

End of validity of the tag
Example : 2020-01-23T04:56:07.000+00:00

date-time

icon

[String]

Icon of the tag
Example : fa fa-plus

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the tag
Example : ISSUE

objectId

[String]

ID of the linked object
Example : 5000123

type

TagType

Type of the tag
Example : ISSUE

3.413. TagType

Type of tag

Type : enum (ISSUE, SCHEDULE, OPPORTUNITY)

3.414. TakeOrFreeTaskParamHolder

Options to take or free a task

Field Name Required Type Description Format

assign

[Boolean]

If true assign it to me
Example : true

createFirstTask

[Boolean]

Create the first task if applicable
Example : true

resetRespondingEmployee

[Boolean]

Reset the Responding Employee when freeing a Task
Example : true

take

[Boolean]

If true take it else free it
Example : false

3.415. Task

Task of an Issue

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE).
This field is used to add, update or remove a task from a resource that uses it.

Example : ADD

changeTracking

ChangeTracking

Date and user of creation and modification

comment

[String]

Comment on the task.
Example : Loremp ipsum

completedTime

[Double]

Total time spent on the task, expressed in the duration unit defined in the task.
Example : 510

double

customerComment

[String]

Comment or feedback provided by the customer regarding the task.
Example : Loremp ipsum

endDate

[Date]

The end date of the task.
Example : 2020-01-23T04:56:07Z

date-time

expectedDate

[Date]

The expected date of the task.
Example : 2020-01-23T04:56:07Z

date-time

expectedTime

[Double]

The expected time for the task, expressed in the duration unit defined in the intervention.
Example : 12

double

externallyVisible

[Boolean]

Indicates whether the task is visible externally.
Set to true if this task can be viewed by external users.

Example : true

id

[String]

Id in database
Example : 5000123

issue

Issue

Details about the linked issue.
Remark : In add APIs (mainly PUT requests) issue model is not expected, use the issueId field instead.

issueId

[String]

The ID of the linked issue.
Example : 5000123

nextRespondingEmployee

EmployeeBase

Details about the next employee who will respond.
Remark : In add APIs (mainly PUT requests) nextRespondingEmployee model is not expected, use the nextRespondingEmployeeId field instead.

nextRespondingEmployeeId

[String]

The ID of the next employee who will respond.
Example : 5000123

nextTaskType

TaskType

Details of the next task type.
Remark : In add APIs (mainly PUT requests) nextTaskType model is not expected, use the nextTaskTypeId field instead.

nextTaskTypeId

[String]

The ID of the next task type.
Example : 5000123

nextTeam

Team

Details of the next team assigned.
Remark : In add APIs (mainly PUT requests) nextTeam model is not expected, use the nextTeamId field instead.

nextTeamId

[String]

The ID of the next team assigned.
Example : 5000123

number

[Integer]

The number of the task.
Example : 10

int32

remainingTime

[Double]

The remaining time required to complete the task, expressed in the duration unit defined in the intervention.
Example : 2.5

double

respondingEmployee

EmployeeBase

Details about the responding employee.
Remark : In add APIs (mainly PUT requests) respondingEmployee model is not expected, use the respondingEmployeeId field instead.

respondingEmployeeId

[String]

The ID of the responding employee.
Example : 5000123

startDate

[Date]

The start date of the task.
Example : 2020-01-23T04:56:07Z

date-time

takenInHandDate

[Date]

The date and time when the task was taken in hand.
Example : 2020-01-23T04:56:07Z

date-time

takenInHandUser

UserBase

Details of the user who took the task in hand.
Remark : In add APIs (mainly PUT requests) takenInHandUser model is not expected, use the takenInHandUserId field instead.

takenInHandUserId

[String]

The ID of the user who took the task in hand.
Example : 5000123

taskType

TaskType

Details of the task type.
Remark : In add APIs (mainly PUT requests) taskType model is not expected, use the taskTypeId field instead.

taskTypeId

[String]

The ID of the task type.
Example : 5000123

team

Team

Details of the team assigned.
Remark : In add APIs (mainly PUT requests) team model is not expected, use the teamId field instead.

teamId

[String]

The ID of the team assigned.
Example : 5000123

unitDuration

UnitDuration

Unit duration of time
Example : MINUTE

3.416. TaskBase

Task base

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.417. TaskBillingType

The list of value of billing type of the type of project task.

Type : enum (TIME_BASED, TIME_BASED_FIXED_PRICE_MONTHLY)

3.418. TaskCommon

Task common

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

number

[Integer]

The number of the task.
Example : 10

int32

3.419. TaskCriteria

Criteria used on Task when doing a Task search

Field Name Required Type Description Format

createdById

ClauseString

createdTime

ClauseDate

The creation date of the task

endDate

ClauseDate

The end date of the task

expectedDate

ClauseDate

The expected date of the task

externallyVisible

ClauseBoolean

True if the task is externally visible

isOpened

ClauseBoolean

True if the task is opened

modificationById

ClauseString

modificationTime

ClauseDate

The modification date of the task

nextTaskTypeId

ClauseString

respondingEmployeeId

ClauseString

tag

ClauseString

taskId

ClauseString

taskTypeId

ClauseString

teamId

ClauseString

teamManagerId

ClauseString

teamPhaseId

ClauseString

teamSubPhaseId

ClauseString

withoutRespondingEmployee

ClauseBoolean

True if the task is without responding employee

3.420. TaskReadOption

Options used to get additional information when doing a Task search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the task

Enum: CREATED_BY, UPDATED_BY, TASK_TYPE, NEXT_TASK_TYPE, NEXT_TEAM, NEXT_RESPONDING_EMPLOYEE, TEAM, ISSUE, RESPONDING_EMPLOYEE, TAKEN_IN_HAND_USER, FORM_CONFIG

3.421. TaskStatus

A simple status for a task.

Type : enum (OPEN, COMPLETED)

3.422. TaskType

Type of task

Field Name Required Type Description Format

actionCodeId

[String]

ID of the action code of the leave type
Example : 5000123

actionType

[String]

Type of action.
Example : NA

Enum: NA, WRITE_BACK, REOPENING, REMOVE_ONHOLD, NA, WRITE_BACK, REOPENING, REMOVE_ONHOLD

code

[String]

The code of task type.
Example : AKSAS

companyCode

[String]

The code of the company.
Example : AKSAS

defaultIssueStateId

[String]

The ID of the default issue state.
Example : 5000123

defaultIssueStatusId

[String]

The ID of the default issue status.
Example : 5000123

defaultRespondingEmployeeId

[String]

The id of the default employee who responds.
Example : 5000123

defaultTeamId

[String]

The team ID is assigned by default.
Example : 5000123

followedByAnotherTask

[Boolean]

Set as true if a new intervention is to be automatically generated after completion.
Set as false by default.

Example : true

id

[String]

Id in database
Example : 5000123

markIssueAsResolved

[Boolean]

Set as true to mark the task as resolved by default when the task is created with this type.
Example : true

markIssueAsResponded

[Boolean]

Set as true to check the task by default when the task is created with this type.
Example : true

name

[String]

The name of task type.
Example : Text

nextTaskTypeId

[String]

The ID of the next task type.
Example : 5000123

order

[Long]

The order (ranking) of this task type.
Example : 2

int64

requiredTeam

[Boolean]

Set to true if a team is required for tasks of this type when they are created.
Set as false by default.

Example : true

3.423. TaskTypeCriteria

Criteria used on task's type when doing a Task's type search

Field Name Required Type Description Format

actionType

ClauseString

code

ClauseString

companyCode

ClauseString

default

ClauseBoolean

True if task type is default one

defaultTeamId

ClauseString

followedByAnotherTask

ClauseBoolean

True if task type followed by another task

id

ClauseString

markIssueAsResolved

ClauseBoolean

True if issue is marked as resolved

markIssueAsResponded

ClauseBoolean

True if issue is marked as responded

name

ClauseString

nextTaskTypeId

ClauseString

requiredTeam

ClauseBoolean

True if task type requires team

tag

ClauseString

validity

Validity

3.424. TaxInformation

Tax Information

Field Name Required Type Description Format

VATAreaId (Deprecated)

[String]

The Id of the VAT Area
Example : 500123
Deprecated : Use vatAreaId instead

VATNumber (Deprecated)

[String]

The number of the VAT rate
Example : 1
Deprecated : Use vatNumber instead

euExempt

[Boolean]

The 'euExempt' field indicates whether Intracommunity VAT exemption applies.
This field can only be updated if the third party is an intra-EU party, meaning the third party's country is within the EU, and the third party is not local (i.e., the third party's country is different from the current company's country).
Set as 'false' by default.

Example : true

exempt

[Boolean]

The 'exempt' field indicates whether there is VAT exemption.
Set to true if the third party is exempt from VAT. This field can only be updated if the third party is in the same country as the current company.
Set as 'false' by default.

Example : true

vatArea

VATAreaBase

Details about the VAT Area.
Remark : In add APIs (mainly PUT requests) vatArea model is not expected, use the vatAreaId field instead.

vatAreaId

[String]

The Id of the VAT Area
Example : 500123

vatNumber

[String]

The number of the VAT rate
Example : 1

3.425. Team

Team of employees

Field Name Required Type Description Format

action

Action

The action verb (ADD / UPDATE / REMOVE).
This field is used to add, update or remove a team from a resource that uses it.

Example : ADD

code

[String]

The code of the team.
Example : TEAM1

companyCode

[String]

The code of the company.
Example : AKSAS

email

[String]

The email of the team.
Example : jean@email.com

id

[String]

Id in database
Example : 5000123

issueType

IssueType

Details about the type of the issue.
Remark : In add APIs (mainly PUT requests) issueType model is not expected, use the issueTypeId field instead.

issueTypeId

[String]

The ID of the type of issue.
Example : 5000123

name

[String]

The name of the team.
Example : Text

3.426. TeamCriteria

Criteria used on team when doing a Team search

Field Name Required Type Description Format

code

ClauseString

companyCode

ClauseString

id

ClauseString

name

ClauseString

tag

ClauseString

validity

Validity

3.427. TemplateMaintainedItem

Template Maintained Item

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

identification

[String]

The identification (désignation) of the template maintened item.
Example : AKUITEO

name

[String]

The name of the template maintened item.
Example : AKUITEO

3.428. TemplatedMessage

A message is a combination of a Mail (used to store standard information for sending a mail) and functional information. This functional information is processed by backend service to compute standard information for sending mail like an employee's email address.

Field Name Required Type Description Format

message

Message

parameters

List of PublishTemplateParameter

Details about the template parameters

templateId

[String]

The publish template needed to generate and attach the report
Example : 255644

3.429. ThirdPartyBase

Third Party Base

Field Name Required Type Description Format

code

[String]

The code of the third party (customer, supplier, other third party).
This field cannot be updated once it has been created.

Example : CA122

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

3.430. ThirdPartyLinkType

Third Party Link Type

Field Name Required Type Description Format

code

[String]

The code of third party link type
Example : VARIOUS

company

Company

Details about the company
Remark : In add APIs (mainly PUT requests) company model is not expected, use the companyId field instead.

companyId

[String]

The Id of the company
Example : 5000666

endDate

[Date]

End date for third party link type. When the date is reached, the type can no longer be used.
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

ID in database
Example : 5000123

name

[String]

The name of third party link type
Example : Various

requiredSiren

[Boolean]

Set as 'true' to make SIREN entry mandatory for this type.
When this field is on 'true', and the 'thirdPartyLinkType' field is filled in on a customer or supplier, the 'SIREN number' field becomes mandatory on a customer or supplier.
Set as 'false' by default.

Example : false

3.431. ThirdPartyTypeEnum

A type of the third party with people links

Type : enum (PROSPECT, CUSTOMER, SUPPLIER, OTHER_THIRD_PARTY)

3.432. Timeline

Timeline which define the initial date, the expected date and the actual date

Field Name Required Type Description Format

actualDate

[Date]

The actual or effective date.
Example : 2020-01-23T04:56:07.000+00:00

date-time

expectedDate

[Date]

The currently expected date.
Example : 2020-01-23T04:56:07.000+00:00

date-time

initialDate

[Date]

The initially defined date.
Example : 2020-01-23T04:56:07.000+00:00

date-time

3.433. TimelineCriteria

Timeline criteria which define the initial date, the expected date and the actual date

Field Name Required Type Description Format

actualDate

ClauseDate

The actual or effective date.

expectedDate

ClauseDate

The currently expected date.

initialDate

ClauseDate

The initially defined date.

3.434. TimesheetEntryBase

TimesheetEntryBase

Field Name Required Type Description Format

actionCode

ActionCodeBase

Details about the action verb
Remark : In add APIs (mainly PUT requests) actionCode model is not expected, use the actionCodeId field instead.

actionCode2

ActionCode2

Details of the action code
Remark : In add APIs (mainly PUT requests) actionCode2 model is not expected, use the actionCode2Id field instead.

actionCode2Id

[String]

ID of the second action code
Example : 5000123

actionCodeId

[String]

ID of the action code
Example : 130012

approval

[String]

Approval of the timesheet entry
Example : BRUT

Enum: BRUT, CONTROLE, VALIDE, GRATUIT, NON_FACTURE, FACTURE, REFUSE, DISSOCIE, BRUT, CONTROLE, VALIDE, GRATUIT, NON_FACTURE, FACTURE, REFUSE, DISSOCIE

approvalLabel

[String]

Label of the approval
Example : Refused

changeTracking

ChangeTracking

Date and user in case of creation and modification

comment

[String]

Comment of the calendar event

completionDate

[Date]

Completion Date
Example : 2020-01-23T04:56:07.000+00:00

date-time

customer

CustomerBase

Details about the customer
Remark : In add APIs (mainly PUT requests) customer model is not expected, use the customerId field instead.

customerId

[String]

ID of the customer
Example : 5000123

date

[Date]

Date of the calendar event
Example : 2020-01-23T04:56:07.000+00:00

date-time

duration

[Double]

Duration of the calendar event
Example : 2

double

durations

Durations

Duration in different units

employee

EmployeeBase

Details about the employee
Remark : In add APIs (mainly PUT requests) employee model is not expected, use the employeeId field instead.

employeeId

[String]

ID of the employee
Example : 5000123

guid

[String]

Global identifier of the calendar event (for mobile version only)

id

[String]

ID of the calendar event

location

[String]

Location of the calendar event
Example : Paris

phase

PhaseBase

Details about the phase
Remark : In add APIs (mainly PUT requests) phase model is not expected, use the phaseId field instead.

phaseId

[String]

ID of the phase
Example : 5000123

project

ProjectBase

Details about the project
Remark : In add APIs (mainly PUT requests) project model is not expected, use the projectId field instead.

projectId

[String]

ID of the project (equivalent to the code of the project)
Example : PRJT_1

projectTask

ProjectTaskBase

Details about the task
Remark : In add APIs (mainly PUT requests) projectTask model is not expected, use the projectTaskId field instead.

projectTaskId

[String]

ID of the project
Example : 5000123

subPhase

SubPhaseBase

Details about the sub-phase
Remark : In add APIs (mainly PUT requests) subPhase model is not expected, use the subPhaseId field instead.

subPhaseId

[String]

ID of the sub-phase
Example : 5000123

taskId

[String]

Helpdesk's task ident
Example : 5000123

type

[String]

Type of the calendar event
Example : SCHEDULE

unit

UnitDuration

Details about the unit of duration
Example : MINUTE

validated

[Boolean]

Return True if the calendar event is validated

3.435. Title

Title / Marriage status

Field Name Required Type Description Format

code

[String]

Code of the title

companyId

[String]

ID of the company
Example : 5000123

id

[String]

Id of the title

name

[String]

Name of the title

order

[Integer]

Order number of the title
Example : 1

int32

titleType

TitleType

Type of the title
Example : UNKNOWN

3.436. TitleType

Type of title

Type : enum (UNKNOWN, NEUTRAL, MALE, FEMALE)

3.437. Topic

Topic to listen events

Field Name Required Type Description Format

action

[String]

The action verb (ADD / UPDATE / REMOVE).
This field is used to add, update or remove a topic from a resource that uses it.

Example : ADD

id

[String]

ID of the topic

type

EventType

Type of event.
Example : COMMAND_TASK

3.438. TransactionStatus

Transaction status for electronic signatures

Type : enum (IN_PROGRESS, CANCELED, EXPIRED, COMPLETED)

3.439. UnitDuration

Unit of duration

Type : enum (MINUTE, HOUR_MINUTE, HOUR_DECIMAL, DAY, UNIT_OF_EMPLOYEE, UNIT_OF_COMPANY)

3.440. UnitPrice

Unit price of an item

Field Name Required Type Description Format

value

[Double]

Unit price of an item
Example : 4

double

3.441. UserBase

User

Field Name Required Type Description Format

code

[String]

Code of the user
Example : TRI

firstName

[String]

First name of the user
Example : John

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the user
Example : Doe

3.442. UserCriteria

UserCriteria

Field Name Required Type Description Format

id

ClauseString

readOption

UserReadOption

Options for retrieving extra information concerning the user

tag

ClauseString

Code or Last Name or First Name of the User

3.443. UserProfileBase

User Profile Base

Field Name Required Type Description Format

code

[String]

Code of the user profile
Example : PROFIL_TECH

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the user profile
Example : Profil tech

3.444. UserReadOption

Options used to get additional information on user

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the user

Enum: EMPLOYEE

3.445. VAT

VAT

Field Name Required Type Description Format

code

[String]

VAT code
Example : 7

companyCode

[String]

The company code
Example : AKSAS

endDate

[Date]

End date of the VAT
Example : 2020-01-23T04:56:07.000+00:00

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

Name
Example : VAT for capital asset

purchasingAccountNumber

[String]

General purchasing account number linked to the tax code

rate

[Double]

VAT rate in percentage

double

reduced

[Boolean]

Returns true if the rate is reduced
Example : true

salesAccountNumber

[String]

General sales account number linked to the tax code

startDate

[Date]

Start date of the VAT
Example : 2020-01-23T04:56:07.000+00:00

date-time

3.446. VATAreaBase

VAT Area Base

Field Name Required Type Description Format

code

[String]

The code of the VAT area
Example : AREA

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the VAT area
Example : Area

3.447. VATBase

VAT

Field Name Required Type Description Format

code

[String]

VAT code
Example : 7

id

[String]

Id in database
Example : 5000123

rate

[Double]

VAT rate in percentage

double

3.448. Validity

Validity criteria

Field Name Required Type Description Format

date

[Date]

Date of validity of the item
If the date retrieved is null, then the validity date is on the current day.

Example : 2020-01-23T04:56:07.000+00:00

date-time

type

ValidityType

Details about the type of validity.
Example : VALID

3.449. ValidityType

Type of validity

Type : enum (VALID, INVALID)

3.450. Version

Version of maintained item

Field Name Required Type Description Format

code

[String]

Code of the maintained item version.
Example : Code

date

[Date]

The date of the version.
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

Name of the maintained item version.
Example : Text

stateId

[String]

The ID of the version state.
Example : 5000123

3.451. VersionCriteria

Criteria used on version when doing a Version search

Field Name Required Type Description Format

code

ClauseString

id

ClauseString

name

ClauseString

stateId

ClauseString

tag

ClauseString

3.452. Year

Year (vintage) of the opportunity

Field Name Required Type Description Format

code

[String]

The code of the year (vintage).
Example : 2025

disabledDate

[Date]

Date of disability
Example : 2020-01-23T04:56:07Z

date-time

id

[String]

Id in database
Example : 5000123

name

[String]

The name of the year (vintage).
Example : Text

previousYearId

[String]

Previous year (vintage) ID.
Example : 5000123

repeating

RepeatingYear

Set as true if the vintage is recurrent.
Set as false by default.

Example : YES

validityEndDate

[Date]

The end date of validity.
Example : 2020-01-23T04:56:07Z

date-time

3.453. YearCriteria

Criteria used to search Year (vintage)

Field Name Required Type Description Format

code

ClauseString

The code of the year (vintage)

companyId

ClauseString

ID of the company

disabledDate

ClauseDate

Date on which the year will become inactive

id

ClauseString

The ID of the year (vintage)

name

ClauseString

The name of the year (vintage)

previousYearId

ClauseString

Previous year (vintage) ID

validityEndDate

Validity

Validity applicable on end date of the year

4. Access

  • HTTP Basic Authentication BasicAuth BasicAuth

  • OAuth AuthorizationUrl: _, TokenUrl: _https://api.akuiteo.fr/akuiteo/oauth2/token

Unresolved directive in index.adoc - include::../../dist/deprecated.adoc[]
Unresolved directive in index.adoc - include::../../dist/lexique.adoc[]

Publication date : 2025-10-02 11:51:36
Copyright : Akuiteo © 2025