1. Introduction

The Purchase domain enables you to manage quotes, orders, invoices, receptions and suppliers.

1.3. Tags

  • Purchase Billing Tables : Billing Tables

  • Purchase invoices : Invoices

  • Purchase orders : Orders

  • Purchase settings : Settings

  • Purchase VAT amounts : VAT amounts

  • Purchased items : Purchased items

  • Quotes : Quotes

  • Receptions : Receptions

  • Supplier : Supplier Management

  • Supplier Site : Supplier Site

  • Temporary purchase invoices : Temporary purchase invoices

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. Purchase Billing Tables

2.1.1. Search a billing table by its ID

GET

/billing-tables/{billing_table_id}

Description

Get the billing table matching the specified ID.

DMF required:
  • DMF AA0706: Api Purchase / Billing Table / Info

  • DMF 040804: Purchases / Billing Schedules / Search

Parameters
Path Parameters
Name Description Required Default Pattern

billing_table_id

The id of a billing table

X

null

Content Type
  • application/json

Responses
Table 1. http response codes
Code Message Datatype

200

Billing table successfully loaded

PurchaseBillingTable

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.2. Mark a billing table line as billed

POST

/billing-tables/{billing_table_line_id}/mark-as-billed

Description

Mark as billed the billing table line matching the specified ID

DMF required:
  • DMF AA0708: Api Purchase / Billing Table / Mark A Line As Billed

  • DMF 0406__: Purchases / Purchase Invoices

Parameters
Path Parameters
Name Description Required Default Pattern

billing_table_line_id

The id of a billing table line

X

null

Body Parameter
Name Description Required Default Pattern

mark_as_billed_information

The information to mark as billed the billing table line MarkAsBilledBillingTableLineInformationHolder

X

Responses
Table 2. http response codes
Code Message Datatype

204

Billing table line successfully marked as billed

<<>>

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

{
  "billingDate" : "2020-01-31T23:59:59Z",
  "invoiceId" : "5000123"
}

2.1.3. Publish a billing table

POST

/billing-tables/{billing_table_id}/publish

Description

Publish a billing table using the template given as a parameter.

DMF required:
  • DMF AA0705: Api Purchase / Billing Table / Publish

  • DMF 040805: Purchases / Billing Schedules / Print

Parameters
Path Parameters
Name Description Required Default Pattern

billing_table_id

The id of a billing table

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing a billing table PublishArguments

X

Content Type
  • application/json

Responses
Table 3. 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.1.4. Search a billing table with read options

POST

/billing-tables/{billing_table_id}/read

Description

Get a billing table, 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 AA0706: Api Purchase / Billing Table / Info

  • DMF 040804: Purchases / Billing Schedules / Search

Parameters
Path Parameters
Name Description Required Default Pattern

billing_table_id

The id of a billing table

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned billing table PurchaseBillingTableReadOption

-

Content Type
  • application/json

Responses
Table 4. http response codes
Code Message Datatype

200

billing table successfully loaded

PurchaseBillingTable

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.1.5. Search for billing tables (with search criteria)

POST

/billing-tables/search

Description

Get the list of billing tables matching the search criteria.

DMF required:
  • DMF AA0704: Api Purchase / Billing Table / Search

  • DMF 040804: Purchases / Billing Schedules / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, Customer, etc…​) PurchaseBillingTableCriteria

X

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 5. http response codes
Code Message Datatype

200

Billing tables successfully loaded

List[PurchaseBillingTable]

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" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "date" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "creationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "validationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "afterTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "preTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "currencyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "fiscalYearId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "journalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyToBillId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalState" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "internal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "group" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "methodOfPayment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "reference1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "lineCriteria" : {
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resourceId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "generalAccountNumber" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "grouping" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reference" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "additionalFreeFieldCriteria" : {
      "additionalFreeField1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField3" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField4" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField5" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "dutiableCriteria" : {
      "forcedVat" : {
        "operator" : "IS",
        "value" : false,
        "includeNullResults" : false
      },
      "vat1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "vat2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "projectCriteria" : {
      "id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "name" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "tag" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerProjectId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "referentialDate" : "2000-06-21T04:56:07.000+00:00",
      "projectGroupCode" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "entityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionGroupingId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "categoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryLevel2Id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "activityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "managerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "salesManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "financialManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "productionManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "projectState" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "departmentId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "yearId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "companyId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "purchasedItemId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "exclusivelyLinkedTemporaryInvoiceId" : "5000123",
    "isBilled" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    }
  },
  "readOption" : {
    "options" : [ "CHANGE_TRACKING", "CHANGE_TRACKING" ]
  },
  "customerSiteId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "state" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.1.6. Send a billing table by email

POST

/billing-tables/{billing_table_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 AA0790: Api Purchase / Billing Table / Send Message

  • DMF 040805: Purchases / Billing Schedules / Print

Parameters
Path Parameters
Name Description Required Default Pattern

billing_table_id

The id of a billing table

X

null

Body Parameter
Name Description Required Default Pattern

mail

The message to send TemplatedMessage

-

Responses
Table 6. 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.2. Purchase Invoices

2.2.1. Batch update purchase invoices e-invoicing status

POST

/invoices/batch-update-e-status

Description

Batch update the e-invoicing status of a selection of purchase invoices.

DMF required:
  • DMF AA0311: Api Purchase / Invoices / Update Dematerialization Status

  • DMF 040656: Purchases / Purchase Invoices / Update Dematerialization Status

  • DMF 040728: Purchases / Credit Notes / Update Dematerialization Status

Parameters
Body Parameter
Name Description Required Default Pattern

batch_update_e_invoicing_status

Batch update purchase invoices e-invoicing status BatchUpdateEInvoicingStatus

X

Content Type
  • application/json

Responses
Table 7. http response codes
Code Message Datatype

200

Batch processing completed: the e-invoicing status have been successfully updated

ManagementObjectBatchResult

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" ],
  "status" : "{}"
}

2.2.2. Book an invoice

POST

/invoices/{purchase_invoice_id}/book

Description

Book the invoice matching the specified ID.

DMF required:
  • DMF AA0306: Api Purchase / Invoices / Book

  • DMF 040609: Purchases / Purchase Invoices / Unbook

  • DMF 040611: Purchases / Purchase Invoices / Book

  • DMF 040649: Purchases / Purchase Invoices / Book Without Printing

  • DMF 040711: Purchases / Credit Notes / Book

  • DMF 040724: Purchases / Credit Notes / Book Without Printing

  • DMF 0406__: Purchases / Purchase Invoices

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

date

The booking date DateParamHolder

X

Content Type
  • text/plain

Responses
Table 8. http response codes
Code Message Datatype

200

Number of the booked invoice

[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" : "2000-01-23T04:56:07.000+00:00"
}

2.2.3. Create an invoice

PUT

/invoices

Description

Create an invoice using the list of parameters below.

DMF required:
  • DMF AA0301: Api Purchase / Invoices / Insert

  • DMF 040601: Purchases / Purchase Invoices / New

  • DMF 040615: Purchases / Purchase Invoices / Internal Purchase Invoice Management

  • DMF 040630: Purchases / Purchase Invoices / Group Purchase Invoice Management

  • DMF 040701: Purchases / Credit Notes / New

  • DMF 040713: Purchases / Credit Notes / Internal Credit Note Management

Parameters
Body Parameter
Name Description Required Default Pattern

invoice

The invoice to create PurchaseInvoice

X

Content Type
  • text/plain

Responses
Table 9. http response codes
Code Message Datatype

201

Invoice 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",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "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
  },
  "reference1" : "REF_SUP_1",
  "reference2" : "REF_SUP_2",
  "reference3" : "REF_SUP_3",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "supplierId" : "5000123",
  "supplierToBill" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "supplierToBillId" : "5000123",
  "supplierDate" : "2020-01-23T04:56:07Z",
  "objectHistoryLinks" : [ {
    "targetId" : "5000123",
    "objectId" : "5000123",
    "objectType" : "{}"
  }, {
    "targetId" : "5000123",
    "objectId" : "5000123",
    "objectType" : "{}"
  } ],
  "lines" : [ {
    "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",
    "managementObjectId" : "5000123",
    "name" : "Helpdesk",
    "quantity" : 3,
    "unitPriceCurrency" : 36.32,
    "unitPrice" : 40,
    "amountTotalCurrency" : 1200,
    "amountTotal" : 1200,
    "rankNumber" : 2,
    "action" : "{}",
    "complementName" : "Lorem ipsum",
    "afterTaxAmountTotalCurrency" : 1500,
    "afterTaxAmountTotal" : 1500,
    "generalAccount" : "411000",
    "totalPriceCurrency" : 1200,
    "totalPrice" : 1200,
    "additionalFreeFields" : {
      "field1" : "Free field",
      "field2" : "Free field",
      "field3" : "Free field",
      "field4" : "Free field",
      "field5" : "Free field"
    },
    "resource" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resourceId" : "resourceId",
    "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
    },
    "forcedVat" : true,
    "vat1" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vat2" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vatAmount1" : 120,
    "vatAmount2" : 110,
    "vatAmount1Currency" : 126.57,
    "vatAmount2Currency" : 113.26,
    "discount" : {
      "type" : "{}",
      "percentage" : 20,
      "amountCurrency" : 150.75,
      "amount" : 150.75
    },
    "item" : {
      "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"
      }
    },
    "itemId" : "10727",
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "dummy" : "dummy",
    "isFixedAsset" : true,
    "groupInFixedAssetRecordSheet" : true,
    "fixedAsset" : {
      "id" : "5000123",
      "name" : "IMMO0409",
      "number" : "IMMO0409"
    },
    "fixedAssetId" : "5000123",
    "rebillable" : "{}",
    "receptionId" : "5000123",
    "receptionDate" : "2020-01-31T23:59:59Z",
    "reconciliationAccount" : "5000123"
  }, {
    "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",
    "managementObjectId" : "5000123",
    "name" : "Helpdesk",
    "quantity" : 3,
    "unitPriceCurrency" : 36.32,
    "unitPrice" : 40,
    "amountTotalCurrency" : 1200,
    "amountTotal" : 1200,
    "rankNumber" : 2,
    "action" : "{}",
    "complementName" : "Lorem ipsum",
    "afterTaxAmountTotalCurrency" : 1500,
    "afterTaxAmountTotal" : 1500,
    "generalAccount" : "411000",
    "totalPriceCurrency" : 1200,
    "totalPrice" : 1200,
    "additionalFreeFields" : {
      "field1" : "Free field",
      "field2" : "Free field",
      "field3" : "Free field",
      "field4" : "Free field",
      "field5" : "Free field"
    },
    "resource" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resourceId" : "resourceId",
    "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
    },
    "forcedVat" : true,
    "vat1" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vat2" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vatAmount1" : 120,
    "vatAmount2" : 110,
    "vatAmount1Currency" : 126.57,
    "vatAmount2Currency" : 113.26,
    "discount" : {
      "type" : "{}",
      "percentage" : 20,
      "amountCurrency" : 150.75,
      "amount" : 150.75
    },
    "item" : {
      "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"
      }
    },
    "itemId" : "10727",
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "dummy" : "dummy",
    "isFixedAsset" : true,
    "groupInFixedAssetRecordSheet" : true,
    "fixedAsset" : {
      "id" : "5000123",
      "name" : "IMMO0409",
      "number" : "IMMO0409"
    },
    "fixedAssetId" : "5000123",
    "rebillable" : "{}",
    "receptionId" : "5000123",
    "receptionDate" : "2020-01-31T23:59:59Z",
    "reconciliationAccount" : "5000123"
  } ],
  "dueDate" : {
    "id" : "5000123",
    "invoiceId" : "5000123",
    "amount" : 5000123,
    "date" : "2000-06-21T04:56:07.000+00:00",
    "currencyCode" : "EUR"
  },
  "invoiceType" : "{}",
  "balance" : 120.37,
  "paymentAccumulation" : 20.21,
  "orderId" : "CF22030001",
  "fromInterface" : true,
  "comment" : "Lorem ipsum",
  "temporaryInvoice" : {
    "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",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo"
    },
    "supplierId" : "5000123",
    "status" : "{}",
    "eInvoicingInfo" : {
      "status" : "{}",
      "lastStatusUpdateDate" : "2025-01-23T04:56:07Z",
      "technicalStatus" : "{}",
      "lastTechnicalUpdateDate" : "2025-01-23T04:56:07Z",
      "numberOfRetryAttempted" : 2
    },
    "invoiceType" : "{}",
    "lines" : [ {
      "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",
      "managementObjectId" : "5000123",
      "name" : "Helpdesk",
      "quantity" : 3,
      "unitPriceCurrency" : 36.32,
      "unitPrice" : 40,
      "amountTotalCurrency" : 1200,
      "amountTotal" : 1200,
      "rankNumber" : 2,
      "action" : "{}",
      "complementName" : "Lorem ipsum",
      "afterTaxAmountTotalCurrency" : 1500,
      "afterTaxAmountTotal" : 1500,
      "generalAccount" : "411000",
      "totalPriceCurrency" : 1200,
      "totalPrice" : 1200,
      "additionalFreeFields" : {
        "field1" : "Free field",
        "field2" : "Free field",
        "field3" : "Free field",
        "field4" : "Free field",
        "field5" : "Free field"
      },
      "resource" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "resourceId" : "resourceId",
      "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
      },
      "forcedVat" : true,
      "vat1" : {
        "id" : "5000123",
        "code" : "7",
        "rate" : 1.4658129805029452
      },
      "vat2" : {
        "id" : "5000123",
        "code" : "7",
        "rate" : 1.4658129805029452
      },
      "vatAmount1" : 120,
      "vatAmount2" : 110,
      "vatAmount1Currency" : 126.57,
      "vatAmount2Currency" : 113.26,
      "discount" : {
        "type" : "{}",
        "percentage" : 20,
        "amountCurrency" : 150.75,
        "amount" : 150.75
      },
      "item" : {
        "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"
        }
      },
      "itemId" : "10727",
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "dummy" : "dummy",
      "reconciliationAccount" : "5000123",
      "rebillable" : "{}",
      "isFixedAsset" : true,
      "groupInFixedAssetRecordSheet" : true,
      "fixedAsset" : {
        "id" : "5000123",
        "name" : "IMMO0409",
        "number" : "IMMO0409"
      },
      "fixedAssetId" : "5000123",
      "orderLineId" : "5000123",
      "billingTableLineId" : "5000123",
      "receptionLineId" : "5000123"
    }, {
      "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",
      "managementObjectId" : "5000123",
      "name" : "Helpdesk",
      "quantity" : 3,
      "unitPriceCurrency" : 36.32,
      "unitPrice" : 40,
      "amountTotalCurrency" : 1200,
      "amountTotal" : 1200,
      "rankNumber" : 2,
      "action" : "{}",
      "complementName" : "Lorem ipsum",
      "afterTaxAmountTotalCurrency" : 1500,
      "afterTaxAmountTotal" : 1500,
      "generalAccount" : "411000",
      "totalPriceCurrency" : 1200,
      "totalPrice" : 1200,
      "additionalFreeFields" : {
        "field1" : "Free field",
        "field2" : "Free field",
        "field3" : "Free field",
        "field4" : "Free field",
        "field5" : "Free field"
      },
      "resource" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "resourceId" : "resourceId",
      "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
      },
      "forcedVat" : true,
      "vat1" : {
        "id" : "5000123",
        "code" : "7",
        "rate" : 1.4658129805029452
      },
      "vat2" : {
        "id" : "5000123",
        "code" : "7",
        "rate" : 1.4658129805029452
      },
      "vatAmount1" : 120,
      "vatAmount2" : 110,
      "vatAmount1Currency" : 126.57,
      "vatAmount2Currency" : 113.26,
      "discount" : {
        "type" : "{}",
        "percentage" : 20,
        "amountCurrency" : 150.75,
        "amount" : 150.75
      },
      "item" : {
        "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"
        }
      },
      "itemId" : "10727",
      "startDate" : "2000-06-21T04:56:07.000+00:00",
      "endDate" : "2000-06-21T04:56:07.000+00:00",
      "dummy" : "dummy",
      "reconciliationAccount" : "5000123",
      "rebillable" : "{}",
      "isFixedAsset" : true,
      "groupInFixedAssetRecordSheet" : true,
      "fixedAsset" : {
        "id" : "5000123",
        "name" : "IMMO0409",
        "number" : "IMMO0409"
      },
      "fixedAssetId" : "5000123",
      "orderLineId" : "5000123",
      "billingTableLineId" : "5000123",
      "receptionLineId" : "5000123"
    } ],
    "accountingJournal" : {
      "id" : "5000123",
      "code" : "code",
      "name" : "name",
      "startDate" : "2000-06-21",
      "endDate" : "2000-06-21",
      "miscellaneousTransactionsProhibited" : true,
      "excludedByDefault" : true
    },
    "accountingJournalId" : "1203",
    "buyerSiret" : "12035",
    "buyerSiren" : "12035",
    "invoiceNumber" : "F225544",
    "invoiceDate" : "2020-01-31T23:59:59Z",
    "receptionDate" : "2020-01-31T23:59:59Z",
    "preTaxAmountCurrency" : 100.14,
    "afterTaxAmountCurrency" : 120.37,
    "taxAmountCurrency" : 20.21,
    "preTaxAmount" : 100.14,
    "afterTaxAmount" : 120.37,
    "taxAmount" : 20.21,
    "paymentAccumulation" : 20.21,
    "balance" : 20.21,
    "importedCurrencyCode" : "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"
    },
    "currencyId" : "5000123",
    "description" : "Ajout de 4 prises dans le bureau (initialement local Technique) et ajout de 2 prises sur poteau Accueil.",
    "supplierDate" : "2000-06-21",
    "validationDate" : "2020-01-31T23:59:59Z",
    "noticeOfReceipt" : "test",
    "shippingAdvice" : "test",
    "tender" : "test",
    "buyerReference" : "test",
    "previousInvoiceReference" : "F4455",
    "supplierName" : "toto",
    "supplierTradeName" : "toto",
    "supplierSiren" : "56874",
    "vatNumber" : "203",
    "routing" : "test",
    "projectName" : "Akuiteo",
    "contract" : "Maintenance",
    "accountantReference" : "toto",
    "additionalReferencedDocument" : "FF558",
    "salesOrder" : "DDX55",
    "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" : "5000666",
    "orderNumber" : "203",
    "approver" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "approverId" : "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"
    },
    "documents" : [ {
      "id" : "5000123",
      "title" : "Title",
      "versionId" : "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"
      },
      "publishedBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "publishedById" : "5001206",
      "classification" : "STD",
      "subClassification" : "EDITIONS",
      "category1" : "CAT1",
      "category2" : "CAT2",
      "category3" : "CAT3",
      "companyId" : "5000123",
      "publicationDate" : "2000-06-21T04:56:07.000+00:00",
      "version" : 1,
      "documentType" : "File",
      "fileUrl" : "myFiles/thisFile.pdf",
      "fileName" : "thisFile.pdf",
      "lienUrl" : "myStorage.com/myFiles/thisFile.pdf",
      "url" : "myFiles/thisFile.pdf",
      "original" : false,
      "preview" : "data:image",
      "tokenPreview" : "8946A85V85D851DF",
      "externalDMSUuid" : "OD1245126",
      "links" : [ {
        "id" : "5000123",
        "original" : true,
        "documentId" : "5000123",
        "objectId" : "5000123",
        "objectType" : "{}"
      }, {
        "id" : "5000123",
        "original" : true,
        "documentId" : "5000123",
        "objectId" : "5000123",
        "objectType" : "{}"
      } ],
      "archived" : false,
      "action" : "{}",
      "owner" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "ownerId" : "5001206",
      "description" : "Text",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "100024",
      "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" : "11037",
      "locked" : false
    }, {
      "id" : "5000123",
      "title" : "Title",
      "versionId" : "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"
      },
      "publishedBy" : {
        "id" : "5000123",
        "code" : "TRI",
        "name" : "Doe",
        "firstName" : "John"
      },
      "publishedById" : "5001206",
      "classification" : "STD",
      "subClassification" : "EDITIONS",
      "category1" : "CAT1",
      "category2" : "CAT2",
      "category3" : "CAT3",
      "companyId" : "5000123",
      "publicationDate" : "2000-06-21T04:56:07.000+00:00",
      "version" : 1,
      "documentType" : "File",
      "fileUrl" : "myFiles/thisFile.pdf",
      "fileName" : "thisFile.pdf",
      "lienUrl" : "myStorage.com/myFiles/thisFile.pdf",
      "url" : "myFiles/thisFile.pdf",
      "original" : false,
      "preview" : "data:image",
      "tokenPreview" : "8946A85V85D851DF",
      "externalDMSUuid" : "OD1245126",
      "links" : [ {
        "id" : "5000123",
        "original" : true,
        "documentId" : "5000123",
        "objectId" : "5000123",
        "objectType" : "{}"
      }, {
        "id" : "5000123",
        "original" : true,
        "documentId" : "5000123",
        "objectId" : "5000123",
        "objectType" : "{}"
      } ],
      "archived" : false,
      "action" : "{}",
      "owner" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "ownerId" : "5001206",
      "description" : "Text",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "100024",
      "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" : "11037",
      "locked" : false
    } ],
    "buyerPrivateId" : "5000123",
    "exchangeRate" : 10,
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5000123",
    "dueDate" : "2000-06-21",
    "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
    },
    "bookedInvoiceReference" : "FF225544"
  },
  "temporaryInvoiceId" : "5000123",
  "bookedOn" : "2020-01-23T04:56:07Z",
  "paidOn" : "2020-01-23T04:56:07Z",
  "eInvoicingInfo" : {
    "status" : "{}",
    "lastStatusUpdateDate" : "2025-01-23T04:56:07Z",
    "technicalStatus" : "{}",
    "lastTechnicalUpdateDate" : "2025-01-23T04:56:07Z",
    "numberOfRetryAttempted" : 2
  }
}

2.2.4. Create lines on an existing invoice

PUT

/invoices/{purchase_invoice_id}/lines

Description

Create lines on the invoice matching the specified ID.

DMF required:
  • DMF AA0301: Api Purchase / Invoices / Insert

  • DMF 040601: Purchases / Purchase Invoices / New

  • DMF 040615: Purchases / Purchase Invoices / Internal Purchase Invoice Management

  • DMF 040630: Purchases / Purchase Invoices / Group Purchase Invoice Management

  • DMF 040701: Purchases / Credit Notes / New

  • DMF 040713: Purchases / Credit Notes / Internal Credit Note Management

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

invoice_lines

The invoice lines to create PurchaseInvoiceLine

X

Content Type
  • application/json

Responses
Table 10. http response codes
Code Message Datatype

200

Invoice Lines successfully created

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

{
  "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",
  "managementObjectId" : "5000123",
  "name" : "Helpdesk",
  "quantity" : 3,
  "unitPriceCurrency" : 36.32,
  "unitPrice" : 40,
  "amountTotalCurrency" : 1200,
  "amountTotal" : 1200,
  "rankNumber" : 2,
  "action" : "{}",
  "complementName" : "Lorem ipsum",
  "afterTaxAmountTotalCurrency" : 1500,
  "afterTaxAmountTotal" : 1500,
  "generalAccount" : "411000",
  "totalPriceCurrency" : 1200,
  "totalPrice" : 1200,
  "additionalFreeFields" : {
    "field1" : "Free field",
    "field2" : "Free field",
    "field3" : "Free field",
    "field4" : "Free field",
    "field5" : "Free field"
  },
  "resource" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "resourceId" : "resourceId",
  "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
  },
  "forcedVat" : true,
  "vat1" : {
    "id" : "5000123",
    "code" : "7",
    "rate" : 1.4658129805029452
  },
  "vat2" : {
    "id" : "5000123",
    "code" : "7",
    "rate" : 1.4658129805029452
  },
  "vatAmount1" : 120,
  "vatAmount2" : 110,
  "vatAmount1Currency" : 126.57,
  "vatAmount2Currency" : 113.26,
  "discount" : {
    "type" : "{}",
    "percentage" : 20,
    "amountCurrency" : 150.75,
    "amount" : 150.75
  },
  "item" : {
    "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"
    }
  },
  "itemId" : "10727",
  "startDate" : "2000-06-21T04:56:07.000+00:00",
  "endDate" : "2000-06-21T04:56:07.000+00:00",
  "dummy" : "dummy",
  "isFixedAsset" : true,
  "groupInFixedAssetRecordSheet" : true,
  "fixedAsset" : {
    "id" : "5000123",
    "name" : "IMMO0409",
    "number" : "IMMO0409"
  },
  "fixedAssetId" : "5000123",
  "rebillable" : "{}",
  "receptionId" : "5000123",
  "receptionDate" : "2020-01-31T23:59:59Z",
  "reconciliationAccount" : "5000123"
}

2.2.5. Search for the last due date of an invoice

GET

/invoices/{purchase_invoice_id}/due-dates/get-last

Description

Get the last due date of an invoice matching the specified invoice ID.

DMF required:
  • DMF AA0307: Api Purchase / Invoices / Info

  • DMF 040604: Purchases / Purchase Invoices / Search

  • DMF 040606: Purchases / Purchase Invoices / Show History

  • DMF 040704: Purchases / Credit Notes / Search

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Content Type
  • application/json

Responses
Table 11. http response codes
Code Message Datatype

200

Invoice successfully loaded

DueDate

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. Search an invoice by its ID

GET

/invoices/{purchase_invoice_id}

Description

Get the invoice matching the specified ID.

DMF required:
  • DMF AA0307: Api Purchase / Invoices / Info

  • DMF 040604: Purchases / Purchase Invoices / Search

  • DMF 040606: Purchases / Purchase Invoices / Show History

  • DMF 040704: Purchases / Credit Notes / Search

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Content Type
  • application/json

Responses
Table 12. http response codes
Code Message Datatype

200

Invoice successfully loaded

PurchaseInvoice

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. Publish an invoice

POST

/invoices/{purchase_invoice_id}/publish

Description

Publish an invoice using the template given as a parameter.

DMF required:
  • DMF AA0305: Api Purchase / Invoices / Publish

  • DMF 040605: Purchases / Purchase Invoices / Print

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing invoice PublishArguments

X

Content Type
  • application/json

Responses
Table 13. 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.2.8. Search for an invoice with read options

POST

/invoices/{purchase_invoice_id}/read

Description

Get an invoice, 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.
For invoices dated prior to the implementation of dematerialisation status management, the read option E_INVOICING_INFO may return null.

DMF required:
  • DMF AA0307: Api Purchase / Invoices / Info

  • DMF 040604: Purchases / Purchase Invoices / Search

  • DMF 040606: Purchases / Purchase Invoices / Show History

  • DMF 040704: Purchases / Credit Notes / Search

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned purchase invoice PurchaseInvoiceReadOption

-

Content Type
  • application/json

Responses
Table 14. http response codes
Code Message Datatype

200

Invoice successfully loaded

PurchaseInvoice

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" : [ "BUYER", "BUYER" ]
}

2.2.9. Search for last due date of invoices

POST

/invoices/last-due-dates/search

Description

Get the list of last due date of invoices matching the search criteria.

DMF required:
  • DMF AA0304: Api Purchase / Invoices / Search

  • DMF 040604: Purchases / Purchase Invoices / Search

  • DMF 040704: Purchases / Credit Notes / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (Invoice ID) DueDateCriteria

X

Content Type
  • application/json

Responses
Table 15. http response codes
Code Message Datatype

200

Due dates successfully loaded

List[DueDate]

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

{
  "invoiceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.2.10. Search for invoices

POST

/invoices/search

Description

Get the list of invoices matching the search criteria.

DMF required:
  • DMF AA0304: Api Purchase / Invoices / Search

  • DMF 040604: Purchases / Purchase Invoices / Search

  • DMF 040704: Purchases / Credit Notes / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, read options) PurchaseInvoiceCriteria

X

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 16. http response codes
Code Message Datatype

200

Invoices successfully loaded

List[PurchaseInvoice]

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" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "date" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "creationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "validationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "afterTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "preTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "currencyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "fiscalYearId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "journalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyToBillId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalState" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "internal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "group" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "methodOfPayment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "reference1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "lineCriteria" : {
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resourceId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "generalAccountNumber" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "grouping" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reference" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "additionalFreeFieldCriteria" : {
      "additionalFreeField1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField3" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField4" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField5" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "dutiableCriteria" : {
      "forcedVat" : {
        "operator" : "IS",
        "value" : false,
        "includeNullResults" : false
      },
      "vat1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "vat2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "projectCriteria" : {
      "id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "name" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "tag" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerProjectId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "referentialDate" : "2000-06-21T04:56:07.000+00:00",
      "projectGroupCode" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "entityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionGroupingId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "categoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryLevel2Id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "activityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "managerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "salesManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "financialManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "productionManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "projectState" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "departmentId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "yearId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "companyId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "purchasedItemId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "dummy" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "temporaryPurchaseInvoiceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyOpenedFiscalYear" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "eInvoicingInfoCriteria" : {
    "technicalStatus" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "status" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "lastTechnicalUpdateDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "lastStatusUpdateDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "numberOfRetryAttempted" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    }
  },
  "readOption" : {
    "options" : [ "BUYER", "BUYER" ]
  }
}

2.2.11. Send an invoice by email

POST

/invoices/{purchase_invoice_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 AA0390: Api Purchase / Invoices / Send Message

  • DMF 040605: Purchases / Purchase Invoices / Print

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

mail

The message to send TemplatedMessage

-

Responses
Table 17. 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.2.12. Set payment authorization for an invoice

POST

/invoices/{purchase_invoice_id}/set-payment-authorization

Description

Set payment authorization of the invoice matching the specified ID.

DMF required:
  • DMF AA0309: Api Purchase / Invoices / Set Payment Authorization

  • DMF 040614: Purchases / Purchase Invoices / Payment Authorizations List

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

payment_authorization_holder

Information for the payment authorization PaymentAuthorizationHolder

-

Responses
Table 18. http response codes
Code Message Datatype

204

Payment authorization successfully set

<<>>

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

{
  "authorizationPercentage" : 1
}

2.2.13. Update the purchase invoice e-invoicing status

POST

/invoices/{purchase_invoice_id}/update-e-status

Description

Update the purchase invoice e-invoicing status

DMF required:
  • DMF AA0311: Api Purchase / Invoices / Update Dematerialization Status

  • DMF 040656: Purchases / Purchase Invoices / Update Dematerialization Status

  • DMF 040728: Purchases / Credit Notes / Update Dematerialization Status

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

purchase_invoice_e_invoicing_status

The new e-invoicing status of the invoice StringParamHolder

X

Responses
Table 19. http response codes
Code Message Datatype

204

The e-invoicing status as been 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

{
  "value" : "true"
}

2.3. Purchase Orders

2.3.1. Search an order by its ID

GET

/orders/{purchase_order_id}

Description

Get the order matching the specified ID.

DMF required:
  • DMF AA0206: Api Purchase / Orders / Info

  • DMF 040304: Purchases / Purchase Orders / Search

  • DMF 0403__: Purchases / Purchase Orders

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Content Type
  • application/json

Responses
Table 20. http response codes
Code Message Datatype

200

Order successfully loaded

PurchaseOrder

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.3.2. Publish an order

POST

/orders/{purchase_order_id}/publish

Description

Publish an order using the template given as a parameter.

DMF required:
  • DMF AA0205: Api Purchase / Orders / Publish

  • DMF 040305: Purchases / Purchase Orders / Print

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing order PublishArguments

X

Content Type
  • application/json

Responses
Table 21. 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.3.3. Search for an order with read options

POST

/orders/{purchase_order_id}/read

Description

Get an order, 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 AA0206: Api Purchase / Orders / Info

  • DMF 040304: Purchases / Purchase Orders / Search

  • DMF 0403__: Purchases / Purchase Orders

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned purchase order PurchaseOrderReadOption

-

Content Type
  • application/json

Responses
Table 22. http response codes
Code Message Datatype

200

Order successfully loaded

PurchaseOrder

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" : [ "BUYER", "BUYER" ]
}

2.3.4. Receive an order

POST

/orders/{purchase_order_id}/receive

Description

Receive the order matching the specified ID.

DMF required:
  • DMF AA0210: Api Purchase / Orders / Receive

  • DMF 040418: Purchases / Receptions / Receive Purchase Order On Quantity

  • DMF 040419: Purchases / Receptions / Receive Purchase Order On % Of Quantity

  • DMF 040420: Purchases / Receptions / Receive Purchase Order On Amount

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Body Parameter
Name Description Required Default Pattern

reception_information

The information to receive the order ReceptionInformationsHolder

X

Content Type
  • text/plain

Responses
Table 23. http response codes
Code Message Datatype

200

Reception's number

[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

{
  "receptionDate" : "2020-01-31T23:59:59Z",
  "linesToReceive" : [ {
    "amount" : 635,
    "quantity" : 5,
    "id" : "5000123"
  }, {
    "amount" : 635,
    "quantity" : 5,
    "id" : "5000123"
  } ],
  "afterTaxAmount" : 120.37,
  "preTaxAmount" : 100.14
}

2.3.5. Search for orders (with search criteria)

POST

/orders/search

Description

Get the list of orders matching the search criteria.

DMF required:
  • DMF AA0204: Api Purchase / Orders / Search

  • DMF 040304: Purchases / Purchase Orders / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, currency, etc…) PurchaseOrderCriteria

X

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 24. http response codes
Code Message Datatype

200

Orders successfully loaded

List[PurchaseOrder]

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" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "date" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "creationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "validationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "afterTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "preTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "currencyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "fiscalYearId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "journalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyToBillId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalState" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "internal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "group" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "methodOfPayment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "reference1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "state" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "lineCriteria" : {
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resourceId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "generalAccountNumber" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "grouping" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reference" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "additionalFreeFieldCriteria" : {
      "additionalFreeField1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField3" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField4" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField5" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "dutiableCriteria" : {
      "forcedVat" : {
        "operator" : "IS",
        "value" : false,
        "includeNullResults" : false
      },
      "vat1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "vat2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "projectCriteria" : {
      "id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "name" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "tag" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerProjectId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "referentialDate" : "2000-06-21T04:56:07.000+00:00",
      "projectGroupCode" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "entityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionGroupingId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "categoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryLevel2Id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "activityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "managerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "salesManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "financialManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "productionManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "projectState" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "departmentId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "yearId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "companyId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "purchasedItemId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "notificationDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "notificationComment" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "canBeReceived" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "exclusivelyLinkedTemporaryInvoiceId" : "5000123"
  },
  "readOption" : {
    "options" : [ "BUYER", "BUYER" ]
  },
  "initialPurchaseOrderId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "notification" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  }
}

2.3.6. Send an order by email

POST

/orders/{purchase_order_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 AA0290: Api Purchase / Orders / Send Message

  • DMF 040305: Purchases / Purchase Orders / Print

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Body Parameter
Name Description Required Default Pattern

mail

The message to send TemplatedMessage

-

Responses
Table 25. 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.3.7. Validate an order

POST

/orders/{purchase_order_id}/validate

Description

Validate the order matching the specified ID.

DMF required:
  • DMF AA0211: Api Purchase / Orders / Validate

  • DMF 040308: Purchases / Purchase Orders / Validate

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Content Type
  • text/plain

Responses
Table 26. http response codes
Code Message Datatype

200

Order successfully validated. Return the id of the order

[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

2.4. Purchase Settings

2.4.1. Create a project default mapping

PUT

/settings/projects/default-mappings

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the default project for a temporary invoice.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

defaultMapping

A project default mapping to be created ProjectDefaultMapping

X

Content Type
  • text/plain

Responses
Table 27. http response codes
Code Message Datatype

201

Project default mapping 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",
  "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" : "5000666",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

PUT

/settings/projects/purchased-item-sub-category-links

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the link for a given purchased item sub category to associate a default project with a temporary invoice line

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

mapping

A purchased product sub-category to project mapping to be created PurchasedItemSubCategoryLink

X

Content Type
  • text/plain

Responses
Table 28. http response codes
Code Message Datatype

201

Purchased product sub-category to project mapping 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",
  "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" : "5000666",
  "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" : "500143",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

2.4.3. Create a purchased product category to project mapping

PUT

/settings/projects/purchased-product-category-mappings

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the link for a given purchased item category to associate a default project with a temporary invoice line

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

mapping

A purchased product category to project mapping to be created PurchasedProductCategoryToProjectMapping

X

Content Type
  • text/plain

Responses
Table 29. http response codes
Code Message Datatype

201

Purchased product category to project mapping 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",
  "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" : "5000666",
  "category" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 5
  },
  "categoryId" : "500143",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

2.4.4. Create a purchased product to project mapping

PUT

/settings/projects/purchased-product-mappings

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the link for a given purchased item to associate a default project with a temporary invoice line

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

mapping

A purchased product to project mapping to be created PurchasedProductToProjectMapping

X

Content Type
  • text/plain

Responses
Table 30. http response codes
Code Message Datatype

201

Purchased product to project mapping 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",
  "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" : "5000666",
  "purchasedProduct" : {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    }
  },
  "purchasedProductId" : "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"
}

2.4.5. Create a purchased product to supplier mapping

PUT

/settings/suppliers/purchased-product-mappings

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the link for a given supplier to associate a default purchased item with a temporary invoice

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Body Parameter
Name Description Required Default Pattern

mapping

A purchased product to supplier mapping to be created PurchasedProductToSupplierMapping

X

Content Type
  • text/plain

Responses
Table 31. http response codes
Code Message Datatype

201

Purchased product to supplier mapping 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",
  "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" : "5000666",
  "purchasedProduct" : {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    }
  },
  "purchasedProductId" : "5000123",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "companyCode" : "AKSAS",
    "entityCode" : "LYO",
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5100962",
    "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" : "5010835",
    "closingDate" : "2020-01-31T23:59:59Z",
    "legalName" : "General Electricity and Co.",
    "phone" : "+33 4 04 04 04 04",
    "email" : "contact@gen-elec.com",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "5000123",
    "ape" : "96.02A",
    "siren" : "362521879",
    "siret" : "55217863900132",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "500501",
    "supplierAccountingParameters" : {
      "accountingNumber" : "F9527",
      "intercoCode" : "AKSAS",
      "isNotBooked" : true,
      "currencyCode" : "EUR",
      "mainReconciliationAccountNumber" : "407000",
      "reconciliationAccount2Number" : "470056",
      "reconciliationAccount3Number" : "684752",
      "reconciliationAccount4Number" : "408203",
      "reconciliationAccount5Number" : "409000",
      "piaControlAccountNumber" : "408100",
      "prepaidExpensesAccountNumber" : "4110856",
      "internalControlAccountNumber" : "411000",
      "journalCode" : "AC",
      "group" : false,
      "supplierId" : "30"
    },
    "accountingPeriod" : "Monthly",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "200456",
    "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" : "11037",
    "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"
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "equity" : 17506.34,
    "revenue" : 34899.07,
    "headcount" : 72,
    "linkedEntities" : [ {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    }, {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    } ],
    "linkedEntitiesId" : "65009",
    "openingDate" : "2020-01-23T04:56:07Z",
    "salesOrderContact" : "CASH",
    "keywords" : "WORD",
    "legalForm" : "SA",
    "notes" : "Lorem Ipsum",
    "profession" : {
      "id" : "5000123",
      "code" : "LYR",
      "name" : "Lawyer"
    },
    "professionId" : "500238",
    "supplierSite" : [ {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    }, {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    } ],
    "type" : "{}",
    "supplierTaxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true,
      "supplierTaxRegime" : "{}",
      "reverseCharge" : false,
      "supplierId" : "30"
    },
    "unit" : "Legal person",
    "isForeign" : true,
    "isFrCompetitor" : true,
    "isEmployee" : false,
    "isDAS2" : true,
    "paymentAuthorization" : true,
    "isNotDun" : true,
    "limitedReferences" : true,
    "subContractor" : {
      "isSubcontractor" : true,
      "subcontractorBillingUnit" : "{}",
      "defaultSubcontractor" : true
    },
    "applicableShippingCosts" : {
      "applicableShippingCosts" : true,
      "exemptionThreshold" : "100",
      "closeToExemptionThreshold" : "75",
      "isLinkedToReceptionSite" : true
    },
    "holdback" : "5",
    "grouping1" : "My first grouping",
    "grouping2" : "My second grouping",
    "grouping3" : "My third grouping",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "bankingInformationStatus" : "{}",
    "bankingInformations" : [ {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    } ],
    "thirdPartyLinkType" : {
      "id" : "5000123",
      "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" : "5000666",
      "code" : "VARIOUS",
      "name" : "Various",
      "endDate" : "2020-01-23T04:56:07Z",
      "requiredSiren" : false
    },
    "thirdPartyLinkTypeId" : "5000123"
  },
  "supplierId" : "5000123"
}

PUT

/settings/projects/supplier-mappings

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the default journal for a temporary invoice.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

mapping

A link between a supplier and a project SupplierLink

X

Content Type
  • text/plain

Responses
Table 32. http response codes
Code Message Datatype

201

Link between a supplier and a project 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",
  "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" : "5000666",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "companyCode" : "AKSAS",
    "entityCode" : "LYO",
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5100962",
    "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" : "5010835",
    "closingDate" : "2020-01-31T23:59:59Z",
    "legalName" : "General Electricity and Co.",
    "phone" : "+33 4 04 04 04 04",
    "email" : "contact@gen-elec.com",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "5000123",
    "ape" : "96.02A",
    "siren" : "362521879",
    "siret" : "55217863900132",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "500501",
    "supplierAccountingParameters" : {
      "accountingNumber" : "F9527",
      "intercoCode" : "AKSAS",
      "isNotBooked" : true,
      "currencyCode" : "EUR",
      "mainReconciliationAccountNumber" : "407000",
      "reconciliationAccount2Number" : "470056",
      "reconciliationAccount3Number" : "684752",
      "reconciliationAccount4Number" : "408203",
      "reconciliationAccount5Number" : "409000",
      "piaControlAccountNumber" : "408100",
      "prepaidExpensesAccountNumber" : "4110856",
      "internalControlAccountNumber" : "411000",
      "journalCode" : "AC",
      "group" : false,
      "supplierId" : "30"
    },
    "accountingPeriod" : "Monthly",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "200456",
    "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" : "11037",
    "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"
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "equity" : 17506.34,
    "revenue" : 34899.07,
    "headcount" : 72,
    "linkedEntities" : [ {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    }, {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    } ],
    "linkedEntitiesId" : "65009",
    "openingDate" : "2020-01-23T04:56:07Z",
    "salesOrderContact" : "CASH",
    "keywords" : "WORD",
    "legalForm" : "SA",
    "notes" : "Lorem Ipsum",
    "profession" : {
      "id" : "5000123",
      "code" : "LYR",
      "name" : "Lawyer"
    },
    "professionId" : "500238",
    "supplierSite" : [ {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    }, {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    } ],
    "type" : "{}",
    "supplierTaxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true,
      "supplierTaxRegime" : "{}",
      "reverseCharge" : false,
      "supplierId" : "30"
    },
    "unit" : "Legal person",
    "isForeign" : true,
    "isFrCompetitor" : true,
    "isEmployee" : false,
    "isDAS2" : true,
    "paymentAuthorization" : true,
    "isNotDun" : true,
    "limitedReferences" : true,
    "subContractor" : {
      "isSubcontractor" : true,
      "subcontractorBillingUnit" : "{}",
      "defaultSubcontractor" : true
    },
    "applicableShippingCosts" : {
      "applicableShippingCosts" : true,
      "exemptionThreshold" : "100",
      "closeToExemptionThreshold" : "75",
      "isLinkedToReceptionSite" : true
    },
    "holdback" : "5",
    "grouping1" : "My first grouping",
    "grouping2" : "My second grouping",
    "grouping3" : "My third grouping",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "bankingInformationStatus" : "{}",
    "bankingInformations" : [ {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    } ],
    "thirdPartyLinkType" : {
      "id" : "5000123",
      "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" : "5000666",
      "code" : "VARIOUS",
      "name" : "Various",
      "endDate" : "2020-01-23T04:56:07Z",
      "requiredSiren" : false
    },
    "thirdPartyLinkTypeId" : "5000123"
  },
  "supplierId" : "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"
}

2.4.7. Create a supplier to accounting journal mapping

PUT

/settings/accounting-journals/supplier-mappings

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Set the link for a given supplier to associate a default journal with a temporary invoice.

DMF required:
  • DMF AA1002: Api Purchase / Settings / Journal Mapping

  • DMF 090182: Administrator / Setup / Tempory Invoices Journal Links

Parameters
Body Parameter
Name Description Required Default Pattern

mapping

A supplier to accounting journal mapping to be created SupplierToAccountingJournalMapping

X

Content Type
  • text/plain

Responses
Table 33. http response codes
Code Message Datatype

201

Supplier to accounting journal mapping 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",
  "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" : "5000666",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "companyCode" : "AKSAS",
    "entityCode" : "LYO",
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5100962",
    "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" : "5010835",
    "closingDate" : "2020-01-31T23:59:59Z",
    "legalName" : "General Electricity and Co.",
    "phone" : "+33 4 04 04 04 04",
    "email" : "contact@gen-elec.com",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "5000123",
    "ape" : "96.02A",
    "siren" : "362521879",
    "siret" : "55217863900132",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "500501",
    "supplierAccountingParameters" : {
      "accountingNumber" : "F9527",
      "intercoCode" : "AKSAS",
      "isNotBooked" : true,
      "currencyCode" : "EUR",
      "mainReconciliationAccountNumber" : "407000",
      "reconciliationAccount2Number" : "470056",
      "reconciliationAccount3Number" : "684752",
      "reconciliationAccount4Number" : "408203",
      "reconciliationAccount5Number" : "409000",
      "piaControlAccountNumber" : "408100",
      "prepaidExpensesAccountNumber" : "4110856",
      "internalControlAccountNumber" : "411000",
      "journalCode" : "AC",
      "group" : false,
      "supplierId" : "30"
    },
    "accountingPeriod" : "Monthly",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "200456",
    "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" : "11037",
    "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"
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "equity" : 17506.34,
    "revenue" : 34899.07,
    "headcount" : 72,
    "linkedEntities" : [ {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    }, {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    } ],
    "linkedEntitiesId" : "65009",
    "openingDate" : "2020-01-23T04:56:07Z",
    "salesOrderContact" : "CASH",
    "keywords" : "WORD",
    "legalForm" : "SA",
    "notes" : "Lorem Ipsum",
    "profession" : {
      "id" : "5000123",
      "code" : "LYR",
      "name" : "Lawyer"
    },
    "professionId" : "500238",
    "supplierSite" : [ {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    }, {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    } ],
    "type" : "{}",
    "supplierTaxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true,
      "supplierTaxRegime" : "{}",
      "reverseCharge" : false,
      "supplierId" : "30"
    },
    "unit" : "Legal person",
    "isForeign" : true,
    "isFrCompetitor" : true,
    "isEmployee" : false,
    "isDAS2" : true,
    "paymentAuthorization" : true,
    "isNotDun" : true,
    "limitedReferences" : true,
    "subContractor" : {
      "isSubcontractor" : true,
      "subcontractorBillingUnit" : "{}",
      "defaultSubcontractor" : true
    },
    "applicableShippingCosts" : {
      "applicableShippingCosts" : true,
      "exemptionThreshold" : "100",
      "closeToExemptionThreshold" : "75",
      "isLinkedToReceptionSite" : true
    },
    "holdback" : "5",
    "grouping1" : "My first grouping",
    "grouping2" : "My second grouping",
    "grouping3" : "My third grouping",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "bankingInformationStatus" : "{}",
    "bankingInformations" : [ {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    } ],
    "thirdPartyLinkType" : {
      "id" : "5000123",
      "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" : "5000666",
      "code" : "VARIOUS",
      "name" : "Various",
      "endDate" : "2020-01-23T04:56:07Z",
      "requiredSiren" : false
    },
    "thirdPartyLinkTypeId" : "5000123"
  },
  "supplierId" : "5000123",
  "accountingJournal" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "startDate" : "2000-06-21",
    "endDate" : "2000-06-21",
    "miscellaneousTransactionsProhibited" : true,
    "excludedByDefault" : true
  },
  "accountingJournalId" : "5000123"
}

2.4.8. Delete all project settings on a company

DELETE

/settings/projects/companies/{company_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete all project settings (default mapping and mappings) on a company.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

company_id

The id of a company

X

null

Responses
Table 34. http response codes
Code Message Datatype

204

The project settings have been 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.4.9. Delete all purchased product to supplier mappings on a company

DELETE

/settings/suppliers/purchased-product-mappings/companies/{company_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete all purchased product to supplier mappings on a company.

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Path Parameters
Name Description Required Default Pattern

company_id

The id of a company

X

null

Responses
Table 35. http response codes
Code Message Datatype

204

The purchased product to supplier have been 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.4.10. Delete a project default mapping by its ID

DELETE

/settings/projects/default-mappings/{project_default_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a project default mapping by its ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

project_default_mapping_id

The id of the project default mapping

X

null

Responses
Table 36. http response codes
Code Message Datatype

204

The project default mapping has been deleted

<<>>

404

There is no project default mapping corresponding to this id

<<>>

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

DELETE

/settings/projects/purchased-item-sub-category-links/{purchased_item_sub_category_and_project_link_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a purchased product sub-category to project mapping by its ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_sub_category_and_project_link_id

The id of the purchased product sub-category to project mapping

X

null

Responses
Table 37. http response codes
Code Message Datatype

204

The purchased product sub-category to project mapping has been deleted

<<>>

404

There is no purchased product sub-category to project mapping corresponding to this id

<<>>

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.12. Delete a purchased product category to project mapping by its ID

DELETE

/settings/projects/purchased-product-category-mappings/{purchased_product_category_to_project_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a purchased product category to project mapping by its ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_category_to_project_mapping_id

The id of the purchased product category to project mapping

X

null

Responses
Table 38. http response codes
Code Message Datatype

204

The purchased product category to project mapping has been deleted

<<>>

404

There is no purchased product category to project mapping corresponding to this id

<<>>

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.13. Delete a purchased product to project mapping by its ID

DELETE

/settings/projects/purchased-product-mappings/{purchased_product_to_project_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a purchased product to project mapping by its ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_project_mapping_id

The id of the purchased product to project mapping

X

null

Responses
Table 39. http response codes
Code Message Datatype

204

The purchased product to project mapping has been deleted

<<>>

404

There is no purchased product to project mapping corresponding to this id

<<>>

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.14. Delete a purchased product to supplier mapping by its ID

DELETE

/settings/suppliers/purchased-product-mappings/{purchased_product_to_supplier_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a purchased product to supplier mapping by its ID.

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_supplier_mapping_id

The id of the purchased product to supplier mapping

X

null

Responses
Table 40. http response codes
Code Message Datatype

204

The purchased product to supplier mapping has been deleted

<<>>

404

There is no purchased product to supplier mapping corresponding to this id

<<>>

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

DELETE

/settings/projects/supplier-mappings/{supplier_and_project_link_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a link between a supplier and a project mapping by its ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_and_project_link_id

The id of the supplier to project mapping

X

null

Responses
Table 41. http response codes
Code Message Datatype

204

Link between a supplier and a project successfully deleted.

<<>>

404

There is no supplier link corresponding to this id.

<<>>

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.16. Delete a supplier to accounting journal mapping by its ID

DELETE

/settings/accounting-journals/supplier-mappings/{supplier_to_accounting_journal_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Delete a supplier to accounting journal mapping by its ID.

DMF required:
  • DMF AA1002: Api Purchase / Settings / Journal Mapping

  • DMF 090182: Administrator / Setup / Tempory Invoices Journal Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_to_accounting_journal_mapping_id

The id of the supplier to accounting journal mapping

X

null

Responses
Table 42. http response codes
Code Message Datatype

204

The supplier to accounting journal mapping has been deleted

<<>>

404

There is no supplier to accounting journal mapping corresponding to this id

<<>>

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.17. Get a project default mapping by its ID

GET

/settings/projects/default-mappings/{project_default_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the project default mapping matching the specified ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

project_default_mapping_id

The id of the project default mapping

X

null

Content Type
  • application/json

Responses
Table 43. http response codes
Code Message Datatype

200

Project default mapping successfully loaded

ProjectDefaultMapping

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.18. Get project settings overviews

GET

/settings/projects/overviews

Description

Get an overview on each companies where there’s some project settings

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Content Type
  • application/json

Responses
Table 44. http response codes
Code Message Datatype

200

Project settings overviews

List[ProjectSettingsOverview]

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

GET

/settings/projects/purchased-item-sub-category-links/{purchased_item_sub_category_and_project_link_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the purchased product sub-category to project mapping matching the specified ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_sub_category_and_project_link_id

The id of the purchased product sub-category to project mapping

X

null

Content Type
  • application/json

Responses
Table 45. http response codes
Code Message Datatype

200

Link between a purchased item sub-category and a project successfully loaded

PurchasedItemSubCategoryLink

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.20. Get a purchased product category to project mapping by its ID

GET

/settings/projects/purchased-product-category-mappings/{purchased_product_category_to_project_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the purchased product category to project mapping matching the specified ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_category_to_project_mapping_id

The id of the purchased product category to project mapping

X

null

Content Type
  • application/json

Responses
Table 46. http response codes
Code Message Datatype

200

Purchased product category to project mapping successfully loaded

PurchasedProductCategoryToProjectMapping

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.21. Get a purchased product to project mapping by its ID

GET

/settings/projects/purchased-product-mappings/{purchased_product_to_project_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the purchased product to project mapping matching the specified ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_project_mapping_id

The id of the purchased product to project mapping

X

null

Content Type
  • application/json

Responses
Table 47. http response codes
Code Message Datatype

200

Purchased product to project mapping successfully loaded

PurchasedProductToProjectMapping

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.22. Get a purchased product to supplier mapping by its ID

GET

/settings/suppliers/purchased-product-mappings/{purchased_product_to_supplier_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the purchased product to supplier mapping matching the specified ID.

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_supplier_mapping_id

The id of the purchased product to supplier mapping

X

null

Content Type
  • application/json

Responses
Table 48. http response codes
Code Message Datatype

200

Purchased product to supplier mapping successfully loaded

PurchasedProductToSupplierMapping

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

GET

/settings/projects/supplier-mappings/{supplier_and_project_link_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the information about the link between a supplier and a project matching the specified ID.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_and_project_link_id

The id of the supplier to project mapping

X

null

Content Type
  • application/json

Responses
Table 49. http response codes
Code Message Datatype

200

Link between a supplier and a project successfully loaded

SupplierLink

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.24. Get a supplier to accounting journal mapping by its ID

GET

/settings/accounting-journals/supplier-mappings/{supplier_to_accounting_journal_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the supplier to accounting journal mapping matching the specified ID.

DMF required:
  • DMF AA1002: Api Purchase / Settings / Journal Mapping

  • DMF 090182: Administrator / Setup / Tempory Invoices Journal Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_to_accounting_journal_mapping_id

The id of the supplier to accounting journal mapping

X

null

Content Type
  • application/json

Responses
Table 50. http response codes
Code Message Datatype

200

Supplier to accounting journal mapping successfully loaded

SupplierToAccountingJournalMapping

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.25. Search a project default mapping with read options

POST

/settings/projects/default-mappings/{project_default_mapping_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get a project default mapping, with additional information of your choice.
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

project_default_mapping_id

The id of the project default mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned project default mapping ProjectDefaultMappingReadOption

-

Content Type
  • application/json

Responses
Table 51. http response codes
Code Message Datatype

200

Project default mapping successfully loaded

ProjectDefaultMapping

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" : [ "COMPANY", "COMPANY" ]
}

POST

/settings/projects/purchased-item-sub-category-links/{purchased_item_sub_category_and_project_link_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the information about the link between a purchase item sub-category and a project matching the specified ID, with additional information of your choice (example: changetracking information).
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_sub_category_and_project_link_id

The id of the purchased product sub-category to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned purchased item sub category link PurchasedItemSubCategoryLinkReadOption

-

Content Type
  • application/json

Responses
Table 52. http response codes
Code Message Datatype

200

Purchased product sub-category to project mapping successfully loaded

PurchasedItemSubCategoryLink

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" : [ "COMPANY", "COMPANY" ]
}

2.4.27. Search a purchased product category to project mapping with read options

POST

/settings/projects/purchased-product-category-mappings/{purchased_product_category_to_project_mapping_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get a purchased product category to project mapping, with additional information of your choice.
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_category_to_project_mapping_id

The id of the purchased product category to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned purchased product category to project mapping PurchasedProductCategoryToProjectMappingReadOption

-

Content Type
  • application/json

Responses
Table 53. http response codes
Code Message Datatype

200

Purchased product category to project mapping successfully loaded

PurchasedProductCategoryToProjectMapping

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" : [ "COMPANY", "COMPANY" ]
}

2.4.28. Search a purchased product to project mapping with read options

POST

/settings/projects/purchased-product-mappings/{purchased_product_to_project_mapping_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get a purchased product to project mapping, with additional information of your choice.
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_project_mapping_id

The id of the purchased product to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned purchased product to project mapping PurchasedProductToProjectMappingReadOption

-

Content Type
  • application/json

Responses
Table 54. http response codes
Code Message Datatype

200

Purchased product to project mapping successfully loaded

PurchasedProductToProjectMapping

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" : [ "COMPANY", "COMPANY" ]
}

2.4.29. Search a purchased product to supplier mapping with read options

POST

/settings/suppliers/purchased-product-mappings/{purchased_product_to_supplier_mapping_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get a purchased product to supplier mapping, with additional information of your choice.
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_supplier_mapping_id

The id of the purchased product to supplier mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned purchased product to supplier mapping PurchasedProductToSupplierMappingReadOption

-

Content Type
  • application/json

Responses
Table 55. http response codes
Code Message Datatype

200

Purchased product to supplier mapping successfully loaded

PurchasedProductToSupplierMapping

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" : [ "COMPANY", "COMPANY" ]
}

POST

/settings/projects/supplier-links/{supplier_and_project_link_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the information about the link between a supplier and a project matching the specified ID, with additional information of your choice (example: changetracking information).
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_and_project_link_id

The id of the supplier to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned supplier link SupplierLinkReadOption

-

Content Type
  • application/json

Responses
Table 56. http response codes
Code Message Datatype

200

Link between a supplier and a project successfully loaded.

SupplierLink

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" : [ "COMPANY", "COMPANY" ]
}

2.4.31. Search a supplier to accounting journal mapping with read options

POST

/settings/accounting-journals/supplier-mappings/{supplier_to_accounting_journal_mapping_id}/read

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get a supplier to accounting journal mapping, with additional information of your choice.
You can add this information with Read Options. These are listed in the link below.

DMF required:
  • DMF AA1002: Api Purchase / Settings / Journal Mapping

  • DMF 090182: Administrator / Setup / Tempory Invoices Journal Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_to_accounting_journal_mapping_id

The id of the supplier to accounting journal mapping

X

null

Body Parameter
Name Description Required Default Pattern

readOption

The read options for the returned supplier to accounting journal mapping SupplierToAccountingJournalMappingReadOption

-

Content Type
  • application/json

Responses
Table 57. http response codes
Code Message Datatype

200

Supplier to accounting journal mapping successfully loaded

SupplierToAccountingJournalMapping

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" : [ "COMPANY", "COMPANY" ]
}

2.4.32. Search for search field behavior

GET

/settings/search-fields-information/search-types/{search_type}

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 a given search type

DMF required:
  • DMF AA1003: Api Purchase / Settings / Search Fields Behavior

  • DMF 141304: Helpdesk / Issues / Search

  • DMF 142603: Helpdesk / Simplified Issue / Search

  • DMF 0402__: Purchases / Quotes

  • DMF 0403__: Purchases / Purchase Orders

  • DMF 0404__: Purchases / Receptions

  • DMF 0406__: Purchases / Purchase Invoices

  • DMF 0408__: Purchases / Billing Schedules

  • DMF 0409__: Purchases / Temporary Invoices

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

search_type

The type of the search

X

null

Content Type
  • application/json

Responses
Table 58. 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.4.33. Search for project default mappings

POST

/settings/projects/default-mappings/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of project default mappings matching the search criteria.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose ProjectDefaultMappingCriteria

X

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 59. http response codes
Code Message Datatype

200

Project default mappings successfully loaded

List[ProjectDefaultMapping]

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" : "*"
  },
  "phaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "subPhaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

POST

/settings/projects/purchased-item-sub-category-links/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of purchased product sub-category to project mappings matching the search criteria.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose PurchasedItemSubCategoryLinkCriteria

X

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 60. http response codes
Code Message Datatype

200

Purchased product sub-category to project mappings successfully loaded

List[PurchasedItemSubCategoryLink]

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" : "*"
  },
  "purchasedProductSubCategoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "phaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "subPhaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

2.4.35. Search for purchased product category to project mappings

POST

/settings/projects/purchased-product-category-mappings/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of purchased product category to project mappings matching the search criteria.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose PurchasedProductCategoryToProjectMappingCriteria

X

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 61. http response codes
Code Message Datatype

200

Purchased product category to project mappings successfully loaded

List[PurchasedProductCategoryToProjectMapping]

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" : "*"
  },
  "purchasedProductCategoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "phaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "subPhaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

2.4.36. Search for purchased product to project mappings

POST

/settings/projects/purchased-product-mappings/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of purchased product to project mappings matching the search criteria.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose PurchasedProductToProjectMappingCriteria

X

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 62. http response codes
Code Message Datatype

200

Purchased product to project mappings successfully loaded

List[PurchasedProductToProjectMapping]

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" : "*"
  },
  "phaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "subPhaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "purchasedProductId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

2.4.37. Search for purchased product to supplier mappings

POST

/settings/suppliers/purchased-product-mappings/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of purchased product to supplier mappings matching the search criteria.

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose PurchasedProductToSupplierMappingCriteria

X

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 63. http response codes
Code Message Datatype

200

Purchased product to supplier mappings successfully loaded

List[PurchasedProductToSupplierMapping]

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" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "purchasedProductId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

POST

/settings/projects/supplier-mappings/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of links between suppliers and projects matching the search criteria.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose SupplierLinkCriteria

X

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 64. http response codes
Code Message Datatype

200

Links between suppliers and projects successfully loaded.

List[SupplierLink]

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" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "phaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "subPhaseId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "projectId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

2.4.39. Search for supplier to accounting journal mappings

POST

/settings/accounting-journals/supplier-mappings/search

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Get the list of supplier to accounting journal mappings matching the search criteria.

DMF required:
  • DMF AA1002: Api Purchase / Settings / Journal Mapping

  • DMF 090182: Administrator / Setup / Tempory Invoices Journal Links

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose SupplierToAccountingJournalMappingCriteria

X

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 65. http response codes
Code Message Datatype

200

Supplier to accounting journal mappings successfully loaded

List[SupplierToAccountingJournalMapping]

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" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "accountingJournalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  }
}

2.4.40. Update a project default mapping

POST

/settings/projects/default-mappings/{project_default_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a project default mapping.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

project_default_mapping_id

The id of the project default mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

A project default mapping to be updated ProjectDefaultMapping

X

Content Type
  • text/plain

Responses
Table 66. http response codes
Code Message Datatype

200

Project default mapping successfully updated

[String]

404

There is no project default mapping corresponding to this id

<<>>

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",
  "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" : "5000666",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

POST

/settings/projects/purchased-item-sub-category-links/{purchased_item_sub_category_and_project_link_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a purchased product sub-category to project mapping.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_sub_category_and_project_link_id

The id of the purchased product sub-category to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

A purchased product sub-category to project mapping to be updated PurchasedItemSubCategoryLink

X

Content Type
  • text/plain

Responses
Table 67. http response codes
Code Message Datatype

200

Purchased product sub-category to project mapping successfully updated

[String]

404

There is no purchased product sub-category to project mapping corresponding to this id

<<>>

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",
  "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" : "5000666",
  "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" : "500143",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

2.4.42. Update a purchased product category to project mapping

POST

/settings/projects/purchased-product-category-mappings/{purchased_product_category_to_project_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a purchased product category to project mapping.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_category_to_project_mapping_id

The id of the purchased product category to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

A purchased product category to project mapping to be updated PurchasedProductCategoryToProjectMapping

X

Content Type
  • text/plain

Responses
Table 68. http response codes
Code Message Datatype

200

Purchased product category to project mapping successfully updated

[String]

404

There is no purchased product category to project mapping corresponding to this id

<<>>

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",
  "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" : "5000666",
  "category" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 5
  },
  "categoryId" : "500143",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

2.4.43. Update a purchased product to project mapping

POST

/settings/projects/purchased-product-mappings/{purchased_product_to_project_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a purchased product to project mapping.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_project_mapping_id

The id of the purchased product to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

A purchased product to project mapping to be updated PurchasedProductToProjectMapping

X

Content Type
  • text/plain

Responses
Table 69. http response codes
Code Message Datatype

200

Purchased product to project mapping successfully updated

[String]

404

There is no purchased product to project mapping corresponding to this id

<<>>

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",
  "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" : "5000666",
  "purchasedProduct" : {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    }
  },
  "purchasedProductId" : "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"
}

2.4.44. Update a purchased product to supplier mapping

POST

/settings/suppliers/purchased-product-mappings/{purchased_product_to_supplier_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a purchased product to supplier mapping.

DMF required:
  • DMF AA1004: Api Purchase / Settings / Purchased Product Mapping

  • DMF 090184: Administrator / Setup / Tempory Invoices Purchased Product Links

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_product_to_supplier_mapping_id

The id of the purchased product to supplier mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

A purchased product to supplier mapping to be updated PurchasedProductToSupplierMapping

X

Content Type
  • text/plain

Responses
Table 70. http response codes
Code Message Datatype

200

Purchased product to supplier mapping successfully updated

[String]

404

There is no purchased product to supplier mapping corresponding to this id

<<>>

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",
  "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" : "5000666",
  "purchasedProduct" : {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    }
  },
  "purchasedProductId" : "5000123",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "companyCode" : "AKSAS",
    "entityCode" : "LYO",
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5100962",
    "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" : "5010835",
    "closingDate" : "2020-01-31T23:59:59Z",
    "legalName" : "General Electricity and Co.",
    "phone" : "+33 4 04 04 04 04",
    "email" : "contact@gen-elec.com",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "5000123",
    "ape" : "96.02A",
    "siren" : "362521879",
    "siret" : "55217863900132",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "500501",
    "supplierAccountingParameters" : {
      "accountingNumber" : "F9527",
      "intercoCode" : "AKSAS",
      "isNotBooked" : true,
      "currencyCode" : "EUR",
      "mainReconciliationAccountNumber" : "407000",
      "reconciliationAccount2Number" : "470056",
      "reconciliationAccount3Number" : "684752",
      "reconciliationAccount4Number" : "408203",
      "reconciliationAccount5Number" : "409000",
      "piaControlAccountNumber" : "408100",
      "prepaidExpensesAccountNumber" : "4110856",
      "internalControlAccountNumber" : "411000",
      "journalCode" : "AC",
      "group" : false,
      "supplierId" : "30"
    },
    "accountingPeriod" : "Monthly",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "200456",
    "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" : "11037",
    "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"
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "equity" : 17506.34,
    "revenue" : 34899.07,
    "headcount" : 72,
    "linkedEntities" : [ {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    }, {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    } ],
    "linkedEntitiesId" : "65009",
    "openingDate" : "2020-01-23T04:56:07Z",
    "salesOrderContact" : "CASH",
    "keywords" : "WORD",
    "legalForm" : "SA",
    "notes" : "Lorem Ipsum",
    "profession" : {
      "id" : "5000123",
      "code" : "LYR",
      "name" : "Lawyer"
    },
    "professionId" : "500238",
    "supplierSite" : [ {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    }, {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    } ],
    "type" : "{}",
    "supplierTaxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true,
      "supplierTaxRegime" : "{}",
      "reverseCharge" : false,
      "supplierId" : "30"
    },
    "unit" : "Legal person",
    "isForeign" : true,
    "isFrCompetitor" : true,
    "isEmployee" : false,
    "isDAS2" : true,
    "paymentAuthorization" : true,
    "isNotDun" : true,
    "limitedReferences" : true,
    "subContractor" : {
      "isSubcontractor" : true,
      "subcontractorBillingUnit" : "{}",
      "defaultSubcontractor" : true
    },
    "applicableShippingCosts" : {
      "applicableShippingCosts" : true,
      "exemptionThreshold" : "100",
      "closeToExemptionThreshold" : "75",
      "isLinkedToReceptionSite" : true
    },
    "holdback" : "5",
    "grouping1" : "My first grouping",
    "grouping2" : "My second grouping",
    "grouping3" : "My third grouping",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "bankingInformationStatus" : "{}",
    "bankingInformations" : [ {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    } ],
    "thirdPartyLinkType" : {
      "id" : "5000123",
      "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" : "5000666",
      "code" : "VARIOUS",
      "name" : "Various",
      "endDate" : "2020-01-23T04:56:07Z",
      "requiredSiren" : false
    },
    "thirdPartyLinkTypeId" : "5000123"
  },
  "supplierId" : "5000123"
}

POST

/settings/projects/supplier-mappings/{supplier_and_project_link_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a link between a supplier and a project.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_and_project_link_id

The id of the supplier to project mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

Link between a supplier and a project successfully updated. SupplierLink

X

Content Type
  • text/plain

Responses
Table 71. http response codes
Code Message Datatype

200

Link between a supplier and a project successfully updated.

[String]

404

There is no supplier link corresponding to this id.

<<>>

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",
  "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" : "5000666",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "companyCode" : "AKSAS",
    "entityCode" : "LYO",
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5100962",
    "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" : "5010835",
    "closingDate" : "2020-01-31T23:59:59Z",
    "legalName" : "General Electricity and Co.",
    "phone" : "+33 4 04 04 04 04",
    "email" : "contact@gen-elec.com",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "5000123",
    "ape" : "96.02A",
    "siren" : "362521879",
    "siret" : "55217863900132",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "500501",
    "supplierAccountingParameters" : {
      "accountingNumber" : "F9527",
      "intercoCode" : "AKSAS",
      "isNotBooked" : true,
      "currencyCode" : "EUR",
      "mainReconciliationAccountNumber" : "407000",
      "reconciliationAccount2Number" : "470056",
      "reconciliationAccount3Number" : "684752",
      "reconciliationAccount4Number" : "408203",
      "reconciliationAccount5Number" : "409000",
      "piaControlAccountNumber" : "408100",
      "prepaidExpensesAccountNumber" : "4110856",
      "internalControlAccountNumber" : "411000",
      "journalCode" : "AC",
      "group" : false,
      "supplierId" : "30"
    },
    "accountingPeriod" : "Monthly",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "200456",
    "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" : "11037",
    "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"
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "equity" : 17506.34,
    "revenue" : 34899.07,
    "headcount" : 72,
    "linkedEntities" : [ {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    }, {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    } ],
    "linkedEntitiesId" : "65009",
    "openingDate" : "2020-01-23T04:56:07Z",
    "salesOrderContact" : "CASH",
    "keywords" : "WORD",
    "legalForm" : "SA",
    "notes" : "Lorem Ipsum",
    "profession" : {
      "id" : "5000123",
      "code" : "LYR",
      "name" : "Lawyer"
    },
    "professionId" : "500238",
    "supplierSite" : [ {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    }, {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    } ],
    "type" : "{}",
    "supplierTaxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true,
      "supplierTaxRegime" : "{}",
      "reverseCharge" : false,
      "supplierId" : "30"
    },
    "unit" : "Legal person",
    "isForeign" : true,
    "isFrCompetitor" : true,
    "isEmployee" : false,
    "isDAS2" : true,
    "paymentAuthorization" : true,
    "isNotDun" : true,
    "limitedReferences" : true,
    "subContractor" : {
      "isSubcontractor" : true,
      "subcontractorBillingUnit" : "{}",
      "defaultSubcontractor" : true
    },
    "applicableShippingCosts" : {
      "applicableShippingCosts" : true,
      "exemptionThreshold" : "100",
      "closeToExemptionThreshold" : "75",
      "isLinkedToReceptionSite" : true
    },
    "holdback" : "5",
    "grouping1" : "My first grouping",
    "grouping2" : "My second grouping",
    "grouping3" : "My third grouping",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "bankingInformationStatus" : "{}",
    "bankingInformations" : [ {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    } ],
    "thirdPartyLinkType" : {
      "id" : "5000123",
      "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" : "5000666",
      "code" : "VARIOUS",
      "name" : "Various",
      "endDate" : "2020-01-23T04:56:07Z",
      "requiredSiren" : false
    },
    "thirdPartyLinkTypeId" : "5000123"
  },
  "supplierId" : "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"
}

2.4.46. Update a supplier to accounting journal mapping

POST

/settings/accounting-journals/supplier-mappings/{supplier_to_accounting_journal_mapping_id}

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Update a supplier to accounting journal mapping.

DMF required:
  • DMF AA1002: Api Purchase / Settings / Journal Mapping

  • DMF 090182: Administrator / Setup / Tempory Invoices Journal Links

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_to_accounting_journal_mapping_id

The id of the supplier to accounting journal mapping

X

null

Body Parameter
Name Description Required Default Pattern

mapping

A supplier to accounting journal mapping to be updated SupplierToAccountingJournalMapping

X

Content Type
  • text/plain

Responses
Table 72. http response codes
Code Message Datatype

200

Supplier to accounting journal mapping successfully updated

[String]

404

There is no supplier to accounting journal mapping corresponding to this id

<<>>

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",
  "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" : "5000666",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "companyCode" : "AKSAS",
    "entityCode" : "LYO",
    "entity" : {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux"
    },
    "entityId" : "5100962",
    "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" : "5010835",
    "closingDate" : "2020-01-31T23:59:59Z",
    "legalName" : "General Electricity and Co.",
    "phone" : "+33 4 04 04 04 04",
    "email" : "contact@gen-elec.com",
    "linkedEmployee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "linkedEmployeeId" : "5000123",
    "ape" : "96.02A",
    "siren" : "362521879",
    "siret" : "55217863900132",
    "accountManager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "accountManagerId" : "500501",
    "supplierAccountingParameters" : {
      "accountingNumber" : "F9527",
      "intercoCode" : "AKSAS",
      "isNotBooked" : true,
      "currencyCode" : "EUR",
      "mainReconciliationAccountNumber" : "407000",
      "reconciliationAccount2Number" : "470056",
      "reconciliationAccount3Number" : "684752",
      "reconciliationAccount4Number" : "408203",
      "reconciliationAccount5Number" : "409000",
      "piaControlAccountNumber" : "408100",
      "prepaidExpensesAccountNumber" : "4110856",
      "internalControlAccountNumber" : "411000",
      "journalCode" : "AC",
      "group" : false,
      "supplierId" : "30"
    },
    "accountingPeriod" : "Monthly",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "200456",
    "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" : "11037",
    "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"
    },
    "conditionOfPayment" : {
      "code" : "5 days End of month by bank transfer",
      "deadLine" : "5",
      "term" : "1",
      "day" : 10
    },
    "customData" : {
      "key" : {
        "type" : "{}",
        "value" : "Autoref 010520",
        "name" : "Reference 4",
        "realOrder" : 0,
        "label" : "REFERENCE_4"
      }
    },
    "equity" : 17506.34,
    "revenue" : 34899.07,
    "headcount" : 72,
    "linkedEntities" : [ {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    }, {
      "id" : "5000123",
      "code" : "01-BRDX",
      "name" : "Bordeaux",
      "legalName" : "Customer care",
      "division" : {
        "id" : "5000123",
        "name" : "Rhone-Alpes",
        "code" : "RA",
        "group" : {
          "id" : "5000123",
          "name" : "West",
          "code" : "WST",
          "serviceId" : "5000123"
        },
        "groupId" : "5000123",
        "companyId" : "5000123"
      },
      "divisionId" : "5000123",
      "divisionCode" : "01-DIV",
      "companyId" : "5000123",
      "endDate" : "2020-01-23T04:56:07Z"
    } ],
    "linkedEntitiesId" : "65009",
    "openingDate" : "2020-01-23T04:56:07Z",
    "salesOrderContact" : "CASH",
    "keywords" : "WORD",
    "legalForm" : "SA",
    "notes" : "Lorem Ipsum",
    "profession" : {
      "id" : "5000123",
      "code" : "LYR",
      "name" : "Lawyer"
    },
    "professionId" : "500238",
    "supplierSite" : [ {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    }, {
      "phone" : "phone",
      "email" : "email",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "legalName1" : "My name one",
      "legalName2" : "My name two",
      "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" : "5010835",
      "validUntil" : "2023-01-23T04:56:07Z",
      "main" : true,
      "manager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "managerId" : "5000123",
      "externalReference" : "Lorem Ipsum",
      "siret" : "55217863900132",
      "siteCode" : "SITE_1",
      "note" : "Lorem ipsum",
      "useForPaymentAddress" : true,
      "useForPaymentAddressDefault" : true,
      "useForReceptionAddress" : false,
      "useForReceptionAddressDefault" : false,
      "useForOrderAddress" : true,
      "useForOrderAddressDefault" : false,
      "contacts" : [ {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      }, {
        "id" : "5000123",
        "code" : "CT2024",
        "name" : "Jean",
        "firstName" : "Phillipe",
        "maidenName" : "Doe",
        "title" : "Mr",
        "titleType" : "{}",
        "phone" : "101010101",
        "mobilePhone" : "606060606",
        "email" : "customer@akuiteo.fr",
        "emailAddressNotKnown" : false,
        "emailBlackListed" : false,
        "position" : "RESP GESTION",
        "employee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "employeeId" : "5000123",
        "functionTitle" : "Resp gestion",
        "pictureId" : "5000123",
        "service" : "Sales",
        "keywords" : "KEY",
        "entryDate" : "2020-01-31T23:59:59Z",
        "disappearedOn" : "2020-01-31T23:59:59Z",
        "disappeared" : false,
        "lastTracking" : "2020-01-31T23:59:59Z",
        "supplierRelatedInformation" : [ {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        }, {
          "id" : "5000123",
          "supplierId" : "5000123",
          "contactId" : "5000123",
          "showAllRequests" : false,
          "noLongerWorkForThisCompany" : 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"
          },
          "companyId" : "5000123"
        } ],
        "sitesRelatedInformation" : [ null, null ],
        "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"
        },
        "recipientOfQuote" : true,
        "recipientOfSalesOrder" : true,
        "recipientOfDeliveryNote" : true,
        "recipientOfSalesInvoice" : false,
        "recipientOfReceipt" : false,
        "recipientOfQuotation" : true,
        "recipientOfPurchaseOrder" : true,
        "recipientOfTerms" : false,
        "recipientOfDunning" : false
      } ],
      "bankingInformationStatus" : "{}",
      "taxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true
      },
      "id" : "5000123",
      "name" : "name",
      "supplierId" : "supplierId"
    } ],
    "type" : "{}",
    "supplierTaxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true,
      "supplierTaxRegime" : "{}",
      "reverseCharge" : false,
      "supplierId" : "30"
    },
    "unit" : "Legal person",
    "isForeign" : true,
    "isFrCompetitor" : true,
    "isEmployee" : false,
    "isDAS2" : true,
    "paymentAuthorization" : true,
    "isNotDun" : true,
    "limitedReferences" : true,
    "subContractor" : {
      "isSubcontractor" : true,
      "subcontractorBillingUnit" : "{}",
      "defaultSubcontractor" : true
    },
    "applicableShippingCosts" : {
      "applicableShippingCosts" : true,
      "exemptionThreshold" : "100",
      "closeToExemptionThreshold" : "75",
      "isLinkedToReceptionSite" : true
    },
    "holdback" : "5",
    "grouping1" : "My first grouping",
    "grouping2" : "My second grouping",
    "grouping3" : "My third grouping",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "bankingInformationStatus" : "{}",
    "bankingInformations" : [ {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    }, {
      "id" : "5000123",
      "sepa" : {
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        }
      },
      "noneSepa" : {
        "defaultBankDetail" : false,
        "beneficiary" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        },
        "intermediate" : {
          "holder" : {
            "name" : "RITA",
            "firstName" : "BRITA",
            "accountType" : "{}",
            "accountNumber" : "123456789"
          },
          "bank" : {
            "bankName" : "UBA",
            "bankName2" : "UBA",
            "bankType" : "{}",
            "bankCode" : "C8",
            "bankAddress" : {
              "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"
            }
          }
        }
      },
      "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
      "statusChangeArgument" : {
        "comment" : "Comment",
        "status" : "{}"
      },
      "validator" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "validatorId" : "5000123",
      "action" : "{}",
      "type" : "{}"
    } ],
    "thirdPartyLinkType" : {
      "id" : "5000123",
      "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" : "5000666",
      "code" : "VARIOUS",
      "name" : "Various",
      "endDate" : "2020-01-23T04:56:07Z",
      "requiredSiren" : false
    },
    "thirdPartyLinkTypeId" : "5000123"
  },
  "supplierId" : "5000123",
  "accountingJournal" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "startDate" : "2000-06-21",
    "endDate" : "2000-06-21",
    "miscellaneousTransactionsProhibited" : true,
    "excludedByDefault" : true
  },
  "accountingJournalId" : "5000123"
}

2.4.47. Create or update project default mappings

POST

/settings/projects/default-mappings/batch-update

Deprecated
Tip
This API will soon be moved to another domain but remains functional.
Description

Create or update project default mappings.

DMF required:
  • DMF AA1001: Api Purchase / Settings / Project Mapping

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

defaultMappings

Project default mappings to create or update ProjectDefaultMapping

X

Responses
Table 73. http response codes
Code Message Datatype

204

Project default mappings have been successfully created or 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

{
  "id" : "5000123",
  "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" : "5000666",
  "project" : {
    "id" : "5000123",
    "name" : "My project",
    "companyCode" : "AKSAS",
    "customer" : {
      "id" : "5000123",
      "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"
}

2.5. Purchase VAT Amounts

2.5.1. Force VAT Amounts on a billing table

POST

/purchase-billing-table/{billing_table_id}/force-vat-amount

Description

Force vat amounts on billing table’s lines.

DMF required:
  • DMF AA0707: Api Purchase / Billing Table / Force Vat Amount

  • DMF 040820: Purchases / Billing Schedules / Modify Vat Menu

Parameters
Path Parameters
Name Description Required Default Pattern

billing_table_id

The id of a billing table

X

null

Body Parameter
Name Description Required Default Pattern

forced_vat_amount_list

Information to force VAT amount on billing table lines ForcedVatAmountHolder

-

Content Type
  • application/json

Responses
Table 74. http response codes
Code Message Datatype

200

Return true if one or more billing table lines have been modified

[Boolean]

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

{
  "amount" : 124.56,
  "forced" : true,
  "managementObjectLineId" : "780023"
}

2.5.2. Force VAT Amounts on an invoice

POST

/invoices/{purchase_invoice_id}/force-vat-amount

Description

Force VAT amounts on invoice’s lines.

DMF required:
  • DMF AA0308: Api Purchase / Invoices / Force Vat Amount

  • DMF 040651: Purchases / Purchase Invoices / Modify Vat Menu

  • DMF 040652: Purchases / Purchase Invoices / Neutralize Vat

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_invoice_id

The id of the invoice

X

null

Body Parameter
Name Description Required Default Pattern

forced_vat_amount_list

Information to force VAT amount on invoice lines ForcedVatAmountHolder

-

Content Type
  • application/json

Responses
Table 75. http response codes
Code Message Datatype

200

Return true if one or more invoices have been modified

[Boolean]

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

{
  "amount" : 124.56,
  "forced" : true,
  "managementObjectLineId" : "780023"
}

2.5.3. Force VAT Amounts on an order

POST

/orders/{purchase_order_id}/force-vat-amount

Description

Force VAT amounts on order’s lines.

DMF required:
  • DMF AA0207: Api Purchase / Orders / Force Vat Amount

  • DMF 040229: Purchases / Quotes / Modify Vat Menu

  • DMF 040330: Purchases / Purchase Orders / Modify Vat Menu

  • DMF 040651: Purchases / Purchase Invoices / Modify Vat Menu

  • DMF 040820: Purchases / Billing Schedules / Modify Vat Menu

Parameters
Path Parameters
Name Description Required Default Pattern

purchase_order_id

The id of the order

X

null

Body Parameter
Name Description Required Default Pattern

forced_vat_amount_list

Information to force VAT amount on purchase order lines ForcedVatAmountHolder

-

Content Type
  • application/json

Responses
Table 76. http response codes
Code Message Datatype

200

Return true if one or more order lines have been modified

[Boolean]

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

{
  "amount" : 124.56,
  "forced" : true,
  "managementObjectLineId" : "780023"
}

2.5.4. Force VAT Amounts of a specified business document

POST

/{business_document_type}/{business_document_id}/force-vat-amount

Description

Force VAT Amount on business document lines matching the business document type and the business document ID given in parameters.

DMF required:
  • DMF AA0107: Api Purchase / Quotes / Force Vat Amount

  • DMF 040229: Purchases / Quotes / Modify Vat Menu

Or
  • DMF AA0207: Api Purchase / Orders / Force Vat Amount

  • DMF 040229: Purchases / Quotes / Modify Vat Menu

  • DMF 040330: Purchases / Purchase Orders / Modify Vat Menu

  • DMF 040651: Purchases / Purchase Invoices / Modify Vat Menu

  • DMF 040820: Purchases / Billing Schedules / Modify Vat Menu

Or
  • DMF AA0308: Api Purchase / Invoices / Force Vat Amount

  • DMF 040651: Purchases / Purchase Invoices / Modify Vat Menu

  • DMF 040652: Purchases / Purchase Invoices / Neutralize Vat

Or
  • DMF AA0707: Api Purchase / Billing Table / Force Vat Amount

  • DMF 040820: Purchases / Billing Schedules / Modify Vat Menu

Parameters
Path Parameters
Name Description Required Default Pattern

business_document_type

Type of a purchase Business Document

X

null

business_document_id

The id of the object

X

null

Body Parameter
Name Description Required Default Pattern

forced_vat_amount_list

Information to force VAT amount on purchase document lines ForcedVatAmountHolder

-

Content Type
  • application/json

Responses
Table 77. http response codes
Code Message Datatype

200

Return true if one or more business documents have been modified

[Boolean]

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

{
  "amount" : 124.56,
  "forced" : true,
  "managementObjectLineId" : "780023"
}

2.5.5. Force VAT Amounts on a quote

POST

/quotes/{quote_id}/force-vat-amount

Description

Force vat amounts on quote’s lines.

DMF required:
  • DMF AA0107: Api Purchase / Quotes / Force Vat Amount

  • DMF 040229: Purchases / Quotes / Modify Vat Menu

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Body Parameter
Name Description Required Default Pattern

forced_vat_amount_list

Information to force VAT amount on quote lines ForcedVatAmountHolder

-

Content Type
  • application/json

Responses
Table 78. http response codes
Code Message Datatype

200

Return true if one or more quote lines have been modified

[Boolean]

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

{
  "amount" : 124.56,
  "forced" : true,
  "managementObjectLineId" : "780023"
}

2.6. Purchased Items

2.6.1. Create a purchased item

PUT

/purchased-items

Description

Create a purchased item using the list of parameters below

DMF required:
  • DMF AA0401: Api Purchase / Purchased Items / Insert

  • DMF 050101: Inventory / Purchased Products / New

Parameters
Body Parameter
Name Description Required Default Pattern

purchasedItem

The purchased item to create PurchasedItem

X

Content Type
  • text/plain

Responses
Table 79. http response codes
Code Message Datatype

201

The purchased item has been successfully created. Returns the id of the purchased item 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",
  "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"
  },
  "suppliers" : [ {
    "numOrder" : 10,
    "purchasedItemId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "companyCode" : "AKSAS",
      "entityCode" : "LYO",
      "entity" : {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux"
      },
      "entityId" : "5100962",
      "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" : "5010835",
      "closingDate" : "2020-01-31T23:59:59Z",
      "legalName" : "General Electricity and Co.",
      "phone" : "+33 4 04 04 04 04",
      "email" : "contact@gen-elec.com",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "5000123",
      "ape" : "96.02A",
      "siren" : "362521879",
      "siret" : "55217863900132",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "500501",
      "supplierAccountingParameters" : {
        "accountingNumber" : "F9527",
        "intercoCode" : "AKSAS",
        "isNotBooked" : true,
        "currencyCode" : "EUR",
        "mainReconciliationAccountNumber" : "407000",
        "reconciliationAccount2Number" : "470056",
        "reconciliationAccount3Number" : "684752",
        "reconciliationAccount4Number" : "408203",
        "reconciliationAccount5Number" : "409000",
        "piaControlAccountNumber" : "408100",
        "prepaidExpensesAccountNumber" : "4110856",
        "internalControlAccountNumber" : "411000",
        "journalCode" : "AC",
        "group" : false,
        "supplierId" : "30"
      },
      "accountingPeriod" : "Monthly",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "200456",
      "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" : "11037",
      "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"
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "equity" : 17506.34,
      "revenue" : 34899.07,
      "headcount" : 72,
      "linkedEntities" : [ {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      }, {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      } ],
      "linkedEntitiesId" : "65009",
      "openingDate" : "2020-01-23T04:56:07Z",
      "salesOrderContact" : "CASH",
      "keywords" : "WORD",
      "legalForm" : "SA",
      "notes" : "Lorem Ipsum",
      "profession" : {
        "id" : "5000123",
        "code" : "LYR",
        "name" : "Lawyer"
      },
      "professionId" : "500238",
      "supplierSite" : [ {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      }, {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      } ],
      "type" : "{}",
      "supplierTaxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true,
        "supplierTaxRegime" : "{}",
        "reverseCharge" : false,
        "supplierId" : "30"
      },
      "unit" : "Legal person",
      "isForeign" : true,
      "isFrCompetitor" : true,
      "isEmployee" : false,
      "isDAS2" : true,
      "paymentAuthorization" : true,
      "isNotDun" : true,
      "limitedReferences" : true,
      "subContractor" : {
        "isSubcontractor" : true,
        "subcontractorBillingUnit" : "{}",
        "defaultSubcontractor" : true
      },
      "applicableShippingCosts" : {
        "applicableShippingCosts" : true,
        "exemptionThreshold" : "100",
        "closeToExemptionThreshold" : "75",
        "isLinkedToReceptionSite" : true
      },
      "holdback" : "5",
      "grouping1" : "My first grouping",
      "grouping2" : "My second grouping",
      "grouping3" : "My third grouping",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "bankingInformationStatus" : "{}",
      "bankingInformations" : [ {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      }, {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      } ],
      "thirdPartyLinkType" : {
        "id" : "5000123",
        "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" : "5000666",
        "code" : "VARIOUS",
        "name" : "Various",
        "endDate" : "2020-01-23T04:56:07Z",
        "requiredSiren" : false
      },
      "thirdPartyLinkTypeId" : "5000123"
    },
    "supplierId" : "5000123"
  }, {
    "numOrder" : 10,
    "purchasedItemId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "companyCode" : "AKSAS",
      "entityCode" : "LYO",
      "entity" : {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux"
      },
      "entityId" : "5100962",
      "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" : "5010835",
      "closingDate" : "2020-01-31T23:59:59Z",
      "legalName" : "General Electricity and Co.",
      "phone" : "+33 4 04 04 04 04",
      "email" : "contact@gen-elec.com",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "5000123",
      "ape" : "96.02A",
      "siren" : "362521879",
      "siret" : "55217863900132",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "500501",
      "supplierAccountingParameters" : {
        "accountingNumber" : "F9527",
        "intercoCode" : "AKSAS",
        "isNotBooked" : true,
        "currencyCode" : "EUR",
        "mainReconciliationAccountNumber" : "407000",
        "reconciliationAccount2Number" : "470056",
        "reconciliationAccount3Number" : "684752",
        "reconciliationAccount4Number" : "408203",
        "reconciliationAccount5Number" : "409000",
        "piaControlAccountNumber" : "408100",
        "prepaidExpensesAccountNumber" : "4110856",
        "internalControlAccountNumber" : "411000",
        "journalCode" : "AC",
        "group" : false,
        "supplierId" : "30"
      },
      "accountingPeriod" : "Monthly",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "200456",
      "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" : "11037",
      "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"
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "equity" : 17506.34,
      "revenue" : 34899.07,
      "headcount" : 72,
      "linkedEntities" : [ {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      }, {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      } ],
      "linkedEntitiesId" : "65009",
      "openingDate" : "2020-01-23T04:56:07Z",
      "salesOrderContact" : "CASH",
      "keywords" : "WORD",
      "legalForm" : "SA",
      "notes" : "Lorem Ipsum",
      "profession" : {
        "id" : "5000123",
        "code" : "LYR",
        "name" : "Lawyer"
      },
      "professionId" : "500238",
      "supplierSite" : [ {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      }, {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      } ],
      "type" : "{}",
      "supplierTaxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true,
        "supplierTaxRegime" : "{}",
        "reverseCharge" : false,
        "supplierId" : "30"
      },
      "unit" : "Legal person",
      "isForeign" : true,
      "isFrCompetitor" : true,
      "isEmployee" : false,
      "isDAS2" : true,
      "paymentAuthorization" : true,
      "isNotDun" : true,
      "limitedReferences" : true,
      "subContractor" : {
        "isSubcontractor" : true,
        "subcontractorBillingUnit" : "{}",
        "defaultSubcontractor" : true
      },
      "applicableShippingCosts" : {
        "applicableShippingCosts" : true,
        "exemptionThreshold" : "100",
        "closeToExemptionThreshold" : "75",
        "isLinkedToReceptionSite" : true
      },
      "holdback" : "5",
      "grouping1" : "My first grouping",
      "grouping2" : "My second grouping",
      "grouping3" : "My third grouping",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "bankingInformationStatus" : "{}",
      "bankingInformations" : [ {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      }, {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      } ],
      "thirdPartyLinkType" : {
        "id" : "5000123",
        "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" : "5000666",
        "code" : "VARIOUS",
        "name" : "Various",
        "endDate" : "2020-01-23T04:56:07Z",
        "requiredSiren" : false
      },
      "thirdPartyLinkTypeId" : "5000123"
    },
    "supplierId" : "5000123"
  } ],
  "recognizedAsFixedAsset" : true,
  "fixedAssetDetail" : {
    "groupInFixedAssetRecordSheet" : true,
    "account" : "205000",
    "type" : "{}",
    "amortizable" : true,
    "amortizationMethod" : "{}",
    "amortizationDuration" : 24
  }
}

2.6.2. Create a purchased item category

PUT

/purchased-items-categories

Description

Create a purchased item category using the list of parameters below

DMF required:
  • DMF AA1201: Api Purchase / Purchased Item Categories / Insert

  • DMF 0901__: Administrator / Setup

Parameters
Body Parameter
Name Description Required Default Pattern

purchasedItemCategory

The purchased item category to create PurchasedItemCategory

X

Content Type
  • text/plain

Responses
Table 80. http response codes
Code Message Datatype

201

The purchased item category has been successfully created. Returns the id of the purchased item category 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" : "LANG",
  "name" : "Language",
  "endDate" : "2000-06-21",
  "companyCode" : "AKSAS",
  "type" : "{}",
  "grouping" : "grouping",
  "ranking" : 3
}

2.6.3. Create a purchased item sub-category

PUT

/purchased-items-sub-categories

Description

Create a purchased item sub-category using the list of parameters below

DMF required:
  • DMF AA1301: Api Purchase / Purchased Item Sub-categories / Insert

  • DMF 0901__: Administrator / Setup

Parameters
Body Parameter
Name Description Required Default Pattern

purchasedItemSubCategory

The purchased item sub-category to create PurchasedItemSubCategory

X

Content Type
  • text/plain

Responses
Table 81. http response codes
Code Message Datatype

201

The purchased item sub-category has been successfully created. Returns the id of the purchased item sub-category 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" : "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,
  "subCategoryType" : "{}",
  "account" : "account",
  "taxCode" : "taxCode",
  "subCategoryClassification" : "{}",
  "applicableShippingCosts" : true
}

2.6.4. Delete a purchased item

DELETE

/purchased-items/{purchased_item_id}

Description

Delete a purchased item

DMF required:
  • DMF AA0403: Api Purchase / Purchased Items / Delete

  • DMF 050103: Inventory / Purchased Products / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_id

The id of the purchased item

X

null

Responses
Table 82. http response codes
Code Message Datatype

204

The purchased item has been successfully deleted

<<>>

404

There is no purchased item corresponding to this id

<<>>

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.6.5. Delete a purchased item category

DELETE

/purchased-items-categories/{purchased_item_category_id}

Description

Delete a purchased item category

DMF required:
  • DMF AA1203: Api Purchase / Purchased Item Categories / Delete

  • DMF 0901__: Administrator / Setup

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_category_id

The id of the purchased item category

X

null

Responses
Table 83. http response codes
Code Message Datatype

204

The purchased item category has been successfully deleted

<<>>

404

There is no purchased item category corresponding to this id

<<>>

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.6.6. Delete a purchased item sub-category

DELETE

/purchased-items-sub-categories/{purchased_item_sub_category_id}

Description

Delete a purchased item sub-category

DMF required:
  • DMF AA1303: Api Purchase / Purchased Item Sub-categories / Delete

  • DMF 0901__: Administrator / Setup

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_sub_category_id

The id of the purchased item sub-category

X

null

Responses
Table 84. http response codes
Code Message Datatype

204

The purchased item sub-category has been successfully deleted

<<>>

404

There is no purchased item sub-category corresponding to this id

<<>>

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.6.7. Get a purchased item

GET

/purchased-items/{purchased_item_id}

Description

Gey a purchased item

DMF required:
  • DMF AA0406: Api Purchase / Purchased Items / Info

  • DMF 0501__: Inventory / Purchased Products

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_id

The id of the purchased item

X

null

Content Type
  • application/json

Responses
Table 85. http response codes
Code Message Datatype

200

The purchased item has been successfully loaded

PurchasedItem

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.6.8. Get the list of purchased item categories matching the search criteria

POST

/purchased-items-categories/search

Description

Get the list of purchased item categories matching the search criteria.

DMF required:
  • DMF AA1204: Api Purchase / Purchased Item Categories / Search

  • DMF 0901__: Administrator / Setup

  • DMF 040901: Purchases / Temporary Invoices / New

  • DMF 040902: Purchases / Temporary Invoices / Modify

  • DMF 040904: Purchases / Temporary Invoices / Search

  • DMF 040905: Purchases / Temporary Invoices / Print

  • DMF 040907: Purchases / Temporary Invoices / Import

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

purchasedItemCategoryCriteria

Criteria that you choose (ID, etc) PurchasedItemCategoryCriteria

X

Content Type
  • application/json

Responses
Table 86. http response codes
Code Message Datatype

200

Purchased item categories successfully loaded

List[PurchasedItemCategory]

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
  },
  "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" : {
    "date" : "2000-01-23T04:56:07.000+00:00"
  },
  "type" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "grouping" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.6.9. Get the list of purchased item sub-categories matching the search criteria

POST

/purchased-items-sub-categories/search

Description

Get the list of purchased item sub-categories matching the search criteria.

DMF required:
  • DMF AA1304: Api Purchase / Purchased Item Sub-categories / Search

  • DMF 0901__: Administrator / Setup

  • DMF 040901: Purchases / Temporary Invoices / New

  • DMF 040902: Purchases / Temporary Invoices / Modify

  • DMF 040904: Purchases / Temporary Invoices / Search

  • DMF 040905: Purchases / Temporary Invoices / Print

  • DMF 040907: Purchases / Temporary Invoices / Import

  • DMF 090181: Administrator / Setup / Tempory Invoices Project Links

Parameters
Body Parameter
Name Description Required Default Pattern

purchasedItemSubCategoryCriteria

Criteria that you choose (ID, etc) PurchasedItemSubCategoryCriteria

X

Content Type
  • application/json

Responses
Table 87. http response codes
Code Message Datatype

200

Purchased item sub-categories successfully loaded

List[PurchasedItemSubCategory]

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
  },
  "nature" : {
    "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" : {
    "date" : "2000-01-23T04:56:07.000+00:00"
  },
  "type" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "grouping" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "categoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "CATEGORY", "CATEGORY" ]
  }
}

2.6.10. Search for purchased items (with search criteria)

POST

/purchased-items/search

Description

Get the list of purchased items matching the search criteria.

DMF required:
  • DMF AA0404: Api Purchase / Purchased Items / Search

  • DMF 050104: Inventory / Purchased Products / Search

  • DMF 020202: Sales / Quotations / Modify

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, company, etc…) PurchasedItemCriteria

X

Content Type
  • application/json

Responses
Table 88. http response codes
Code Message Datatype

200

Purchased items successfully loaded

List[PurchasedItem]

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" : "*"
  },
  "reference" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "date" : "2000-01-23T04:56:07.000+00:00"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "grouping" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "marketEndDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "packagingType" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isInventory" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "readOption" : {
    "options" : [ "SUPPLIERS", "SUPPLIERS" ]
  }
}

2.6.11. Update a purchased item

POST

/purchased-items/{purchased_item_id}

Description

Update a purchased item using the parameters below

DMF required:
  • DMF AA0402: Api Purchase / Purchased Items / Update

  • DMF 050102: Inventory / Purchased Products / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_id

The id of the purchased item

X

null

Body Parameter
Name Description Required Default Pattern

purchasedItem

The purchased item to update PurchasedItem

X

Content Type
  • text/plain

Responses
Table 89. http response codes
Code Message Datatype

200

The purchased item has been successfully updated. Returns the id of the purchased item.

[String]

404

There is no purchased item corresponding to this id

<<>>

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",
  "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"
  },
  "suppliers" : [ {
    "numOrder" : 10,
    "purchasedItemId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "companyCode" : "AKSAS",
      "entityCode" : "LYO",
      "entity" : {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux"
      },
      "entityId" : "5100962",
      "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" : "5010835",
      "closingDate" : "2020-01-31T23:59:59Z",
      "legalName" : "General Electricity and Co.",
      "phone" : "+33 4 04 04 04 04",
      "email" : "contact@gen-elec.com",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "5000123",
      "ape" : "96.02A",
      "siren" : "362521879",
      "siret" : "55217863900132",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "500501",
      "supplierAccountingParameters" : {
        "accountingNumber" : "F9527",
        "intercoCode" : "AKSAS",
        "isNotBooked" : true,
        "currencyCode" : "EUR",
        "mainReconciliationAccountNumber" : "407000",
        "reconciliationAccount2Number" : "470056",
        "reconciliationAccount3Number" : "684752",
        "reconciliationAccount4Number" : "408203",
        "reconciliationAccount5Number" : "409000",
        "piaControlAccountNumber" : "408100",
        "prepaidExpensesAccountNumber" : "4110856",
        "internalControlAccountNumber" : "411000",
        "journalCode" : "AC",
        "group" : false,
        "supplierId" : "30"
      },
      "accountingPeriod" : "Monthly",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "200456",
      "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" : "11037",
      "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"
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "equity" : 17506.34,
      "revenue" : 34899.07,
      "headcount" : 72,
      "linkedEntities" : [ {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      }, {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      } ],
      "linkedEntitiesId" : "65009",
      "openingDate" : "2020-01-23T04:56:07Z",
      "salesOrderContact" : "CASH",
      "keywords" : "WORD",
      "legalForm" : "SA",
      "notes" : "Lorem Ipsum",
      "profession" : {
        "id" : "5000123",
        "code" : "LYR",
        "name" : "Lawyer"
      },
      "professionId" : "500238",
      "supplierSite" : [ {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      }, {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      } ],
      "type" : "{}",
      "supplierTaxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true,
        "supplierTaxRegime" : "{}",
        "reverseCharge" : false,
        "supplierId" : "30"
      },
      "unit" : "Legal person",
      "isForeign" : true,
      "isFrCompetitor" : true,
      "isEmployee" : false,
      "isDAS2" : true,
      "paymentAuthorization" : true,
      "isNotDun" : true,
      "limitedReferences" : true,
      "subContractor" : {
        "isSubcontractor" : true,
        "subcontractorBillingUnit" : "{}",
        "defaultSubcontractor" : true
      },
      "applicableShippingCosts" : {
        "applicableShippingCosts" : true,
        "exemptionThreshold" : "100",
        "closeToExemptionThreshold" : "75",
        "isLinkedToReceptionSite" : true
      },
      "holdback" : "5",
      "grouping1" : "My first grouping",
      "grouping2" : "My second grouping",
      "grouping3" : "My third grouping",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "bankingInformationStatus" : "{}",
      "bankingInformations" : [ {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      }, {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      } ],
      "thirdPartyLinkType" : {
        "id" : "5000123",
        "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" : "5000666",
        "code" : "VARIOUS",
        "name" : "Various",
        "endDate" : "2020-01-23T04:56:07Z",
        "requiredSiren" : false
      },
      "thirdPartyLinkTypeId" : "5000123"
    },
    "supplierId" : "5000123"
  }, {
    "numOrder" : 10,
    "purchasedItemId" : "5000123",
    "supplier" : {
      "id" : "5000123",
      "code" : "CA122",
      "name" : "Akuiteo",
      "companyCode" : "AKSAS",
      "entityCode" : "LYO",
      "entity" : {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux"
      },
      "entityId" : "5100962",
      "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" : "5010835",
      "closingDate" : "2020-01-31T23:59:59Z",
      "legalName" : "General Electricity and Co.",
      "phone" : "+33 4 04 04 04 04",
      "email" : "contact@gen-elec.com",
      "linkedEmployee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "linkedEmployeeId" : "5000123",
      "ape" : "96.02A",
      "siren" : "362521879",
      "siret" : "55217863900132",
      "accountManager" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "accountManagerId" : "500501",
      "supplierAccountingParameters" : {
        "accountingNumber" : "F9527",
        "intercoCode" : "AKSAS",
        "isNotBooked" : true,
        "currencyCode" : "EUR",
        "mainReconciliationAccountNumber" : "407000",
        "reconciliationAccount2Number" : "470056",
        "reconciliationAccount3Number" : "684752",
        "reconciliationAccount4Number" : "408203",
        "reconciliationAccount5Number" : "409000",
        "piaControlAccountNumber" : "408100",
        "prepaidExpensesAccountNumber" : "4110856",
        "internalControlAccountNumber" : "411000",
        "journalCode" : "AC",
        "group" : false,
        "supplierId" : "30"
      },
      "accountingPeriod" : "Monthly",
      "category" : {
        "id" : "5000123",
        "code" : "LANG",
        "name" : "Language",
        "endDate" : "2000-06-21",
        "companyCode" : "AKSAS",
        "type" : "{}",
        "grouping" : "grouping",
        "ranking" : 5
      },
      "categoryId" : "200456",
      "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" : "11037",
      "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"
      },
      "conditionOfPayment" : {
        "code" : "5 days End of month by bank transfer",
        "deadLine" : "5",
        "term" : "1",
        "day" : 10
      },
      "customData" : {
        "key" : {
          "type" : "{}",
          "value" : "Autoref 010520",
          "name" : "Reference 4",
          "realOrder" : 0,
          "label" : "REFERENCE_4"
        }
      },
      "equity" : 17506.34,
      "revenue" : 34899.07,
      "headcount" : 72,
      "linkedEntities" : [ {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      }, {
        "id" : "5000123",
        "code" : "01-BRDX",
        "name" : "Bordeaux",
        "legalName" : "Customer care",
        "division" : {
          "id" : "5000123",
          "name" : "Rhone-Alpes",
          "code" : "RA",
          "group" : {
            "id" : "5000123",
            "name" : "West",
            "code" : "WST",
            "serviceId" : "5000123"
          },
          "groupId" : "5000123",
          "companyId" : "5000123"
        },
        "divisionId" : "5000123",
        "divisionCode" : "01-DIV",
        "companyId" : "5000123",
        "endDate" : "2020-01-23T04:56:07Z"
      } ],
      "linkedEntitiesId" : "65009",
      "openingDate" : "2020-01-23T04:56:07Z",
      "salesOrderContact" : "CASH",
      "keywords" : "WORD",
      "legalForm" : "SA",
      "notes" : "Lorem Ipsum",
      "profession" : {
        "id" : "5000123",
        "code" : "LYR",
        "name" : "Lawyer"
      },
      "professionId" : "500238",
      "supplierSite" : [ {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      }, {
        "phone" : "phone",
        "email" : "email",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "legalName1" : "My name one",
        "legalName2" : "My name two",
        "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" : "5010835",
        "validUntil" : "2023-01-23T04:56:07Z",
        "main" : true,
        "manager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "managerId" : "5000123",
        "externalReference" : "Lorem Ipsum",
        "siret" : "55217863900132",
        "siteCode" : "SITE_1",
        "note" : "Lorem ipsum",
        "useForPaymentAddress" : true,
        "useForPaymentAddressDefault" : true,
        "useForReceptionAddress" : false,
        "useForReceptionAddressDefault" : false,
        "useForOrderAddress" : true,
        "useForOrderAddressDefault" : false,
        "contacts" : [ {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        }, {
          "id" : "5000123",
          "code" : "CT2024",
          "name" : "Jean",
          "firstName" : "Phillipe",
          "maidenName" : "Doe",
          "title" : "Mr",
          "titleType" : "{}",
          "phone" : "101010101",
          "mobilePhone" : "606060606",
          "email" : "customer@akuiteo.fr",
          "emailAddressNotKnown" : false,
          "emailBlackListed" : false,
          "position" : "RESP GESTION",
          "employee" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "employeeId" : "5000123",
          "functionTitle" : "Resp gestion",
          "pictureId" : "5000123",
          "service" : "Sales",
          "keywords" : "KEY",
          "entryDate" : "2020-01-31T23:59:59Z",
          "disappearedOn" : "2020-01-31T23:59:59Z",
          "disappeared" : false,
          "lastTracking" : "2020-01-31T23:59:59Z",
          "supplierRelatedInformation" : [ {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          }, {
            "id" : "5000123",
            "supplierId" : "5000123",
            "contactId" : "5000123",
            "showAllRequests" : false,
            "noLongerWorkForThisCompany" : 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"
            },
            "companyId" : "5000123"
          } ],
          "sitesRelatedInformation" : [ null, null ],
          "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"
          },
          "recipientOfQuote" : true,
          "recipientOfSalesOrder" : true,
          "recipientOfDeliveryNote" : true,
          "recipientOfSalesInvoice" : false,
          "recipientOfReceipt" : false,
          "recipientOfQuotation" : true,
          "recipientOfPurchaseOrder" : true,
          "recipientOfTerms" : false,
          "recipientOfDunning" : false
        } ],
        "bankingInformationStatus" : "{}",
        "taxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true
        },
        "id" : "5000123",
        "name" : "name",
        "supplierId" : "supplierId"
      } ],
      "type" : "{}",
      "supplierTaxInformation" : {
        "vatArea" : {
          "id" : "5000123",
          "code" : "AREA",
          "name" : "Area"
        },
        "vatAreaId" : "500123",
        "VATAreaId" : "500123",
        "vatNumber" : "1",
        "VATNumber" : "1",
        "exempt" : true,
        "euExempt" : true,
        "supplierTaxRegime" : "{}",
        "reverseCharge" : false,
        "supplierId" : "30"
      },
      "unit" : "Legal person",
      "isForeign" : true,
      "isFrCompetitor" : true,
      "isEmployee" : false,
      "isDAS2" : true,
      "paymentAuthorization" : true,
      "isNotDun" : true,
      "limitedReferences" : true,
      "subContractor" : {
        "isSubcontractor" : true,
        "subcontractorBillingUnit" : "{}",
        "defaultSubcontractor" : true
      },
      "applicableShippingCosts" : {
        "applicableShippingCosts" : true,
        "exemptionThreshold" : "100",
        "closeToExemptionThreshold" : "75",
        "isLinkedToReceptionSite" : true
      },
      "holdback" : "5",
      "grouping1" : "My first grouping",
      "grouping2" : "My second grouping",
      "grouping3" : "My third grouping",
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      },
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "bankingInformationStatus" : "{}",
      "bankingInformations" : [ {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      }, {
        "id" : "5000123",
        "sepa" : {
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          }
        },
        "noneSepa" : {
          "defaultBankDetail" : false,
          "beneficiary" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          },
          "intermediate" : {
            "holder" : {
              "name" : "RITA",
              "firstName" : "BRITA",
              "accountType" : "{}",
              "accountNumber" : "123456789"
            },
            "bank" : {
              "bankName" : "UBA",
              "bankName2" : "UBA",
              "bankType" : "{}",
              "bankCode" : "C8",
              "bankAddress" : {
                "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"
              }
            }
          }
        },
        "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
        "statusChangeArgument" : {
          "comment" : "Comment",
          "status" : "{}"
        },
        "validator" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "validatorId" : "5000123",
        "action" : "{}",
        "type" : "{}"
      } ],
      "thirdPartyLinkType" : {
        "id" : "5000123",
        "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" : "5000666",
        "code" : "VARIOUS",
        "name" : "Various",
        "endDate" : "2020-01-23T04:56:07Z",
        "requiredSiren" : false
      },
      "thirdPartyLinkTypeId" : "5000123"
    },
    "supplierId" : "5000123"
  } ],
  "recognizedAsFixedAsset" : true,
  "fixedAssetDetail" : {
    "groupInFixedAssetRecordSheet" : true,
    "account" : "205000",
    "type" : "{}",
    "amortizable" : true,
    "amortizationMethod" : "{}",
    "amortizationDuration" : 24
  }
}

2.6.12. Update a purchased item category using the parameters below

POST

/purchased-items-categories/{purchased_item_category_id}

Description

Update a purchased item category using the parameters below

DMF required:
  • DMF AA1202: Api Purchase / Purchased Item Categories / Update

  • DMF 0901__: Administrator / Setup

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_category_id

The id of the purchased item category

X

null

Body Parameter
Name Description Required Default Pattern

purchasedItemCategory

The purchased item category to update PurchasedItemCategory

X

Content Type
  • text/plain

Responses
Table 90. http response codes
Code Message Datatype

200

The purchased item category has been successfully updated. Returns the id of the purchased item category.

[String]

404

There is no purchased item category corresponding to this id

<<>>

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" : "LANG",
  "name" : "Language",
  "endDate" : "2000-06-21",
  "companyCode" : "AKSAS",
  "type" : "{}",
  "grouping" : "grouping",
  "ranking" : 3
}

2.6.13. Update a purchased item sub-category using the parameters below

POST

/purchased-items-sub-categories/{purchased_item_sub_category_id}

Description

Update a purchased item sub-category using the parameters below

DMF required:
  • DMF AA1302: Api Purchase / Purchased Item Sub-categories / Update

  • DMF 0901__: Administrator / Setup

Parameters
Path Parameters
Name Description Required Default Pattern

purchased_item_sub_category_id

The id of the purchased item sub-category

X

null

Body Parameter
Name Description Required Default Pattern

purchasedItemSubCategory

The purchased item sub-category to update PurchasedItemSubCategory

X

Content Type
  • text/plain

Responses
Table 91. http response codes
Code Message Datatype

200

The purchased item sub-category has been successfully updated. Returns the id of the purchased item sub-category.

[String]

404

There is no purchased item sub-category corresponding to this id

<<>>

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" : "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,
  "subCategoryType" : "{}",
  "account" : "account",
  "taxCode" : "taxCode",
  "subCategoryClassification" : "{}",
  "applicableShippingCosts" : true
}

2.7. Quotes

2.7.1. Search a quote by its ID

GET

/quotes/{quote_id}

Description

Get the quote matching the specified ID.

DMF required:
  • DMF AA0106: Api Purchase / Quotes / Info

  • DMF 040204: Purchases / Quotes / Search

  • DMF 040210: Purchases / Quotes / Internal Quote Management

  • DMF 040217: Purchases / Quotes / Group

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Content Type
  • application/json

Responses
Table 92. http response codes
Code Message Datatype

200

Quote successfully loaded

Quote

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.2. Publish a quote

POST

/quotes/{quote_id}/publish

Description

Publish a quote using the template given as a parameter.

DMF required:
  • DMF AA0105: Api Purchase / Quotes / Publish

  • DMF 040205: Purchases / Quotes / Print

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing quote PublishArguments

X

Content Type
  • application/json

Responses
Table 93. 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.7.3. Search a quote with read options

POST

/quotes/{quote_id}/read

Description

Get a quote, 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 AA0106: Api Purchase / Quotes / Info

  • DMF 040204: Purchases / Quotes / Search

  • DMF 040210: Purchases / Quotes / Internal Quote Management

  • DMF 040217: Purchases / Quotes / Group

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned quote QuoteReadOption

-

Content Type
  • application/json

Responses
Table 94. http response codes
Code Message Datatype

200

Quote successfully loaded

Quote

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" : [ "BUYER", "BUYER" ]
}

2.7.4. Search for quotes (with search criteria)

POST

/quotes/search

Description

Get the list of quotes matching the search criteria.

DMF required:
  • DMF AA0104: Api Purchase / Quotes / Search

  • DMF 040204: Purchases / Quotes / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, entity, etc…) QuoteCriteria

X

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 95. http response codes
Code Message Datatype

200

Quotes successfully loaded

List[Quote]

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" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "date" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "creationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "validationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "afterTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "preTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "currencyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "fiscalYearId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "journalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyToBillId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalState" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "internal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "group" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "methodOfPayment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "reference1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "state" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "lineCriteria" : {
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resourceId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "generalAccountNumber" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "grouping" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reference" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "additionalFreeFieldCriteria" : {
      "additionalFreeField1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField3" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField4" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField5" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "dutiableCriteria" : {
      "forcedVat" : {
        "operator" : "IS",
        "value" : false,
        "includeNullResults" : false
      },
      "vat1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "vat2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "projectCriteria" : {
      "id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "name" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "tag" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerProjectId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "referentialDate" : "2000-06-21T04:56:07.000+00:00",
      "projectGroupCode" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "entityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionGroupingId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "categoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryLevel2Id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "activityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "managerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "salesManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "financialManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "productionManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "projectState" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "departmentId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "yearId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "companyId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "purchasedItemId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "notificationDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "notificationComment" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "readOption" : {
    "options" : [ "BUYER", "BUYER" ]
  },
  "notification" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  }
}

2.7.5. Send a quote by email

POST

/quotes/{quote_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 AA0190: Api Purchase / Quotes / Send Message

  • DMF 0402__: Purchases / Quotes

  • DMF 040205: Purchases / Quotes / Print

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Body Parameter
Name Description Required Default Pattern

mail

The message to send TemplatedMessage

-

Responses
Table 96. 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.7.6. Turn a quote into an order

POST

/quotes/{quote_id}/turn-into-order

Description

Turn the quote matching the specified ID into an order.

DMF required:
  • DMF AA0108: Api Purchase / Quotes / Turn Into Order

  • DMF 040220: Purchases / Quotes / Turn Quote Into Purchase Order

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Body Parameter
Name Description Required Default Pattern

turn_into_order_holder

Information to turn a quote into order TurnIntoOrderHolder

X

Content Type
  • text/plain

Responses
Table 97. http response codes
Code Message Datatype

200

Id of the created order

[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

{
  "signQuote" : true,
  "orderDate" : "2020-01-31T23:59:59Z"
}

2.7.7. Validate a quote

POST

/quotes/{quote_id}/validate

Description

Validate the quote matching the specified ID

DMF required:
  • DMF AA0109: Api Purchase / Quotes / Validate

  • DMF 040208: Purchases / Quotes / Validate

Parameters
Path Parameters
Name Description Required Default Pattern

quote_id

The id of the quote

X

null

Content Type
  • text/plain

Responses
Table 98. http response codes
Code Message Datatype

200

Quote successfully validated. Return the id of the quote

[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

2.8. Receptions

2.8.1. Bill a reception

POST

/receptions/{reception_id}/bill

Description

Bill the reception matching the specified ID.

DMF required:
  • DMF AA0510: Api Purchase / Reception / Bill

  • DMF 040410: Purchases / Receptions / Mark As Billed

  • DMF 040418: Purchases / Receptions / Receive Purchase Order On Quantity

  • DMF 040419: Purchases / Receptions / Receive Purchase Order On % Of Quantity

  • DMF 040420: Purchases / Receptions / Receive Purchase Order On Amount

  • DMF 040601: Purchases / Purchase Invoices / New

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Body Parameter
Name Description Required Default Pattern

bill_information

The information to bill the reception BillReceptionInformationHolder

X

Content Type
  • text/plain

Responses
Table 99. http response codes
Code Message Datatype

200

Id of the generated invoice

[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

{
  "supplierRef2" : "REF_SUP_2",
  "invoiceText" : "Lorem Ipsum",
  "supplierRef" : "REF_SUP_1",
  "supplierRef3" : "REF_SUP_3",
  "dueDate" : "2020-01-31T23:59:59Z",
  "supplierDate" : "2020-01-31T23:59:59Z",
  "invoiceDate" : "2020-01-31T23:59:59Z"
}

2.8.2. Bill receptions grouped by supplier

POST

/receptions/bill

Description

Bill the list of receptions given in parameters.

DMF required:
  • DMF AA0510: Api Purchase / Reception / Bill

  • DMF 040410: Purchases / Receptions / Mark As Billed

  • DMF 040418: Purchases / Receptions / Receive Purchase Order On Quantity

  • DMF 040419: Purchases / Receptions / Receive Purchase Order On % Of Quantity

  • DMF 040420: Purchases / Receptions / Receive Purchase Order On Amount

  • DMF 040601: Purchases / Purchase Invoices / New

Parameters
Body Parameter
Name Description Required Default Pattern

bill_information

The information to bill receptions BillReceptionsInformationHolder

X

Content Type
  • application/json

Responses
Table 100. http response codes
Code Message Datatype

200

The idents of the generated invoices

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

{
  "invoiceDate" : "2020-01-31T23:59:59Z",
  "supplierDate" : "2020-01-31T23:59:59Z",
  "dueDate" : "2020-01-31T23:59:59Z",
  "invoiceText" : "Lorem Ipsum",
  "supplierRef" : "REF_SUP_1",
  "supplierRef2" : "REF_SUP_2",
  "supplierRef3" : "REF_SUP_3",
  "receptionIds" : "<6411120, 6411174, 6411452, ...>"
}

2.8.3. Search a reception by its ID

GET

/receptions/{reception_id}

Description

Get the reception matching the specified ID.

DMF required:
  • DMF AA0506: Api Purchase / Reception / Info

  • DMF 040404: Purchases / Receptions / Search

  • DMF 0404__: Purchases / Receptions

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Content Type
  • application/json

Responses
Table 101. http response codes
Code Message Datatype

200

Reception successfully loaded

Reception

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. Mark reception as billed

POST

/receptions/{reception_id}/mark-as-billed

Description

Mark as billed the validated reception matching the specified ID

DMF required:
  • DMF AA0512: Api Purchase / Reception / Mark As Billed

  • DMF 040410: Purchases / Receptions / Mark As Billed

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Body Parameter
Name Description Required Default Pattern

mark_as_billed_information

The information to mark as billed the reception MarkAsBilledReceptionInformationHolder

X

Responses
Table 102. http response codes
Code Message Datatype

204

Reception successfully marked as billed

<<>>

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

{
  "billingDate" : "2020-01-31T23:59:59Z",
  "invoiceId" : "5000123"
}

2.8.5. Publish a reception

POST

/receptions/{reception_id}/publish

Description

Publish a reception using the template given as a parameter.

DMF required:
  • DMF AA0505: Api Purchase / Reception / Publish

  • DMF 040405: Purchases / Receptions / Print

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing a reception PublishArguments

X

Content Type
  • application/json

Responses
Table 103. 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.6. Search a reception with read options

POST

/receptions/{reception_id}/read

Description

Get a reception, 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 AA0506: Api Purchase / Reception / Info

  • DMF 040404: Purchases / Receptions / Search

  • DMF 0404__: Purchases / Receptions

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for the returned reception ReceptionReadOption

-

Content Type
  • application/json

Responses
Table 104. http response codes
Code Message Datatype

200

Reception successfully loaded

Reception

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" : [ "BUYER", "BUYER" ]
}

2.8.7. Search for receptions (with search criteria)

POST

/receptions/search

Description

Get the list of receptions matching the search criteria.

DMF required:
  • DMF AA0504: Api Purchase / Reception / Search

  • DMF 040404: Purchases / Receptions / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, read options) ReceptionCriteria

X

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 105. http response codes
Code Message Datatype

200

Receptions successfully loaded

List[Reception]

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" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "date" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "creationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "validationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "afterTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "preTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "currencyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "fiscalYearId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "journalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "thirdPartyToBillId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "description" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalState" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "approvalDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "internal" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "group" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "methodOfPayment" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "reference1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "reference3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "billingDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "exclusivelyLinkedTemporaryInvoiceId" : "5000123",
  "lineCriteria" : {
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resourceId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "generalAccountNumber" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "grouping" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reference" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "additionalFreeFieldCriteria" : {
      "additionalFreeField1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField3" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField4" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField5" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "dutiableCriteria" : {
      "forcedVat" : {
        "operator" : "IS",
        "value" : false,
        "includeNullResults" : false
      },
      "vat1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "vat2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "projectCriteria" : {
      "id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "name" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "tag" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerProjectId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "referentialDate" : "2000-06-21T04:56:07.000+00:00",
      "projectGroupCode" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "entityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionGroupingId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "categoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryLevel2Id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "activityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "managerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "salesManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "financialManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "productionManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "projectState" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "departmentId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "yearId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "companyId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "purchasedItemId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "dummy" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "readOption" : {
    "options" : [ "BUYER", "BUYER" ]
  }
}

2.8.8. Send a reception by email

POST

/receptions/{reception_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 AA0590: Api Purchase / Reception / Send Message

  • DMF 040405: Purchases / Receptions / Print

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Body Parameter
Name Description Required Default Pattern

mail

The message to send TemplatedMessage

-

Responses
Table 106. 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.9. Validate a reception

POST

/receptions/{reception_id}/validate

Description

Validate the reception matching the specified ID.

DMF required:
  • DMF AA0511: Api Purchase / Reception / Validate

  • DMF 040408: Purchases / Receptions / Validate

Parameters
Path Parameters
Name Description Required Default Pattern

reception_id

The id of the reception

X

null

Content Type
  • text/plain

Responses
Table 107. http response codes
Code Message Datatype

200

Reception successfully validated. Return the id of the reception

[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

2.9. Supplier

2.9.1. Close a supplier account

POST

/suppliers/{supplier_id}/close

Description

Close the supplier account with the supplier ident given in parameters.

This action will:
- Check that the account is settled in the management
- Check that the account is settled in the accounting for active period

If so:
- If the book-keeping account has no movement, it is deleted for all active accounting periods, otherwise it will be closed at the date input.
-An end date is set for the third party/contact links.

DMF required:
  • DMF AA0609: Api Purchase / Suppliers / Close Account

  • DMF 040121: Purchases / Suppliers / Close Account

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

closureDate

Date of closure DateParamHolder

-

Responses
Table 108. http response codes
Code Message Datatype

204

Supplier account 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.9.2. Create a supplier

PUT

/suppliers

Description

Create a supplier using the list of parameters below.

DMF required:
  • DMF AA0601: Api Purchase / Suppliers / Insert

  • DMF 040101: Purchases / Suppliers / New

  • DMF 040113: Purchases / Suppliers / New Prospect

  • DMF 160843: Tools / Resources / Modify Expense Report Setup

Parameters
Body Parameter
Name Description Required Default Pattern

supplier

The supplier to create Supplier

X

Content Type
  • text/plain

Responses
Table 109. http response codes
Code Message Datatype

201

Supplier 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" : "CA122",
  "name" : "Akuiteo",
  "companyCode" : "AKSAS",
  "entityCode" : "LYO",
  "entity" : {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux"
  },
  "entityId" : "5100962",
  "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" : "5010835",
  "closingDate" : "2020-01-31T23:59:59Z",
  "legalName" : "General Electricity and Co.",
  "phone" : "+33 4 04 04 04 04",
  "email" : "contact@gen-elec.com",
  "linkedEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "linkedEmployeeId" : "5000123",
  "ape" : "96.02A",
  "siren" : "362521879",
  "siret" : "55217863900132",
  "accountManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "accountManagerId" : "500501",
  "supplierAccountingParameters" : {
    "accountingNumber" : "F9527",
    "intercoCode" : "AKSAS",
    "isNotBooked" : true,
    "currencyCode" : "EUR",
    "mainReconciliationAccountNumber" : "407000",
    "reconciliationAccount2Number" : "470056",
    "reconciliationAccount3Number" : "684752",
    "reconciliationAccount4Number" : "408203",
    "reconciliationAccount5Number" : "409000",
    "piaControlAccountNumber" : "408100",
    "prepaidExpensesAccountNumber" : "4110856",
    "internalControlAccountNumber" : "411000",
    "journalCode" : "AC",
    "group" : false,
    "supplierId" : "30"
  },
  "accountingPeriod" : "Monthly",
  "category" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 5
  },
  "categoryId" : "200456",
  "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" : "11037",
  "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"
  },
  "conditionOfPayment" : {
    "code" : "5 days End of month by bank transfer",
    "deadLine" : "5",
    "term" : "1",
    "day" : 10
  },
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "equity" : 17506.34,
  "revenue" : 34899.07,
  "headcount" : 72,
  "linkedEntities" : [ {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux",
    "legalName" : "Customer care",
    "division" : {
      "id" : "5000123",
      "name" : "Rhone-Alpes",
      "code" : "RA",
      "group" : {
        "id" : "5000123",
        "name" : "West",
        "code" : "WST",
        "serviceId" : "5000123"
      },
      "groupId" : "5000123",
      "companyId" : "5000123"
    },
    "divisionId" : "5000123",
    "divisionCode" : "01-DIV",
    "companyId" : "5000123",
    "endDate" : "2020-01-23T04:56:07Z"
  }, {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux",
    "legalName" : "Customer care",
    "division" : {
      "id" : "5000123",
      "name" : "Rhone-Alpes",
      "code" : "RA",
      "group" : {
        "id" : "5000123",
        "name" : "West",
        "code" : "WST",
        "serviceId" : "5000123"
      },
      "groupId" : "5000123",
      "companyId" : "5000123"
    },
    "divisionId" : "5000123",
    "divisionCode" : "01-DIV",
    "companyId" : "5000123",
    "endDate" : "2020-01-23T04:56:07Z"
  } ],
  "linkedEntitiesId" : "65009",
  "openingDate" : "2020-01-23T04:56:07Z",
  "salesOrderContact" : "CASH",
  "keywords" : "WORD",
  "legalForm" : "SA",
  "notes" : "Lorem Ipsum",
  "profession" : {
    "id" : "5000123",
    "code" : "LYR",
    "name" : "Lawyer"
  },
  "professionId" : "500238",
  "supplierSite" : [ {
    "phone" : "phone",
    "email" : "email",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "legalName1" : "My name one",
    "legalName2" : "My name two",
    "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" : "5010835",
    "validUntil" : "2023-01-23T04:56:07Z",
    "main" : true,
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "externalReference" : "Lorem Ipsum",
    "siret" : "55217863900132",
    "siteCode" : "SITE_1",
    "note" : "Lorem ipsum",
    "useForPaymentAddress" : true,
    "useForPaymentAddressDefault" : true,
    "useForReceptionAddress" : false,
    "useForReceptionAddressDefault" : false,
    "useForOrderAddress" : true,
    "useForOrderAddressDefault" : false,
    "contacts" : [ {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    }, {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    } ],
    "bankingInformationStatus" : "{}",
    "taxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true
    },
    "id" : "5000123",
    "name" : "name",
    "supplierId" : "supplierId"
  }, {
    "phone" : "phone",
    "email" : "email",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "legalName1" : "My name one",
    "legalName2" : "My name two",
    "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" : "5010835",
    "validUntil" : "2023-01-23T04:56:07Z",
    "main" : true,
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "externalReference" : "Lorem Ipsum",
    "siret" : "55217863900132",
    "siteCode" : "SITE_1",
    "note" : "Lorem ipsum",
    "useForPaymentAddress" : true,
    "useForPaymentAddressDefault" : true,
    "useForReceptionAddress" : false,
    "useForReceptionAddressDefault" : false,
    "useForOrderAddress" : true,
    "useForOrderAddressDefault" : false,
    "contacts" : [ {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    }, {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    } ],
    "bankingInformationStatus" : "{}",
    "taxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true
    },
    "id" : "5000123",
    "name" : "name",
    "supplierId" : "supplierId"
  } ],
  "type" : "{}",
  "supplierTaxInformation" : {
    "vatArea" : {
      "id" : "5000123",
      "code" : "AREA",
      "name" : "Area"
    },
    "vatAreaId" : "500123",
    "VATAreaId" : "500123",
    "vatNumber" : "1",
    "VATNumber" : "1",
    "exempt" : true,
    "euExempt" : true,
    "supplierTaxRegime" : "{}",
    "reverseCharge" : false,
    "supplierId" : "30"
  },
  "unit" : "Legal person",
  "isForeign" : true,
  "isFrCompetitor" : true,
  "isEmployee" : false,
  "isDAS2" : true,
  "paymentAuthorization" : true,
  "isNotDun" : true,
  "limitedReferences" : true,
  "subContractor" : {
    "isSubcontractor" : true,
    "subcontractorBillingUnit" : "{}",
    "defaultSubcontractor" : true
  },
  "applicableShippingCosts" : {
    "applicableShippingCosts" : true,
    "exemptionThreshold" : "100",
    "closeToExemptionThreshold" : "75",
    "isLinkedToReceptionSite" : true
  },
  "holdback" : "5",
  "grouping1" : "My first grouping",
  "grouping2" : "My second grouping",
  "grouping3" : "My third grouping",
  "iban" : {
    "country" : "FR (for 'FRANCE')",
    "key" : "69",
    "accountNumber" : "0000157841Z"
  },
  "bankDetails" : {
    "entity" : "30002",
    "counter" : "550",
    "accountNumber" : "0000157841Z",
    "key" : "25",
    "domiciliation" : "AURA"
  },
  "bic" : {
    "country" : "FR (for 'FRANCE')",
    "bank" : "DAAE",
    "location" : "PP",
    "branch" : "CCT"
  },
  "bankingInformationStatus" : "{}",
  "bankingInformations" : [ {
    "id" : "5000123",
    "sepa" : {
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      }
    },
    "noneSepa" : {
      "defaultBankDetail" : false,
      "beneficiary" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      },
      "intermediate" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      }
    },
    "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
    "statusChangeArgument" : {
      "comment" : "Comment",
      "status" : "{}"
    },
    "validator" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "validatorId" : "5000123",
    "action" : "{}",
    "type" : "{}"
  }, {
    "id" : "5000123",
    "sepa" : {
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      }
    },
    "noneSepa" : {
      "defaultBankDetail" : false,
      "beneficiary" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      },
      "intermediate" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      }
    },
    "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
    "statusChangeArgument" : {
      "comment" : "Comment",
      "status" : "{}"
    },
    "validator" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "validatorId" : "5000123",
    "action" : "{}",
    "type" : "{}"
  } ],
  "thirdPartyLinkType" : {
    "id" : "5000123",
    "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" : "5000666",
    "code" : "VARIOUS",
    "name" : "Various",
    "endDate" : "2020-01-23T04:56:07Z",
    "requiredSiren" : false
  },
  "thirdPartyLinkTypeId" : "5000123"
}

PUT

/suppliers/{supplier_id}/people-links

Description

Create a people link between two third parties

DMF required:
  • DMF AA0801: Api Purchase / People Link / Insert

  • DMF 040102: Purchases / Suppliers / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

peopleLink

A people link to be created PeopleLink

X

Content Type
  • text/plain

Responses
Table 110. http response codes
Code Message Datatype

201

Supplier's people link has 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",
  "linkType" : "{}",
  "linkSource" : {
    "id" : "5000123",
    "code" : "CODE",
    "description" : "Loremp ipsum",
    "type" : "{}",
    "linkDirection" : "{}",
    "static" : true,
    "companyCode" : "AKSAS"
  },
  "linkSourceId" : "5000123",
  "sourceThirdParty" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "sourceThirdPartyId" : "5000123",
  "sourceThirdPartyType" : "{}",
  "linkTarget" : {
    "id" : "5000123",
    "code" : "CODE",
    "description" : "Loremp ipsum",
    "type" : "{}",
    "linkDirection" : "{}",
    "static" : true,
    "companyCode" : "AKSAS"
  },
  "linkTargetId" : "5000123",
  "targetThirdParty" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "targetThirdPartyId" : "5000123",
  "targetThirdPartyType" : "{}",
  "defaultLink" : true
}

2.9.4. Delete a supplier

DELETE

/suppliers/{supplier_id}

Description

Delete a supplier matching the specified ID given in parameter.

DMF required:
  • DMF AA0603: Api Purchase / Suppliers / Delete

  • DMF 040103: Purchases / Suppliers / Delete

  • DMF 040113: Purchases / Suppliers / New Prospect

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Responses
Table 111. http response codes
Code Message Datatype

204

Supplier 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.9.5. Delete the avatar of a supplier

DELETE

/suppliers/{supplier_id}/avatar

Description

Delete the avatar of the specified supplier.

DMF required:
  • DMF AA0613: Api Purchase / Suppliers / Supplier Avatar

  • DMF 040102: Purchases / Suppliers / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Responses
Table 112. http response codes
Code Message Datatype

204

The avatar has successfully been 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

DELETE

/suppliers/{supplier_id}/people-links/{people_link_id}

Description

Delete a people link between two third parties

DMF required:
  • DMF AA0803: Api Purchase / People Link / Delete

  • DMF 040102: Purchases / Suppliers / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

people_link_id

The id of the people link

X

null

Responses
Table 113. http response codes
Code Message Datatype

204

The people link has been deleted

<<>>

404

There is no people link corresponding to this id

<<>>

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.7. Get the avatar of the supplier

GET

/suppliers/{supplier_id}/avatar.png

Description

Get the avatar of the supplier matching the ident given in parameters.

DMF required:
  • USERAK: A registered user.

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Query Parameters
Name Description Required Default Pattern

s

Size in pixels of the image

-

null

Content Type
  • image/*

Responses
Table 114. http response codes
Code Message Datatype

200

Image of the Supplier having this id
Headers :
Cache-Control : Cache for 1 week

[byte[]]

204

No image for this supplier
Headers :
Cache-Control : Cache for 1 week

[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.9.8. Get all contacts of a supplier

GET

/suppliers/{supplier_id}/contacts

Deprecated
Tip
This API is Deprecated, use CRM APIs for supplier contact instead
Description

Get all contacts for the given supplier ident.
This API is marked as deprecated because it will soon be removed, but it is still functional currently.
We recommend using the CRM supplier contact APIs instead.

DMF required:
  • DMF AA0611: Api Purchase / Suppliers / Contacts

  • DMF 040106: Purchases / Suppliers / Contacts

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Content Type
  • application/json

Responses
Table 115. http response codes
Code Message Datatype

200

All contacts of this supplier

List[Contact]

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.9. Get a supplier by its ID

GET

/suppliers/{supplier_id}

Description

Get the supplier matching the specified ID.

DMF required:
  • DMF AA0606: Api Purchase / Suppliers / Info

  • DMF 040104: Purchases / Suppliers / Search

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Content Type
  • application/json

Responses
Table 116. http response codes
Code Message Datatype

200

Supplier successfully loaded

Supplier

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

GET

/suppliers/{supplier_id}/people-links

Description

Get all people links for a supplier

DMF required:
  • DMF AA0806: Api Purchase / People Link / Info People Link

  • DMF 040104: Purchases / Suppliers / Search

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Content Type
  • application/json

Responses
Table 117. http response codes
Code Message Datatype

200

All people links of this Supplier

List[PeopleLink]

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.11. Patch a supplier

PATCH

/suppliers/{supplier_id}

Description

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

DMF required:
  • DMF AA0602: Api Purchase / Suppliers / Update

  • DMF 040102: Purchases / Suppliers / Modify

  • DMF 040113: Purchases / Suppliers / New Prospect

  • DMF 040118: Purchases / Suppliers / Modify Reconciliation Accounts

  • DMF 040128: Purchases / Suppliers / Modify Multiple Suppliers

And
  • DMF AA0607: Api Purchase / Suppliers / Update Supplier Bank Details

  • DMF 040136: Purchases / Suppliers / Modify Bank Details

  • DMF 040137: Purchases / Suppliers / Replace Bank Details

And
  • DMF AA0608: Api Purchase / Suppliers / Update Supplier International Bank Details

  • DMF 040135: Purchases / Suppliers / Modify International Bank Account Details

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

List of patches to apply PatchElement

-

Content Type
  • text/plain

Responses
Table 118. http response codes
Code Message Datatype

200

Supplier 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.9.12. Publish a supplier

POST

/suppliers/{supplier_id}/publish

Description

Publish a supplier

DMF required:
  • DMF AA0605: Api Purchase / Suppliers / Publish

  • DMF 040105: Purchases / Suppliers / Print

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

publish_arguments

The arguments for publishing the supplier PublishArguments

X

Content Type
  • application/json

Responses
Table 119. 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.9.13. Re-open a supplier account

POST

/suppliers/{supplier_id}/re-open

Description

Re-open the supplier account with the supplier ident given in parameters.

DMF required:
  • DMF AA0610: Api Purchase / Suppliers / Re Open Account

  • DMF 040122: Purchases / Suppliers / Reopen Account

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Responses
Table 120. http response codes
Code Message Datatype

204

Supplier account successfully re-opened

<<>>

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.14. Search a supplier with read options

POST

/suppliers/{supplier_id}/read

Description

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

DMF required:
  • DMF AA0606: Api Purchase / Suppliers / Info

  • DMF 040104: Purchases / Suppliers / Search

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for the returned supplier SupplierReadOption

-

Content Type
  • application/json

Responses
Table 121. http response codes
Code Message Datatype

200

Supplier successfully loaded

Supplier

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" : [ "LINKED_EMPLOYEE", "LINKED_EMPLOYEE" ]
}

POST

/suppliers/{supplier_id}/people-links/read

Description

Get all people links for a supplier with read options

DMF required:
  • DMF AA0806: Api Purchase / People Link / Info People Link

  • DMF 040104: Purchases / Suppliers / Search

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for the returned Supplier PeopleLinkReadOption

-

Content Type
  • application/json

Responses
Table 122. http response codes
Code Message Datatype

200

All People Links of this Supplier

List[PeopleLink]

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" : [ "LINK_SOURCE", "LINK_SOURCE" ]
}

2.9.16. Replace a supplier's banking information.

POST

/suppliers/{supplier_id}/banking-informations/replace

Description

Replace a supplier’s banking information.
To add a new supplier’s banking information, set the 'action' field to 'ADD.'
To update a supplier’s banking information, set the 'action' field to 'UPDATE.'
To delete a supplier’s banking information, set the 'action' field to 'REMOVE.'
Please note that in a supplier’s list of bankingInformations, there can be at most one bankingInformation containing Sepa data.
However, you can have multiple bankingInformations containing non-Sepa data.
If you add a new Sepa bankingInformation and one already exists, the previous one will be overwritten and a new one will be created.

DMF required:
  • DMF AA0612: Api Purchase / Suppliers / Replace A Supplier’s Banking Information.

  • DMF 040135: Purchases / Suppliers / Modify International Bank Account Details

  • DMF 040136: Purchases / Suppliers / Modify Bank Details

  • DMF 040137: Purchases / Suppliers / Replace Bank Details

  • DMF 040138: Purchases / Suppliers / Replace International Bank Statements

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

bankingInformationList

The list of banking information to replace. BankingInformation

X

Responses
Table 123. http response codes
Code Message Datatype

204

Banking information have been 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

{
  "id" : "5000123",
  "sepa" : {
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    }
  },
  "noneSepa" : {
    "defaultBankDetail" : false,
    "beneficiary" : {
      "holder" : {
        "name" : "RITA",
        "firstName" : "BRITA",
        "accountType" : "{}",
        "accountNumber" : "123456789"
      },
      "bank" : {
        "bankName" : "UBA",
        "bankName2" : "UBA",
        "bankType" : "{}",
        "bankCode" : "C8",
        "bankAddress" : {
          "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"
        }
      }
    },
    "intermediate" : {
      "holder" : {
        "name" : "RITA",
        "firstName" : "BRITA",
        "accountType" : "{}",
        "accountNumber" : "123456789"
      },
      "bank" : {
        "bankName" : "UBA",
        "bankName2" : "UBA",
        "bankType" : "{}",
        "bankCode" : "C8",
        "bankAddress" : {
          "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"
        }
      }
    }
  },
  "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
  "statusChangeArgument" : {
    "comment" : "Comment",
    "status" : "{}"
  },
  "validator" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "validatorId" : "5000123",
  "action" : "{}",
  "type" : "{}"
}

POST

/suppliers/people-links/search

Description

Search people links for a supplier

DMF required:
  • DMF AA0804: Api Purchase / People Link / Search

  • DMF 040104: Purchases / Suppliers / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria PeopleLinkCriteria

-

Content Type
  • application/json

Responses
Table 124. http response codes
Code Message Datatype

200

Successful People Link's search

List[PeopleLink]

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

{
  "targetThirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "targetThirdPartyType" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "sourceThirdPartyType" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "linkSourceId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "sourceThirdPartyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "linkType" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "defaultLink" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "linkTargetId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "LINK_SOURCE", "LINK_SOURCE" ]
  }
}

2.9.18. Search for suppliers (with search criteria and time slot)

POST

/suppliers/search

Description

Get the list of suppliers matching the search criteria, with a history in the corresponding time slot.

DMF required:
  • DMF AA0604: Api Purchase / Suppliers / Search

  • DMF 040104: Purchases / Suppliers / Search

  • DMF 1909__: Web Portal / Approvals

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (VAT Number , company, etc…) SupplierCriteria

X

Query Parameters
Name Description Required Default Pattern

from

Start date of the search interval

-

null

to

End date of the search interval

-

null

Content Type
  • application/json

Responses
Table 125. http response codes
Code Message Datatype

200

Suppliers successfully loaded

List[Supplier]

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

{
  "VATNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "code" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "siren" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "customData" : {
    "key" : {
      "operator" : "IS",
      "value" : "{}",
      "includeNullResults" : false
    }
  },
  "type" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "siret" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isMultiCompany" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "readOption" : {
    "options" : [ "LINKED_EMPLOYEE", "LINKED_EMPLOYEE" ]
  },
  "addressId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "legalName" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "tag" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "accountManagerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "professionId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "group" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "companyCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "onlyPresent" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "grouping2" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "entityId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "subCategoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "grouping1" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "intercoCode" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierVariety" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "grouping3" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "isNotBooked" : {
    "operator" : "IS",
    "value" : false,
    "includeNullResults" : false
  },
  "categoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.9.19. Update a supplier

POST

/suppliers/{supplier_id}

Description

Update the supplier matching the specified ID and using the list of parameters below.

DMF required:
  • DMF AA0602: Api Purchase / Suppliers / Update

  • DMF 040102: Purchases / Suppliers / Modify

  • DMF 040113: Purchases / Suppliers / New Prospect

  • DMF 040118: Purchases / Suppliers / Modify Reconciliation Accounts

  • DMF 040128: Purchases / Suppliers / Modify Multiple Suppliers

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

supplier

The supplier to update Supplier

X

Content Type
  • text/plain

Responses
Table 126. http response codes
Code Message Datatype

200

Supplier 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" : "CA122",
  "name" : "Akuiteo",
  "companyCode" : "AKSAS",
  "entityCode" : "LYO",
  "entity" : {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux"
  },
  "entityId" : "5100962",
  "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" : "5010835",
  "closingDate" : "2020-01-31T23:59:59Z",
  "legalName" : "General Electricity and Co.",
  "phone" : "+33 4 04 04 04 04",
  "email" : "contact@gen-elec.com",
  "linkedEmployee" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "linkedEmployeeId" : "5000123",
  "ape" : "96.02A",
  "siren" : "362521879",
  "siret" : "55217863900132",
  "accountManager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "accountManagerId" : "500501",
  "supplierAccountingParameters" : {
    "accountingNumber" : "F9527",
    "intercoCode" : "AKSAS",
    "isNotBooked" : true,
    "currencyCode" : "EUR",
    "mainReconciliationAccountNumber" : "407000",
    "reconciliationAccount2Number" : "470056",
    "reconciliationAccount3Number" : "684752",
    "reconciliationAccount4Number" : "408203",
    "reconciliationAccount5Number" : "409000",
    "piaControlAccountNumber" : "408100",
    "prepaidExpensesAccountNumber" : "4110856",
    "internalControlAccountNumber" : "411000",
    "journalCode" : "AC",
    "group" : false,
    "supplierId" : "30"
  },
  "accountingPeriod" : "Monthly",
  "category" : {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 5
  },
  "categoryId" : "200456",
  "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" : "11037",
  "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"
  },
  "conditionOfPayment" : {
    "code" : "5 days End of month by bank transfer",
    "deadLine" : "5",
    "term" : "1",
    "day" : 10
  },
  "customData" : {
    "key" : {
      "type" : "{}",
      "value" : "Autoref 010520",
      "name" : "Reference 4",
      "realOrder" : 0,
      "label" : "REFERENCE_4"
    }
  },
  "equity" : 17506.34,
  "revenue" : 34899.07,
  "headcount" : 72,
  "linkedEntities" : [ {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux",
    "legalName" : "Customer care",
    "division" : {
      "id" : "5000123",
      "name" : "Rhone-Alpes",
      "code" : "RA",
      "group" : {
        "id" : "5000123",
        "name" : "West",
        "code" : "WST",
        "serviceId" : "5000123"
      },
      "groupId" : "5000123",
      "companyId" : "5000123"
    },
    "divisionId" : "5000123",
    "divisionCode" : "01-DIV",
    "companyId" : "5000123",
    "endDate" : "2020-01-23T04:56:07Z"
  }, {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux",
    "legalName" : "Customer care",
    "division" : {
      "id" : "5000123",
      "name" : "Rhone-Alpes",
      "code" : "RA",
      "group" : {
        "id" : "5000123",
        "name" : "West",
        "code" : "WST",
        "serviceId" : "5000123"
      },
      "groupId" : "5000123",
      "companyId" : "5000123"
    },
    "divisionId" : "5000123",
    "divisionCode" : "01-DIV",
    "companyId" : "5000123",
    "endDate" : "2020-01-23T04:56:07Z"
  } ],
  "linkedEntitiesId" : "65009",
  "openingDate" : "2020-01-23T04:56:07Z",
  "salesOrderContact" : "CASH",
  "keywords" : "WORD",
  "legalForm" : "SA",
  "notes" : "Lorem Ipsum",
  "profession" : {
    "id" : "5000123",
    "code" : "LYR",
    "name" : "Lawyer"
  },
  "professionId" : "500238",
  "supplierSite" : [ {
    "phone" : "phone",
    "email" : "email",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "legalName1" : "My name one",
    "legalName2" : "My name two",
    "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" : "5010835",
    "validUntil" : "2023-01-23T04:56:07Z",
    "main" : true,
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "externalReference" : "Lorem Ipsum",
    "siret" : "55217863900132",
    "siteCode" : "SITE_1",
    "note" : "Lorem ipsum",
    "useForPaymentAddress" : true,
    "useForPaymentAddressDefault" : true,
    "useForReceptionAddress" : false,
    "useForReceptionAddressDefault" : false,
    "useForOrderAddress" : true,
    "useForOrderAddressDefault" : false,
    "contacts" : [ {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    }, {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    } ],
    "bankingInformationStatus" : "{}",
    "taxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true
    },
    "id" : "5000123",
    "name" : "name",
    "supplierId" : "supplierId"
  }, {
    "phone" : "phone",
    "email" : "email",
    "iban" : {
      "country" : "FR (for 'FRANCE')",
      "key" : "69",
      "accountNumber" : "0000157841Z"
    },
    "bankDetails" : {
      "entity" : "30002",
      "counter" : "550",
      "accountNumber" : "0000157841Z",
      "key" : "25",
      "domiciliation" : "AURA"
    },
    "bic" : {
      "country" : "FR (for 'FRANCE')",
      "bank" : "DAAE",
      "location" : "PP",
      "branch" : "CCT"
    },
    "legalName1" : "My name one",
    "legalName2" : "My name two",
    "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" : "5010835",
    "validUntil" : "2023-01-23T04:56:07Z",
    "main" : true,
    "manager" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "managerId" : "5000123",
    "externalReference" : "Lorem Ipsum",
    "siret" : "55217863900132",
    "siteCode" : "SITE_1",
    "note" : "Lorem ipsum",
    "useForPaymentAddress" : true,
    "useForPaymentAddressDefault" : true,
    "useForReceptionAddress" : false,
    "useForReceptionAddressDefault" : false,
    "useForOrderAddress" : true,
    "useForOrderAddressDefault" : false,
    "contacts" : [ {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    }, {
      "id" : "5000123",
      "code" : "CT2024",
      "name" : "Jean",
      "firstName" : "Phillipe",
      "maidenName" : "Doe",
      "title" : "Mr",
      "titleType" : "{}",
      "phone" : "101010101",
      "mobilePhone" : "606060606",
      "email" : "customer@akuiteo.fr",
      "emailAddressNotKnown" : false,
      "emailBlackListed" : false,
      "position" : "RESP GESTION",
      "employee" : {
        "id" : "5000123",
        "code" : "CASH",
        "name" : "DUPONT",
        "firstName" : "Jean",
        "action" : "{}"
      },
      "employeeId" : "5000123",
      "functionTitle" : "Resp gestion",
      "pictureId" : "5000123",
      "service" : "Sales",
      "keywords" : "KEY",
      "entryDate" : "2020-01-31T23:59:59Z",
      "disappearedOn" : "2020-01-31T23:59:59Z",
      "disappeared" : false,
      "lastTracking" : "2020-01-31T23:59:59Z",
      "supplierRelatedInformation" : [ {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      }, {
        "id" : "5000123",
        "supplierId" : "5000123",
        "contactId" : "5000123",
        "showAllRequests" : false,
        "noLongerWorkForThisCompany" : 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"
        },
        "companyId" : "5000123"
      } ],
      "sitesRelatedInformation" : [ null, null ],
      "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"
      },
      "recipientOfQuote" : true,
      "recipientOfSalesOrder" : true,
      "recipientOfDeliveryNote" : true,
      "recipientOfSalesInvoice" : false,
      "recipientOfReceipt" : false,
      "recipientOfQuotation" : true,
      "recipientOfPurchaseOrder" : true,
      "recipientOfTerms" : false,
      "recipientOfDunning" : false
    } ],
    "bankingInformationStatus" : "{}",
    "taxInformation" : {
      "vatArea" : {
        "id" : "5000123",
        "code" : "AREA",
        "name" : "Area"
      },
      "vatAreaId" : "500123",
      "VATAreaId" : "500123",
      "vatNumber" : "1",
      "VATNumber" : "1",
      "exempt" : true,
      "euExempt" : true
    },
    "id" : "5000123",
    "name" : "name",
    "supplierId" : "supplierId"
  } ],
  "type" : "{}",
  "supplierTaxInformation" : {
    "vatArea" : {
      "id" : "5000123",
      "code" : "AREA",
      "name" : "Area"
    },
    "vatAreaId" : "500123",
    "VATAreaId" : "500123",
    "vatNumber" : "1",
    "VATNumber" : "1",
    "exempt" : true,
    "euExempt" : true,
    "supplierTaxRegime" : "{}",
    "reverseCharge" : false,
    "supplierId" : "30"
  },
  "unit" : "Legal person",
  "isForeign" : true,
  "isFrCompetitor" : true,
  "isEmployee" : false,
  "isDAS2" : true,
  "paymentAuthorization" : true,
  "isNotDun" : true,
  "limitedReferences" : true,
  "subContractor" : {
    "isSubcontractor" : true,
    "subcontractorBillingUnit" : "{}",
    "defaultSubcontractor" : true
  },
  "applicableShippingCosts" : {
    "applicableShippingCosts" : true,
    "exemptionThreshold" : "100",
    "closeToExemptionThreshold" : "75",
    "isLinkedToReceptionSite" : true
  },
  "holdback" : "5",
  "grouping1" : "My first grouping",
  "grouping2" : "My second grouping",
  "grouping3" : "My third grouping",
  "iban" : {
    "country" : "FR (for 'FRANCE')",
    "key" : "69",
    "accountNumber" : "0000157841Z"
  },
  "bankDetails" : {
    "entity" : "30002",
    "counter" : "550",
    "accountNumber" : "0000157841Z",
    "key" : "25",
    "domiciliation" : "AURA"
  },
  "bic" : {
    "country" : "FR (for 'FRANCE')",
    "bank" : "DAAE",
    "location" : "PP",
    "branch" : "CCT"
  },
  "bankingInformationStatus" : "{}",
  "bankingInformations" : [ {
    "id" : "5000123",
    "sepa" : {
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      }
    },
    "noneSepa" : {
      "defaultBankDetail" : false,
      "beneficiary" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      },
      "intermediate" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      }
    },
    "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
    "statusChangeArgument" : {
      "comment" : "Comment",
      "status" : "{}"
    },
    "validator" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "validatorId" : "5000123",
    "action" : "{}",
    "type" : "{}"
  }, {
    "id" : "5000123",
    "sepa" : {
      "bankDetails" : {
        "entity" : "30002",
        "counter" : "550",
        "accountNumber" : "0000157841Z",
        "key" : "25",
        "domiciliation" : "AURA"
      },
      "bic" : {
        "country" : "FR (for 'FRANCE')",
        "bank" : "DAAE",
        "location" : "PP",
        "branch" : "CCT"
      },
      "iban" : {
        "country" : "FR (for 'FRANCE')",
        "key" : "69",
        "accountNumber" : "0000157841Z"
      }
    },
    "noneSepa" : {
      "defaultBankDetail" : false,
      "beneficiary" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      },
      "intermediate" : {
        "holder" : {
          "name" : "RITA",
          "firstName" : "BRITA",
          "accountType" : "{}",
          "accountNumber" : "123456789"
        },
        "bank" : {
          "bankName" : "UBA",
          "bankName2" : "UBA",
          "bankType" : "{}",
          "bankCode" : "C8",
          "bankAddress" : {
            "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"
          }
        }
      }
    },
    "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
    "statusChangeArgument" : {
      "comment" : "Comment",
      "status" : "{}"
    },
    "validator" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "validatorId" : "5000123",
    "action" : "{}",
    "type" : "{}"
  } ],
  "thirdPartyLinkType" : {
    "id" : "5000123",
    "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" : "5000666",
    "code" : "VARIOUS",
    "name" : "Various",
    "endDate" : "2020-01-23T04:56:07Z",
    "requiredSiren" : false
  },
  "thirdPartyLinkTypeId" : "5000123"
}

POST

/suppliers/{supplier_id}/people-links/{people_link_id}

Description

Update a people link between two third parties

DMF required:
  • DMF AA0802: Api Purchase / People Link / Update

  • DMF 040102: Purchases / Suppliers / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

people_link_id

The id of the people link

X

null

Body Parameter
Name Description Required Default Pattern

peopleLink

A people link to be updated PeopleLink

X

Content Type
  • text/plain

Responses
Table 127. http response codes
Code Message Datatype

200

Supplier's people link has successfully updated

[String]

404

There is no people link

<<>>

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",
  "linkType" : "{}",
  "linkSource" : {
    "id" : "5000123",
    "code" : "CODE",
    "description" : "Loremp ipsum",
    "type" : "{}",
    "linkDirection" : "{}",
    "static" : true,
    "companyCode" : "AKSAS"
  },
  "linkSourceId" : "5000123",
  "sourceThirdParty" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "sourceThirdPartyId" : "5000123",
  "sourceThirdPartyType" : "{}",
  "linkTarget" : {
    "id" : "5000123",
    "code" : "CODE",
    "description" : "Loremp ipsum",
    "type" : "{}",
    "linkDirection" : "{}",
    "static" : true,
    "companyCode" : "AKSAS"
  },
  "linkTargetId" : "5000123",
  "targetThirdParty" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "targetThirdPartyId" : "5000123",
  "targetThirdPartyType" : "{}",
  "defaultLink" : true
}

2.9.21. Upload the avatar of the specified supplier.

POST

/suppliers/{supplier_id}/avatar/upload

Description

Upload the avatar of the specified supplier.

DMF required:
  • DMF AA0613: Api Purchase / Suppliers / Supplier Avatar

  • DMF 040102: Purchases / Suppliers / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Form Parameters
Name Description Required Default Pattern

document

The file to upload. [file]

X

null

Query Parameters
Name Description Required Default Pattern

s

Size in pixels of the image

-

null

Content Type
  • text/plain

Responses
Table 128. http response codes
Code Message Datatype

200

The avatar has successfully been uploaded

[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

2.10. Supplier Site

2.10.1. Create a supplier site

PUT

/supplier-sites

Description

Create a supplier site using the list of parameters below.

DMF required:
  • DMF AA1101: Api Purchase / Supplier Sites / Insert

  • DMF 030401: Third-parties / Supplier Sites / New

Parameters
Body Parameter
Name Description Required Default Pattern

supplierSite

The supplier site to create SupplierSite

X

Content Type
  • text/plain

Responses
Table 129. http response codes
Code Message Datatype

201

Supplier site 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

{
  "phone" : "phone",
  "email" : "email",
  "iban" : {
    "country" : "FR (for 'FRANCE')",
    "key" : "69",
    "accountNumber" : "0000157841Z"
  },
  "bankDetails" : {
    "entity" : "30002",
    "counter" : "550",
    "accountNumber" : "0000157841Z",
    "key" : "25",
    "domiciliation" : "AURA"
  },
  "bic" : {
    "country" : "FR (for 'FRANCE')",
    "bank" : "DAAE",
    "location" : "PP",
    "branch" : "CCT"
  },
  "legalName1" : "My name one",
  "legalName2" : "My name two",
  "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" : "5010835",
  "validUntil" : "2023-01-23T04:56:07Z",
  "main" : true,
  "manager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "managerId" : "5000123",
  "externalReference" : "Lorem Ipsum",
  "siret" : "55217863900132",
  "siteCode" : "SITE_1",
  "note" : "Lorem ipsum",
  "useForPaymentAddress" : true,
  "useForPaymentAddressDefault" : true,
  "useForReceptionAddress" : false,
  "useForReceptionAddressDefault" : false,
  "useForOrderAddress" : true,
  "useForOrderAddressDefault" : false,
  "contacts" : [ {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "maidenName" : "Doe",
    "title" : "Mr",
    "titleType" : "{}",
    "phone" : "101010101",
    "mobilePhone" : "606060606",
    "email" : "customer@akuiteo.fr",
    "emailAddressNotKnown" : false,
    "emailBlackListed" : false,
    "position" : "RESP GESTION",
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "functionTitle" : "Resp gestion",
    "pictureId" : "5000123",
    "service" : "Sales",
    "keywords" : "KEY",
    "entryDate" : "2020-01-31T23:59:59Z",
    "disappearedOn" : "2020-01-31T23:59:59Z",
    "disappeared" : false,
    "lastTracking" : "2020-01-31T23:59:59Z",
    "supplierRelatedInformation" : [ {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    }, {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    } ],
    "sitesRelatedInformation" : [ null, null ],
    "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"
    },
    "recipientOfQuote" : true,
    "recipientOfSalesOrder" : true,
    "recipientOfDeliveryNote" : true,
    "recipientOfSalesInvoice" : false,
    "recipientOfReceipt" : false,
    "recipientOfQuotation" : true,
    "recipientOfPurchaseOrder" : true,
    "recipientOfTerms" : false,
    "recipientOfDunning" : false
  }, {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "maidenName" : "Doe",
    "title" : "Mr",
    "titleType" : "{}",
    "phone" : "101010101",
    "mobilePhone" : "606060606",
    "email" : "customer@akuiteo.fr",
    "emailAddressNotKnown" : false,
    "emailBlackListed" : false,
    "position" : "RESP GESTION",
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "functionTitle" : "Resp gestion",
    "pictureId" : "5000123",
    "service" : "Sales",
    "keywords" : "KEY",
    "entryDate" : "2020-01-31T23:59:59Z",
    "disappearedOn" : "2020-01-31T23:59:59Z",
    "disappeared" : false,
    "lastTracking" : "2020-01-31T23:59:59Z",
    "supplierRelatedInformation" : [ {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    }, {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    } ],
    "sitesRelatedInformation" : [ null, null ],
    "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"
    },
    "recipientOfQuote" : true,
    "recipientOfSalesOrder" : true,
    "recipientOfDeliveryNote" : true,
    "recipientOfSalesInvoice" : false,
    "recipientOfReceipt" : false,
    "recipientOfQuotation" : true,
    "recipientOfPurchaseOrder" : true,
    "recipientOfTerms" : false,
    "recipientOfDunning" : false
  } ],
  "bankingInformationStatus" : "{}",
  "taxInformation" : {
    "vatArea" : {
      "id" : "5000123",
      "code" : "AREA",
      "name" : "Area"
    },
    "vatAreaId" : "500123",
    "VATAreaId" : "500123",
    "vatNumber" : "1",
    "VATNumber" : "1",
    "exempt" : true,
    "euExempt" : true
  },
  "id" : "5000123",
  "name" : "name",
  "supplierId" : "supplierId"
}

2.10.2. Delete a supplier site

DELETE

/supplier-sites/{supplier_site_id}

Description

Delete a supplier site matching the specified ID given in parameter.

DMF required:
  • DMF AA1103: Api Purchase / Supplier Sites / Delete

  • DMF 030403: Third-parties / Supplier Sites / Delete

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_site_id

The id of the supplier site

X

null

Responses
Table 130. http response codes
Code Message Datatype

204

Supplier site 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.3. Get a supplier site by its ID

GET

/supplier-sites/{supplier_site_id}

Description

Get the supplier matching the specified ID.

DMF required:
  • DMF AA1106: Api Purchase / Supplier Sites / Info

  • DMF 030406: Third-parties / Supplier Sites / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_site_id

The id of the supplier site

X

null

Content Type
  • application/json

Responses
Table 131. http response codes
Code Message Datatype

200

Supplier site successfully loaded

SupplierSite

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.4. Get a supplier site by its ID and its supplier Id

GET

/suppliers/{supplier_id}/supplier-sites/{supplier_site_id}

Description

Get the supplier site matching specified IDs.

DMF required:
  • DMF AA1106: Api Purchase / Supplier Sites / Info

  • DMF 030406: Third-parties / Supplier Sites / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

supplier_site_id

The id of the supplier site

X

null

Content Type
  • application/json

Responses
Table 132. http response codes
Code Message Datatype

200

Supplier site successfully loaded

SupplierSite

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. Patch a supplier site

PATCH

/supplier-sites/{supplier_site_id}

Description

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

DMF required:
  • DMF AA0602: Api Purchase / Suppliers / Update

  • DMF 040102: Purchases / Suppliers / Modify

  • DMF 040113: Purchases / Suppliers / New Prospect

  • DMF 040118: Purchases / Suppliers / Modify Reconciliation Accounts

  • DMF 040128: Purchases / Suppliers / Modify Multiple Suppliers

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_site_id

The id of the supplier site

X

null

Body Parameter
Name Description Required Default Pattern

patch_elements

List of patches to apply PatchElement

-

Content Type
  • text/plain

Responses
Table 133. http response codes
Code Message Datatype

200

Supplier site 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.10.6. Search a supplier site with read options

POST

/supplier-sites/{supplier_site_id}/read

Description

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

DMF required:
  • DMF AA1106: Api Purchase / Supplier Sites / Info

  • DMF 030406: Third-parties / Supplier Sites / Show History

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_site_id

The id of the supplier site

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for the returned supplier sites SupplierSiteReadOption

-

Content Type
  • application/json

Responses
Table 134. http response codes
Code Message Datatype

200

Supplier site successfully loaded

SupplierSite

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" : [ "CONTACTS", "CONTACTS" ]
}

2.10.7. Search for supplier sites

POST

/supplier-sites/search

Description

Get the list of supplier sites matching the search criteria.

DMF required:
  • DMF AA0604: Api Purchase / Suppliers / Search

  • DMF 040104: Purchases / Suppliers / Search

  • DMF 1909__: Web Portal / Approvals

And
  • DMF AA1104: Api Purchase / Supplier Sites / Search

  • DMF 030404: Third-parties / Supplier Sites / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, read options) SupplierSiteCriteria

X

Content Type
  • application/json

Responses
Table 135. http response codes
Code Message Datatype

200

Supplier sites successfully loaded

List[SupplierSite]

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" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "date" : "2000-01-23T04:56:07.000+00:00"
  },
  "ibanAccountNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "CONTACTS", "CONTACTS" ]
  }
}

2.10.8. Search for supplier sites (with supplierId)

POST

/suppliers/{supplier_id}/supplier-sites/search

Description

Get the list of supplier sites matching the search criteria and the supplier ident.

DMF required:
  • DMF AA0604: Api Purchase / Suppliers / Search

  • DMF 040104: Purchases / Suppliers / Search

  • DMF 1909__: Web Portal / Approvals

And
  • DMF AA1104: Api Purchase / Supplier Sites / Search

  • DMF 030404: Third-parties / Supplier Sites / Search

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_id

The id of the supplier

X

null

Body Parameter
Name Description Required Default Pattern

criteria

Criteria that you choose (ID, read options) SupplierSiteCriteria

X

Content Type
  • application/json

Responses
Table 136. http response codes
Code Message Datatype

200

Supplier sites successfully loaded

List[SupplierSite]

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" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validity" : {
    "date" : "2000-01-23T04:56:07.000+00:00"
  },
  "ibanAccountNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "CONTACTS", "CONTACTS" ]
  }
}

2.10.9. Set a site as main site of a supplier.

POST

/supplier-sites/{supplier_site_id}/set-main

Description

Set the site given in parameters as the main site of the supplier.

DMF required:
  • DMF AA0602: Api Purchase / Suppliers / Update

  • DMF 040102: Purchases / Suppliers / Modify

  • DMF 040113: Purchases / Suppliers / New Prospect

  • DMF 040118: Purchases / Suppliers / Modify Reconciliation Accounts

  • DMF 040128: Purchases / Suppliers / Modify Multiple Suppliers

And
  • DMF AA1102: Api Purchase / Supplier Sites / Update

  • DMF 030402: Third-parties / Supplier Sites / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_site_id

The id of the supplier site

X

null

Responses
Table 137. http response codes
Code Message Datatype

204

Main supplier site successfully set

<<>>

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. Update a supplier site

POST

/supplier-sites/{supplier_site_id}

Description

Update the supplier site matching the specified ID and using the list of parameters below.

DMF required:
  • DMF AA1102: Api Purchase / Supplier Sites / Update

  • DMF 030402: Third-parties / Supplier Sites / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

supplier_site_id

The id of the supplier site

X

null

Body Parameter
Name Description Required Default Pattern

supplierSite

The supplier site to update SupplierSite

X

Content Type
  • text/plain

Responses
Table 138. http response codes
Code Message Datatype

200

Supplier site 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

{
  "phone" : "phone",
  "email" : "email",
  "iban" : {
    "country" : "FR (for 'FRANCE')",
    "key" : "69",
    "accountNumber" : "0000157841Z"
  },
  "bankDetails" : {
    "entity" : "30002",
    "counter" : "550",
    "accountNumber" : "0000157841Z",
    "key" : "25",
    "domiciliation" : "AURA"
  },
  "bic" : {
    "country" : "FR (for 'FRANCE')",
    "bank" : "DAAE",
    "location" : "PP",
    "branch" : "CCT"
  },
  "legalName1" : "My name one",
  "legalName2" : "My name two",
  "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" : "5010835",
  "validUntil" : "2023-01-23T04:56:07Z",
  "main" : true,
  "manager" : {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  },
  "managerId" : "5000123",
  "externalReference" : "Lorem Ipsum",
  "siret" : "55217863900132",
  "siteCode" : "SITE_1",
  "note" : "Lorem ipsum",
  "useForPaymentAddress" : true,
  "useForPaymentAddressDefault" : true,
  "useForReceptionAddress" : false,
  "useForReceptionAddressDefault" : false,
  "useForOrderAddress" : true,
  "useForOrderAddressDefault" : false,
  "contacts" : [ {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "maidenName" : "Doe",
    "title" : "Mr",
    "titleType" : "{}",
    "phone" : "101010101",
    "mobilePhone" : "606060606",
    "email" : "customer@akuiteo.fr",
    "emailAddressNotKnown" : false,
    "emailBlackListed" : false,
    "position" : "RESP GESTION",
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "functionTitle" : "Resp gestion",
    "pictureId" : "5000123",
    "service" : "Sales",
    "keywords" : "KEY",
    "entryDate" : "2020-01-31T23:59:59Z",
    "disappearedOn" : "2020-01-31T23:59:59Z",
    "disappeared" : false,
    "lastTracking" : "2020-01-31T23:59:59Z",
    "supplierRelatedInformation" : [ {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    }, {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    } ],
    "sitesRelatedInformation" : [ null, null ],
    "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"
    },
    "recipientOfQuote" : true,
    "recipientOfSalesOrder" : true,
    "recipientOfDeliveryNote" : true,
    "recipientOfSalesInvoice" : false,
    "recipientOfReceipt" : false,
    "recipientOfQuotation" : true,
    "recipientOfPurchaseOrder" : true,
    "recipientOfTerms" : false,
    "recipientOfDunning" : false
  }, {
    "id" : "5000123",
    "code" : "CT2024",
    "name" : "Jean",
    "firstName" : "Phillipe",
    "maidenName" : "Doe",
    "title" : "Mr",
    "titleType" : "{}",
    "phone" : "101010101",
    "mobilePhone" : "606060606",
    "email" : "customer@akuiteo.fr",
    "emailAddressNotKnown" : false,
    "emailBlackListed" : false,
    "position" : "RESP GESTION",
    "employee" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "employeeId" : "5000123",
    "functionTitle" : "Resp gestion",
    "pictureId" : "5000123",
    "service" : "Sales",
    "keywords" : "KEY",
    "entryDate" : "2020-01-31T23:59:59Z",
    "disappearedOn" : "2020-01-31T23:59:59Z",
    "disappeared" : false,
    "lastTracking" : "2020-01-31T23:59:59Z",
    "supplierRelatedInformation" : [ {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    }, {
      "id" : "5000123",
      "supplierId" : "5000123",
      "contactId" : "5000123",
      "showAllRequests" : false,
      "noLongerWorkForThisCompany" : 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"
      },
      "companyId" : "5000123"
    } ],
    "sitesRelatedInformation" : [ null, null ],
    "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"
    },
    "recipientOfQuote" : true,
    "recipientOfSalesOrder" : true,
    "recipientOfDeliveryNote" : true,
    "recipientOfSalesInvoice" : false,
    "recipientOfReceipt" : false,
    "recipientOfQuotation" : true,
    "recipientOfPurchaseOrder" : true,
    "recipientOfTerms" : false,
    "recipientOfDunning" : false
  } ],
  "bankingInformationStatus" : "{}",
  "taxInformation" : {
    "vatArea" : {
      "id" : "5000123",
      "code" : "AREA",
      "name" : "Area"
    },
    "vatAreaId" : "500123",
    "VATAreaId" : "500123",
    "vatNumber" : "1",
    "VATNumber" : "1",
    "exempt" : true,
    "euExempt" : true
  },
  "id" : "5000123",
  "name" : "name",
  "supplierId" : "supplierId"
}

2.11. Temporary Purchase Invoices

2.11.1. Counts the number of the billing tables lines to mark as billed linked to the temporary invoice matching the specified ID.

POST

/temporary-invoices/{temporary_purchase_invoice_id}/billing-tables-lines-to-mark-as-billed/count

Description

Counts the number of the billing tables lines to mark as billed linked to the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • text/plain

Responses
Table 139. http response codes
Code Message Datatype

200

The number of the billing tables lines to mark as billed for a temporary invoice

[Integer]

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. Counts the number of order lines to receive linked to the temporary invoice matching the specified ID.

POST

/temporary-invoices/{temporary_purchase_invoice_id}/lines-to-receive/count

Description

Counts the number of order lines to receive linked to the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • text/plain

Responses
Table 140. http response codes
Code Message Datatype

200

The number of the lines to receive for a temporary invoice

[Integer]

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.3. Counts the number of the receptions to mark as billed linked to the temporary invoice matching the specified ID.

POST

/temporary-invoices/{temporary_purchase_invoice_id}/receptions-to-mark-as-billed/count

Description

Counts the number of the receptions to mark as billed linked to the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • text/plain

Responses
Table 141. http response codes
Code Message Datatype

200

The number of the receptions to mark as billed for a temporary invoice

[Integer]

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.4. Create the final invoice from a temporary invoice

POST

/temporary-invoices/{temporary_purchase_invoice_id}/create-final-invoice

Description

Create an invoice from a temporary invoice

DMF required:
  • DMF AA0911: Api Purchase / Temporary Invoices / Create Invoice

  • DMF 040906: Purchases / Temporary Invoices / View

  • DMF 040908: Purchases / Temporary Invoices / Create Final Invoice

  • DMF 040912: Purchases / Temporary Invoices / Bill Orders

  • DMF 040913: Purchases / Temporary Invoices / Bill Receptions

  • DMF 040914: Purchases / Temporary Invoices / Bill Billing Tables

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • text/plain

Responses
Table 142. http response codes
Code Message Datatype

201

Final invoice 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

2.11.5. Create final invoices from temporary invoices

POST

/temporary-invoices/create-final-invoices

Description

Create final invoices from temporary invoices

DMF required:
  • DMF AA0911: Api Purchase / Temporary Invoices / Create Invoice

  • DMF 040906: Purchases / Temporary Invoices / View

  • DMF 040908: Purchases / Temporary Invoices / Create Final Invoice

  • DMF 040912: Purchases / Temporary Invoices / Bill Orders

  • DMF 040913: Purchases / Temporary Invoices / Bill Receptions

  • DMF 040914: Purchases / Temporary Invoices / Bill Billing Tables

Parameters
Body Parameter
Name Description Required Default Pattern

temporary_invoice_ids

The ids of the temporary invoices [string]

X

Content Type
  • application/json

Responses
Table 143. http response codes
Code Message Datatype

200

Invoice processing executed successfully

InvoiceBatchResult

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


2.11.6. Create a temporary invoice notification setting

PUT

/settings/temporary-invoice-notifications

Description

Create a temporary invoice notification setting

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Body Parameter
Name Description Required Default Pattern

temporaryInvoiceNotificationSetting

Add a temporary invoice's notification setting TemporaryPurchaseInvoiceNotificationSetting

X

Content Type
  • text/plain

Responses
Table 144. http response codes
Code Message Datatype

201

The temporary invoice notification setting has been successfully created. Returns the id of the created notification setting.

[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",
  "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" : "5000666",
  "startDate" : "2000-06-21",
  "endDate" : "2000-06-21",
  "minAmount" : 635,
  "maxAmount" : 635,
  "purchasedItems" : [ {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    },
    "action" : "{}"
  }, {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    },
    "action" : "{}"
  } ],
  "purchasedItemCategories" : [ {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 4,
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 4,
    "action" : "{}"
  } ],
  "purchasedItemSubCategories" : [ {
    "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" : 7,
    "subCategoryType" : "{}",
    "account" : "account",
    "taxCode" : "taxCode",
    "subCategoryClassification" : "{}",
    "applicableShippingCosts" : true,
    "action" : "{}"
  }, {
    "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" : 7,
    "subCategoryType" : "{}",
    "account" : "account",
    "taxCode" : "taxCode",
    "subCategoryClassification" : "{}",
    "applicableShippingCosts" : true,
    "action" : "{}"
  } ],
  "suppliers" : [ {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "action" : "{}"
  } ],
  "employees" : [ {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  } ],
  "userProfiles" : [ {
    "id" : "5000123",
    "code" : "PROFIL_TECH",
    "name" : "Profil tech",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "PROFIL_TECH",
    "name" : "Profil tech",
    "action" : "{}"
  } ],
  "notificationRecipients" : [ {
    "id" : "5000123",
    "name" : "Sales manager of the project",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "name" : "Sales manager of the project",
    "action" : "{}"
  } ]
}

2.11.7. Delete the billing tables lines to mark as billed for this temporary invoice

DELETE

/temporary-invoices/{temporary_purchase_invoice_id}/billing-tables-lines-to-mark-as-billed

Description

Delete the billing tables lines to mark as billed for this temporary invoice.

DMF required:
  • DMF AA0916: Api Purchase / Temporary Invoices / Billing Table Line To Mark As Billed

  • DMF 040914: Purchases / Temporary Invoices / Bill Billing Tables

  • DMF 040918: Purchases / Temporary Invoices / Overwrite With Billing Schedule Lines

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Responses
Table 145. http response codes
Code Message Datatype

204

Billing tables lines to mark as billed successfully deleted for this temporary invoice

<<>>

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. Delete all the temporary invoice's notification settings of the company matching the specified ID

DELETE

/settings/temporary-invoice-notifications/companies/{company_id}

Description

Delete all the temporary invoice’s notification settings of the company matching the specified ID

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Path Parameters
Name Description Required Default Pattern

company_id

The id of a company

X

null

Responses
Table 146. http response codes
Code Message Datatype

204

All the specified company temporary invoice's notification settings have been 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.9. Delete the lines to receive for this temporary invoice

DELETE

/temporary-invoices/{temporary_purchase_invoice_id}/lines-to-receive

Description

Delete the lines to receive for this temporary invoice.

DMF required:
  • DMF AA0913: Api Purchase / Temporary Invoices / Order Lines To Receive

  • DMF 040906: Purchases / Temporary Invoices / View

  • DMF 040912: Purchases / Temporary Invoices / Bill Orders

  • DMF 040917: Purchases / Temporary Invoices / Overwrite With Order Lines

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Responses
Table 147. http response codes
Code Message Datatype

204

Lines to receive successfully deleted for this temporary invoice

<<>>

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. Delete the receptions to mark as billed for this temporary invoice

DELETE

/temporary-invoices/{temporary_purchase_invoice_id}/receptions-to-mark-as-billed

Description

Delete the receptions to mark as billed for this temporary invoice.

DMF required:
  • DMF AA0915: Api Purchase / Temporary Invoices / Receptions To Mark As Billed

  • DMF 040906: Purchases / Temporary Invoices / View

  • DMF 040913: Purchases / Temporary Invoices / Bill Receptions

  • DMF 040919: Purchases / Temporary Invoices / Overwrite With Reception Lines

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Responses
Table 148. http response codes
Code Message Datatype

204

Receptions to mark as billed successfully deleted for this temporary invoice

<<>>

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.11. Delete temporary invoice notification setting

DELETE

/settings/temporary-invoice-notifications/{notification_setting_id}

Description

Delete temporary invoice notification setting

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Path Parameters
Name Description Required Default Pattern

notification_setting_id

The id of the notification setting

X

null

Responses
Table 149. http response codes
Code Message Datatype

204

The temporary invoice's notification setting has been 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.12. Get all the billing tables lines to mark as billed for the temporary invoice matching the specified ID.

GET

/temporary-invoices/{temporary_purchase_invoice_id}/billing-tables-lines-to-mark-as-billed

Description

Get all the billing tables lines to mark as billed for the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • application/json

Responses
Table 150. http response codes
Code Message Datatype

200

All billing tables lines to mark as billed for a temporary invoice

List[TemporaryPurchaseBillingTableLineToMarkAsBilled]

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.13. Get all the order lines to receive for the temporary invoice matching the specified ID.

GET

/temporary-invoices/{temporary_purchase_invoice_id}/lines-to-receive

Description

Get all the order lines to receive for the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • application/json

Responses
Table 151. http response codes
Code Message Datatype

200

All lines to receive for a temporary invoice

List[TemporaryPurchaseLineToReceive]

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.14. Get all the receptions to mark as billed for the temporary invoice matching the specified ID.

GET

/temporary-invoices/{temporary_purchase_invoice_id}/receptions-to-mark-as-billed

Description

Get all the receptions to mark as billed for the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • application/json

Responses
Table 152. http response codes
Code Message Datatype

200

All receptions to mark as billed for a temporary invoice

List[TemporaryPurchaseReceptionToMarkAsBilled]

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.15. Get a temporary invoice notification setting by its ID

GET

/settings/temporary-invoice-notifications/{notification_setting_id}

Description

Get the temporary invoice notification setting matching the specified ID.

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Path Parameters
Name Description Required Default Pattern

notification_setting_id

The id of the notification setting

X

null

Content Type
  • application/json

Responses
Table 153. http response codes
Code Message Datatype

200

Notification setting successfully loaded

TemporaryPurchaseInvoiceNotificationSetting

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.16. Get a temporary invoice by its ID

GET

/temporary-invoices/{temporary_purchase_invoice_id}

Description

Get the temporary invoice matching the specified ID.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Content Type
  • application/json

Responses
Table 154. http response codes
Code Message Datatype

200

Temporary invoice successfully loaded

TemporaryPurchaseInvoice

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.17. Create a temporary purchase invoice from an invoice file

POST

/temporary-invoices/import

Description

Create a temporary purchase invoice from an invoice file

DMF required:
  • DMF AA0910: Api Purchase / Temporary Invoices / Import

  • DMF 040907: Purchases / Temporary Invoices / Import

Parameters
Body Parameter
Name Description Required Default Pattern

temporary_invoice_import

The temporary purchase invoice imported TemporaryPurchaseInvoiceImport

X

Content Type
  • text/plain

Responses
Table 155. http response codes
Code Message Datatype

201

Invoice successfully imported

[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

{
  "companyIds" : [ "companyIds", "companyIds" ],
  "documentToken" : "documentToken"
}

2.11.18. Mark a temporary invoice as not-validated

POST

/temporary-invoices/{temporary_purchase_invoice_id}/mark-not-validated

Description

Marks a temporary invoice as not validated.
The status of the temporary invoice will automatically change to TO_BE_PROCESSED, and the validation date will be cleared.
The link with a purchase invoice will also be removed.
Only a temporary invoice with the status MARKED_AS_VALIDATED can be marked as not validated.
A temporary invoice marked as 'not-validated' can be modified.

DMF required:
  • DMF AA0917: Api Purchase / Temporary Invoices / Mark Invoices As Validated

  • DMF 040916: Purchases / Temporary Invoices / Mark Invoices As Validated

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The ID of the temporary invoice

X

null

Responses
Table 156. http response codes
Code Message Datatype

204

Temporary invoice successfully marked as not-validated.

<<>>

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.19. Mark a temporary invoice as validated

POST

/temporary-invoices/{temporary_purchase_invoice_id}/mark-validated

Description

Mark a temporary invoice as validated. Only a temporary invoice with the status TO_BE_PROCESSED can be marked as validated.
The status of the temporary invoice will automatically change to MARKED_AS_VALIDATED.
The validation date will be automatically set to the current date.
Once validated, a temporary invoice cannot be modified.
No definitive invoice will be generated.
The temporary invoice must be linked to an existing purchase invoice, which must be BOOKED, have the same supplier as the temporary invoice, and not be linked to another temporary invoice.

DMF required:
  • DMF AA0917: Api Purchase / Temporary Invoices / Mark Invoices As Validated

  • DMF 040916: Purchases / Temporary Invoices / Mark Invoices As Validated

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The ID of the temporary invoice

X

null

Body Parameter
Name Description Required Default Pattern

invoice_number

The purchase invoice number to link. StringParamHolder

X

Responses
Table 157. http response codes
Code Message Datatype

204

Temporary invoice successfully marked as validated.

<<>>

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

{
  "value" : "true"
}

2.11.20. Get a temporary invoice notification setting with read options

POST

/settings/temporary-invoice-notifications/{notification_setting_id}/read

Description

Get a temporary invoice notification setting, 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 AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Path Parameters
Name Description Required Default Pattern

notification_setting_id

The id of the notification setting

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for the temporary purchase invoice notification setting TemporaryPurchaseInvoiceNotificationSettingReadOption

-

Content Type
  • application/json

Responses
Table 158. http response codes
Code Message Datatype

200

Temporary invoice's notification setting successfully loaded

TemporaryPurchaseInvoiceNotificationSetting

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" : [ "COMPANY", "COMPANY" ]
}

2.11.21. Get a temporary invoice with read options

POST

/temporary-invoices/{temporary_purchase_invoice_id}/read

Description

Get a temporary invoice, 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.
For temporary invoices dated prior to the implementation of dematerialisation status management, the read option E_INVOICING_INFO may return null.

DMF required:
  • DMF AA0906: Api Purchase / Temporary Invoices / Info

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Body Parameter
Name Description Required Default Pattern

read_option

The read options for returned temporary purchase invoice TemporaryPurchaseInvoiceReadOption

-

Content Type
  • application/json

Responses
Table 159. http response codes
Code Message Datatype

200

Invoice successfully loaded

TemporaryPurchaseInvoice

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" : [ "ACCOUNTING_JOURNAL", "ACCOUNTING_JOURNAL" ]
}

2.11.22. Reject the temporary invoice

POST

/temporary-invoices/{temporary_purchase_invoice_id}/reject

Description

Reject the temporary invoice

DMF required:
  • DMF AA0912: Api Purchase / Temporary Invoices / Reject Temporary Invoice

  • DMF 040909: Purchases / Temporary Invoices / Reject Temporary Invoice

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Responses
Table 160. http response codes
Code Message Datatype

204

Temporary invoice successfully rejected

<<>>

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.23. Reject temporary invoices

POST

/temporary-invoices/reject

Description

Reject temporary invoices

DMF required:
  • DMF AA0912: Api Purchase / Temporary Invoices / Reject Temporary Invoice

  • DMF 040909: Purchases / Temporary Invoices / Reject Temporary Invoice

Parameters
Body Parameter
Name Description Required Default Pattern

temporary_invoice_ids

The ids of the temporary invoices [string]

X

Content Type
  • application/json

Responses
Table 161. http response codes
Code Message Datatype

200

Temporary invoices processed successfully

InvoiceBatchResult

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


2.11.24. Save the billing table lines to mark as billed for this temporary invoice

POST

/temporary-invoices/{temporary_purchase_invoice_id}/billing-tables-lines-to-mark-as-billed/save

Description

Saves billing table lines to be marked as billed for this temporary invoice.
Optionally, setting the query parameter “overwriteLines” to 'true' allows saving and overwriting existing temporary invoice lines.
Warning:
- All the temporary invoice lines that are not coming from a reconciliation process (coming from the import or saved manually/by api) will be entirely deleted and overwritten.
- If a billing table line with the same ID has already been converted to an invoice line, the line will be updated and overwritten.
- If a billing table line with the same ID has already been converted to an invoice line and updated by any way, the line will be overwritten if sent again through this API.
If the query parameter is not provided or is set to ‘false’, billing table lines to be marked as billed are saved, and existing temporary invoice lines remain unchanged.

DMF required:
  • DMF AA0916: Api Purchase / Temporary Invoices / Billing Table Line To Mark As Billed

  • DMF 040914: Purchases / Temporary Invoices / Bill Billing Tables

  • DMF 040918: Purchases / Temporary Invoices / Overwrite With Billing Schedule Lines

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Body Parameter
Name Description Required Default Pattern

billingTableLinesToMarkAsBilled

Properties of the billing table lines to mark as billed for the temporary invoice TemporaryPurchaseBillingTableLineToMarkAsBilled

X

Query Parameters
Name Description Required Default Pattern

overwrite_lines

Set as ‘true’ to overwrite temporary invoice lines with the billing table lines and save the billing table lines to be marked as billed.

-

null

Responses
Table 162. http response codes
Code Message Datatype

204

Billing table lines to mark as billed successfully saved.

<<>>

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

{
  "temporaryInvoiceId" : "5000123",
  "id" : "5000123",
  "billingTableLineId" : "5000123"
}

2.11.25. Save the order lines to receive for this temporary invoice

POST

/temporary-invoices/{temporary_purchase_invoice_id}/lines-to-receive/save

Description

Save the order lines to receive for this temporary invoice.
Optionally, setting the query parameter “overwriteLines” to 'true' allows saving and overwriting existing temporary invoice lines.
Warning:
- All the temporary invoice lines that are not coming from a reconciliation process (coming from the import or saved manually/by api) will be entirely deleted and overwritten.
- If an order line with the same ID has already been converted to an invoice line, the line will be updated and overwritten.
- If an order line with the same ID has already been converted to an invoice line and updated by any way, the line will be overwritten if sent again through this API.
If the query parameter is not provided or is set to ‘false’, order lines to receive are saved, and existing temporary invoice lines remain unchanged.

DMF required:
  • DMF AA0913: Api Purchase / Temporary Invoices / Order Lines To Receive

  • DMF 040906: Purchases / Temporary Invoices / View

  • DMF 040912: Purchases / Temporary Invoices / Bill Orders

  • DMF 040917: Purchases / Temporary Invoices / Overwrite With Order Lines

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Body Parameter
Name Description Required Default Pattern

orderLinesToReceive

Properties of lines of purchase order to receive for the temporary invoice TemporaryPurchaseLineToReceive

X

Query Parameters
Name Description Required Default Pattern

overwrite_lines

Set as ‘true’ to overwrite temporary invoice lines with the order lines and save the order lines to receive.

-

null

Responses
Table 163. http response codes
Code Message Datatype

204

Order lines to be received successfully saved

<<>>

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

{
  "amount" : 635,
  "quantity" : 5,
  "temporaryInvoiceId" : "5000123",
  "id" : "5000123",
  "orderLineId" : "5000123"
}

2.11.26. Save the receptions to mark as billed for this temporary invoice

POST

/temporary-invoices/{temporary_purchase_invoice_id}/receptions-to-mark-as-billed/save

Description

Save the receptions to mark as billed for this temporary invoice.
Optionally, setting the boolean “overwriteLines” to 'true' allows saving and overwriting existing temporary invoice lines.
Warning:
- All the temporary invoice lines that are not coming from a reconciliation process (coming from the import or saved manually/by api) will be entirely deleted and overwritten.
- If a reception with the same ID has already been converted to invoice lines, the lines will be updated and overwritten.
- If a reception with the same ID has already been converted to invoice lines and updated by any way, the lines will be overwritten if sent again through this API.
If the query parameter is not provided or is set to ‘false’, receptions to mark as billed are saved, and existing temporary invoice lines remain unchanged.

DMF required:
  • DMF AA0915: Api Purchase / Temporary Invoices / Receptions To Mark As Billed

  • DMF 040906: Purchases / Temporary Invoices / View

  • DMF 040913: Purchases / Temporary Invoices / Bill Receptions

  • DMF 040919: Purchases / Temporary Invoices / Overwrite With Reception Lines

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Body Parameter
Name Description Required Default Pattern

receptionsToMarkAsBilled

Properties of the reception to mark as billed for the temporary invoice TemporaryPurchaseReceptionToMarkAsBilled

X

Query Parameters
Name Description Required Default Pattern

overwrite_lines

Set as ‘true’ to overwrite temporary invoice lines with the receptions and save the receptions to be marked as billed.

-

null

Responses
Table 164. http response codes
Code Message Datatype

204

Receptions to mark as billed successfully saved

<<>>

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

{
  "temporaryInvoiceId" : "5000123",
  "id" : "5000123",
  "receptionId" : "5000123"
}

2.11.27. Search recipients' positions of temporary invoices' notifications

POST

/settings/temporary-invoice-notifications/recipients-positions/search

Description

Search the manager types settings that can be set as temporary invoices' notifications' recipients

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria NotificationRecipientCriteria

-

Content Type
  • application/json

Responses
Table 165. http response codes
Code Message Datatype

200

Recipients' positions of temporary invoices' notifications successfully loaded

List[NotificationRecipient]

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

{
  "name" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.11.28. Search temporary invoice notification settings

POST

/settings/temporary-invoice-notifications/search

Description

Search temporary invoice notification settings

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria TemporaryPurchaseInvoiceNotificationSettingCriteria

-

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 166. http response codes
Code Message Datatype

200

Temporary invoice's notification settings successfully loaded

List[TemporaryPurchaseInvoiceNotificationSetting]

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

{
  "minAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "endDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "employeeId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "managerId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "purchasedItemCategoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "COMPANY", "COMPANY" ]
  },
  "purchasedItemSubCategoryId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "companyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "purchasedItemId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "userProfileId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "maxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "startDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  }
}

2.11.29. Search temporary purchase invoices

POST

/temporary-invoices/search

Description

Search temporary purchase invoices

DMF required:
  • DMF AA0904: Api Purchase / Temporary Invoices / Search

  • DMF 040904: Purchases / Temporary Invoices / Search

Parameters
Body Parameter
Name Description Required Default Pattern

criteria

Search criteria TemporaryPurchaseInvoiceCriteria

-

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 167. http response codes
Code Message Datatype

200

Successful temporary purchase invoices search

List[TemporaryPurchaseInvoice]

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

{
  "buyerSiren" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "supplierId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "receptionDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "supplierDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "bookedInvoiceReference" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "buyerSiret" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "validationDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "invoiceDate" : {
    "operator" : "IS",
    "value" : "2000-06-21T04:56:07.000+00:00",
    "includeNullResults" : false,
    "withTime" : false
  },
  "eInvoicingInfoCriteria" : {
    "numberOfRetryAttempted" : {
      "operator" : "IS",
      "value" : 12.6,
      "includeNullResults" : false
    },
    "lastStatusUpdateDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "lastTechnicalUpdateDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "technicalStatus" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "status" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    }
  },
  "accountingJournalId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "readOption" : {
    "options" : [ "ACCOUNTING_JOURNAL", "ACCOUNTING_JOURNAL" ]
  },
  "companyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "lineCriteria" : {
    "id" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "projectId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "phaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "subPhaseId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "resourceId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "generalAccountNumber" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "grouping" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "reference" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "additionalFreeFieldCriteria" : {
      "additionalFreeField1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField3" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField4" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "additionalFreeField5" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "startDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "endDate" : {
      "operator" : "IS",
      "value" : "2000-06-21T04:56:07.000+00:00",
      "includeNullResults" : false,
      "withTime" : false
    },
    "dutiableCriteria" : {
      "forcedVat" : {
        "operator" : "IS",
        "value" : false,
        "includeNullResults" : false
      },
      "vat1" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "vat2" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "projectCriteria" : {
      "id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "name" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "tag" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "customerProjectId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "referentialDate" : "2000-06-21T04:56:07.000+00:00",
      "projectGroupCode" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "entityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "divisionGroupingId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "categoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "subCategoryLevel2Id" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "activityId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "managerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "salesManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "financialManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "productionManagerId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "projectState" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "departmentId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "yearId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      },
      "companyId" : {
        "operator" : "IS",
        "value" : "Abcd",
        "includeNullResults" : false,
        "wildcards" : "*"
      }
    },
    "purchasedItemId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "receptionId" : {
      "operator" : "IS",
      "value" : "Abcd",
      "includeNullResults" : false,
      "wildcards" : "*"
    },
    "rebillable" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    },
    "isFixedAsset" : {
      "operator" : "IS",
      "value" : false,
      "includeNullResults" : false
    }
  },
  "invoiceNumber" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "afterTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "id" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "preTaxAmount" : {
    "operator" : "IS",
    "value" : 12.6,
    "includeNullResults" : false
  },
  "currencyId" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  },
  "status" : {
    "operator" : "IS",
    "value" : "Abcd",
    "includeNullResults" : false,
    "wildcards" : "*"
  }
}

2.11.30. Update a temporary invoice

POST

/temporary-invoices/{temporary_purchase_invoice_id}

Description

Update a temporary invoice

DMF required:
  • DMF AA0902: Api Purchase / Temporary Invoices / Update

  • DMF 040902: Purchases / Temporary Invoices / Modify

Parameters
Path Parameters
Name Description Required Default Pattern

temporary_purchase_invoice_id

The id of the temporary invoice

X

null

Body Parameter
Name Description Required Default Pattern

temporary_invoice

A temporary invoice to be updated TemporaryPurchaseInvoice

X

Content Type
  • text/plain

Responses
Table 168. http response codes
Code Message Datatype

200

Temporary invoice successfully updated

[String]

404

There is no temporary invoice matching to this id

<<>>

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",
  "supplier" : {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo"
  },
  "supplierId" : "5000123",
  "status" : "{}",
  "eInvoicingInfo" : {
    "status" : "{}",
    "lastStatusUpdateDate" : "2025-01-23T04:56:07Z",
    "technicalStatus" : "{}",
    "lastTechnicalUpdateDate" : "2025-01-23T04:56:07Z",
    "numberOfRetryAttempted" : 2
  },
  "invoiceType" : "{}",
  "lines" : [ {
    "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",
    "managementObjectId" : "5000123",
    "name" : "Helpdesk",
    "quantity" : 3,
    "unitPriceCurrency" : 36.32,
    "unitPrice" : 40,
    "amountTotalCurrency" : 1200,
    "amountTotal" : 1200,
    "rankNumber" : 2,
    "action" : "{}",
    "complementName" : "Lorem ipsum",
    "afterTaxAmountTotalCurrency" : 1500,
    "afterTaxAmountTotal" : 1500,
    "generalAccount" : "411000",
    "totalPriceCurrency" : 1200,
    "totalPrice" : 1200,
    "additionalFreeFields" : {
      "field1" : "Free field",
      "field2" : "Free field",
      "field3" : "Free field",
      "field4" : "Free field",
      "field5" : "Free field"
    },
    "resource" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resourceId" : "resourceId",
    "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
    },
    "forcedVat" : true,
    "vat1" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vat2" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vatAmount1" : 120,
    "vatAmount2" : 110,
    "vatAmount1Currency" : 126.57,
    "vatAmount2Currency" : 113.26,
    "discount" : {
      "type" : "{}",
      "percentage" : 20,
      "amountCurrency" : 150.75,
      "amount" : 150.75
    },
    "item" : {
      "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"
      }
    },
    "itemId" : "10727",
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "dummy" : "dummy",
    "reconciliationAccount" : "5000123",
    "rebillable" : "{}",
    "isFixedAsset" : true,
    "groupInFixedAssetRecordSheet" : true,
    "fixedAsset" : {
      "id" : "5000123",
      "name" : "IMMO0409",
      "number" : "IMMO0409"
    },
    "fixedAssetId" : "5000123",
    "orderLineId" : "5000123",
    "billingTableLineId" : "5000123",
    "receptionLineId" : "5000123"
  }, {
    "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",
    "managementObjectId" : "5000123",
    "name" : "Helpdesk",
    "quantity" : 3,
    "unitPriceCurrency" : 36.32,
    "unitPrice" : 40,
    "amountTotalCurrency" : 1200,
    "amountTotal" : 1200,
    "rankNumber" : 2,
    "action" : "{}",
    "complementName" : "Lorem ipsum",
    "afterTaxAmountTotalCurrency" : 1500,
    "afterTaxAmountTotal" : 1500,
    "generalAccount" : "411000",
    "totalPriceCurrency" : 1200,
    "totalPrice" : 1200,
    "additionalFreeFields" : {
      "field1" : "Free field",
      "field2" : "Free field",
      "field3" : "Free field",
      "field4" : "Free field",
      "field5" : "Free field"
    },
    "resource" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "resourceId" : "resourceId",
    "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
    },
    "forcedVat" : true,
    "vat1" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vat2" : {
      "id" : "5000123",
      "code" : "7",
      "rate" : 1.4658129805029452
    },
    "vatAmount1" : 120,
    "vatAmount2" : 110,
    "vatAmount1Currency" : 126.57,
    "vatAmount2Currency" : 113.26,
    "discount" : {
      "type" : "{}",
      "percentage" : 20,
      "amountCurrency" : 150.75,
      "amount" : 150.75
    },
    "item" : {
      "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"
      }
    },
    "itemId" : "10727",
    "startDate" : "2000-06-21T04:56:07.000+00:00",
    "endDate" : "2000-06-21T04:56:07.000+00:00",
    "dummy" : "dummy",
    "reconciliationAccount" : "5000123",
    "rebillable" : "{}",
    "isFixedAsset" : true,
    "groupInFixedAssetRecordSheet" : true,
    "fixedAsset" : {
      "id" : "5000123",
      "name" : "IMMO0409",
      "number" : "IMMO0409"
    },
    "fixedAssetId" : "5000123",
    "orderLineId" : "5000123",
    "billingTableLineId" : "5000123",
    "receptionLineId" : "5000123"
  } ],
  "accountingJournal" : {
    "id" : "5000123",
    "code" : "code",
    "name" : "name",
    "startDate" : "2000-06-21",
    "endDate" : "2000-06-21",
    "miscellaneousTransactionsProhibited" : true,
    "excludedByDefault" : true
  },
  "accountingJournalId" : "1203",
  "buyerSiret" : "12035",
  "buyerSiren" : "12035",
  "invoiceNumber" : "F225544",
  "invoiceDate" : "2020-01-31T23:59:59Z",
  "receptionDate" : "2020-01-31T23:59:59Z",
  "preTaxAmountCurrency" : 100.14,
  "afterTaxAmountCurrency" : 120.37,
  "taxAmountCurrency" : 20.21,
  "preTaxAmount" : 100.14,
  "afterTaxAmount" : 120.37,
  "taxAmount" : 20.21,
  "paymentAccumulation" : 20.21,
  "balance" : 20.21,
  "importedCurrencyCode" : "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"
  },
  "currencyId" : "5000123",
  "description" : "Ajout de 4 prises dans le bureau (initialement local Technique) et ajout de 2 prises sur poteau Accueil.",
  "supplierDate" : "2000-06-21",
  "validationDate" : "2020-01-31T23:59:59Z",
  "noticeOfReceipt" : "test",
  "shippingAdvice" : "test",
  "tender" : "test",
  "buyerReference" : "test",
  "previousInvoiceReference" : "F4455",
  "supplierName" : "toto",
  "supplierTradeName" : "toto",
  "supplierSiren" : "56874",
  "vatNumber" : "203",
  "routing" : "test",
  "projectName" : "Akuiteo",
  "contract" : "Maintenance",
  "accountantReference" : "toto",
  "additionalReferencedDocument" : "FF558",
  "salesOrder" : "DDX55",
  "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" : "5000666",
  "orderNumber" : "203",
  "approver" : {
    "id" : "5000123",
    "code" : "TRI",
    "name" : "Doe",
    "firstName" : "John"
  },
  "approverId" : "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"
  },
  "documents" : [ {
    "id" : "5000123",
    "title" : "Title",
    "versionId" : "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"
    },
    "publishedBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "publishedById" : "5001206",
    "classification" : "STD",
    "subClassification" : "EDITIONS",
    "category1" : "CAT1",
    "category2" : "CAT2",
    "category3" : "CAT3",
    "companyId" : "5000123",
    "publicationDate" : "2000-06-21T04:56:07.000+00:00",
    "version" : 1,
    "documentType" : "File",
    "fileUrl" : "myFiles/thisFile.pdf",
    "fileName" : "thisFile.pdf",
    "lienUrl" : "myStorage.com/myFiles/thisFile.pdf",
    "url" : "myFiles/thisFile.pdf",
    "original" : false,
    "preview" : "data:image",
    "tokenPreview" : "8946A85V85D851DF",
    "externalDMSUuid" : "OD1245126",
    "links" : [ {
      "id" : "5000123",
      "original" : true,
      "documentId" : "5000123",
      "objectId" : "5000123",
      "objectType" : "{}"
    }, {
      "id" : "5000123",
      "original" : true,
      "documentId" : "5000123",
      "objectId" : "5000123",
      "objectType" : "{}"
    } ],
    "archived" : false,
    "action" : "{}",
    "owner" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "ownerId" : "5001206",
    "description" : "Text",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "100024",
    "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" : "11037",
    "locked" : false
  }, {
    "id" : "5000123",
    "title" : "Title",
    "versionId" : "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"
    },
    "publishedBy" : {
      "id" : "5000123",
      "code" : "TRI",
      "name" : "Doe",
      "firstName" : "John"
    },
    "publishedById" : "5001206",
    "classification" : "STD",
    "subClassification" : "EDITIONS",
    "category1" : "CAT1",
    "category2" : "CAT2",
    "category3" : "CAT3",
    "companyId" : "5000123",
    "publicationDate" : "2000-06-21T04:56:07.000+00:00",
    "version" : 1,
    "documentType" : "File",
    "fileUrl" : "myFiles/thisFile.pdf",
    "fileName" : "thisFile.pdf",
    "lienUrl" : "myStorage.com/myFiles/thisFile.pdf",
    "url" : "myFiles/thisFile.pdf",
    "original" : false,
    "preview" : "data:image",
    "tokenPreview" : "8946A85V85D851DF",
    "externalDMSUuid" : "OD1245126",
    "links" : [ {
      "id" : "5000123",
      "original" : true,
      "documentId" : "5000123",
      "objectId" : "5000123",
      "objectType" : "{}"
    }, {
      "id" : "5000123",
      "original" : true,
      "documentId" : "5000123",
      "objectId" : "5000123",
      "objectType" : "{}"
    } ],
    "archived" : false,
    "action" : "{}",
    "owner" : {
      "id" : "5000123",
      "code" : "CASH",
      "name" : "DUPONT",
      "firstName" : "Jean",
      "action" : "{}"
    },
    "ownerId" : "5001206",
    "description" : "Text",
    "category" : {
      "id" : "5000123",
      "code" : "LANG",
      "name" : "Language",
      "endDate" : "2000-06-21",
      "companyCode" : "AKSAS",
      "type" : "{}",
      "grouping" : "grouping",
      "ranking" : 5
    },
    "categoryId" : "100024",
    "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" : "11037",
    "locked" : false
  } ],
  "buyerPrivateId" : "5000123",
  "exchangeRate" : 10,
  "entity" : {
    "id" : "5000123",
    "code" : "01-BRDX",
    "name" : "Bordeaux"
  },
  "entityId" : "5000123",
  "dueDate" : "2000-06-21",
  "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
  },
  "bookedInvoiceReference" : "FF225544"
}

2.11.31. Update a temporary invoice notification setting

POST

/settings/temporary-invoice-notifications/{notification_setting_id}

Description

Update a temporary invoice notification setting

DMF required:
  • DMF AA0914: Api Purchase / Temporary Invoices / Notifications

  • DMF 090183: Administrator / Setup / Tempory Invoices Notifications

Parameters
Path Parameters
Name Description Required Default Pattern

notification_setting_id

The id of the notification setting

X

null

Body Parameter
Name Description Required Default Pattern

notification_setting

A temporary invoice notification setting to be updated TemporaryPurchaseInvoiceNotificationSetting

X

Content Type
  • text/plain

Responses
Table 169. http response codes
Code Message Datatype

200

Temporary invoice's notification setting successfully updated

[String]

404

There is no temporary invoice's notification setting matching this id

<<>>

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",
  "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" : "5000666",
  "startDate" : "2000-06-21",
  "endDate" : "2000-06-21",
  "minAmount" : 635,
  "maxAmount" : 635,
  "purchasedItems" : [ {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    },
    "action" : "{}"
  }, {
    "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"
    },
    "suppliers" : [ {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    }, {
      "numOrder" : 10,
      "purchasedItemId" : "5000123",
      "supplier" : {
        "id" : "5000123",
        "code" : "CA122",
        "name" : "Akuiteo",
        "companyCode" : "AKSAS",
        "entityCode" : "LYO",
        "entity" : {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux"
        },
        "entityId" : "5100962",
        "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" : "5010835",
        "closingDate" : "2020-01-31T23:59:59Z",
        "legalName" : "General Electricity and Co.",
        "phone" : "+33 4 04 04 04 04",
        "email" : "contact@gen-elec.com",
        "linkedEmployee" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "linkedEmployeeId" : "5000123",
        "ape" : "96.02A",
        "siren" : "362521879",
        "siret" : "55217863900132",
        "accountManager" : {
          "id" : "5000123",
          "code" : "CASH",
          "name" : "DUPONT",
          "firstName" : "Jean",
          "action" : "{}"
        },
        "accountManagerId" : "500501",
        "supplierAccountingParameters" : {
          "accountingNumber" : "F9527",
          "intercoCode" : "AKSAS",
          "isNotBooked" : true,
          "currencyCode" : "EUR",
          "mainReconciliationAccountNumber" : "407000",
          "reconciliationAccount2Number" : "470056",
          "reconciliationAccount3Number" : "684752",
          "reconciliationAccount4Number" : "408203",
          "reconciliationAccount5Number" : "409000",
          "piaControlAccountNumber" : "408100",
          "prepaidExpensesAccountNumber" : "4110856",
          "internalControlAccountNumber" : "411000",
          "journalCode" : "AC",
          "group" : false,
          "supplierId" : "30"
        },
        "accountingPeriod" : "Monthly",
        "category" : {
          "id" : "5000123",
          "code" : "LANG",
          "name" : "Language",
          "endDate" : "2000-06-21",
          "companyCode" : "AKSAS",
          "type" : "{}",
          "grouping" : "grouping",
          "ranking" : 5
        },
        "categoryId" : "200456",
        "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" : "11037",
        "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"
        },
        "conditionOfPayment" : {
          "code" : "5 days End of month by bank transfer",
          "deadLine" : "5",
          "term" : "1",
          "day" : 10
        },
        "customData" : {
          "key" : {
            "type" : "{}",
            "value" : "Autoref 010520",
            "name" : "Reference 4",
            "realOrder" : 0,
            "label" : "REFERENCE_4"
          }
        },
        "equity" : 17506.34,
        "revenue" : 34899.07,
        "headcount" : 72,
        "linkedEntities" : [ {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        }, {
          "id" : "5000123",
          "code" : "01-BRDX",
          "name" : "Bordeaux",
          "legalName" : "Customer care",
          "division" : {
            "id" : "5000123",
            "name" : "Rhone-Alpes",
            "code" : "RA",
            "group" : {
              "id" : "5000123",
              "name" : "West",
              "code" : "WST",
              "serviceId" : "5000123"
            },
            "groupId" : "5000123",
            "companyId" : "5000123"
          },
          "divisionId" : "5000123",
          "divisionCode" : "01-DIV",
          "companyId" : "5000123",
          "endDate" : "2020-01-23T04:56:07Z"
        } ],
        "linkedEntitiesId" : "65009",
        "openingDate" : "2020-01-23T04:56:07Z",
        "salesOrderContact" : "CASH",
        "keywords" : "WORD",
        "legalForm" : "SA",
        "notes" : "Lorem Ipsum",
        "profession" : {
          "id" : "5000123",
          "code" : "LYR",
          "name" : "Lawyer"
        },
        "professionId" : "500238",
        "supplierSite" : [ {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        }, {
          "phone" : "phone",
          "email" : "email",
          "iban" : {
            "country" : "FR (for 'FRANCE')",
            "key" : "69",
            "accountNumber" : "0000157841Z"
          },
          "bankDetails" : {
            "entity" : "30002",
            "counter" : "550",
            "accountNumber" : "0000157841Z",
            "key" : "25",
            "domiciliation" : "AURA"
          },
          "bic" : {
            "country" : "FR (for 'FRANCE')",
            "bank" : "DAAE",
            "location" : "PP",
            "branch" : "CCT"
          },
          "legalName1" : "My name one",
          "legalName2" : "My name two",
          "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" : "5010835",
          "validUntil" : "2023-01-23T04:56:07Z",
          "main" : true,
          "manager" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "managerId" : "5000123",
          "externalReference" : "Lorem Ipsum",
          "siret" : "55217863900132",
          "siteCode" : "SITE_1",
          "note" : "Lorem ipsum",
          "useForPaymentAddress" : true,
          "useForPaymentAddressDefault" : true,
          "useForReceptionAddress" : false,
          "useForReceptionAddressDefault" : false,
          "useForOrderAddress" : true,
          "useForOrderAddressDefault" : false,
          "contacts" : [ {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          }, {
            "id" : "5000123",
            "code" : "CT2024",
            "name" : "Jean",
            "firstName" : "Phillipe",
            "maidenName" : "Doe",
            "title" : "Mr",
            "titleType" : "{}",
            "phone" : "101010101",
            "mobilePhone" : "606060606",
            "email" : "customer@akuiteo.fr",
            "emailAddressNotKnown" : false,
            "emailBlackListed" : false,
            "position" : "RESP GESTION",
            "employee" : {
              "id" : "5000123",
              "code" : "CASH",
              "name" : "DUPONT",
              "firstName" : "Jean",
              "action" : "{}"
            },
            "employeeId" : "5000123",
            "functionTitle" : "Resp gestion",
            "pictureId" : "5000123",
            "service" : "Sales",
            "keywords" : "KEY",
            "entryDate" : "2020-01-31T23:59:59Z",
            "disappearedOn" : "2020-01-31T23:59:59Z",
            "disappeared" : false,
            "lastTracking" : "2020-01-31T23:59:59Z",
            "supplierRelatedInformation" : [ {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            }, {
              "id" : "5000123",
              "supplierId" : "5000123",
              "contactId" : "5000123",
              "showAllRequests" : false,
              "noLongerWorkForThisCompany" : 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"
              },
              "companyId" : "5000123"
            } ],
            "sitesRelatedInformation" : [ null, null ],
            "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"
            },
            "recipientOfQuote" : true,
            "recipientOfSalesOrder" : true,
            "recipientOfDeliveryNote" : true,
            "recipientOfSalesInvoice" : false,
            "recipientOfReceipt" : false,
            "recipientOfQuotation" : true,
            "recipientOfPurchaseOrder" : true,
            "recipientOfTerms" : false,
            "recipientOfDunning" : false
          } ],
          "bankingInformationStatus" : "{}",
          "taxInformation" : {
            "vatArea" : {
              "id" : "5000123",
              "code" : "AREA",
              "name" : "Area"
            },
            "vatAreaId" : "500123",
            "VATAreaId" : "500123",
            "vatNumber" : "1",
            "VATNumber" : "1",
            "exempt" : true,
            "euExempt" : true
          },
          "id" : "5000123",
          "name" : "name",
          "supplierId" : "supplierId"
        } ],
        "type" : "{}",
        "supplierTaxInformation" : {
          "vatArea" : {
            "id" : "5000123",
            "code" : "AREA",
            "name" : "Area"
          },
          "vatAreaId" : "500123",
          "VATAreaId" : "500123",
          "vatNumber" : "1",
          "VATNumber" : "1",
          "exempt" : true,
          "euExempt" : true,
          "supplierTaxRegime" : "{}",
          "reverseCharge" : false,
          "supplierId" : "30"
        },
        "unit" : "Legal person",
        "isForeign" : true,
        "isFrCompetitor" : true,
        "isEmployee" : false,
        "isDAS2" : true,
        "paymentAuthorization" : true,
        "isNotDun" : true,
        "limitedReferences" : true,
        "subContractor" : {
          "isSubcontractor" : true,
          "subcontractorBillingUnit" : "{}",
          "defaultSubcontractor" : true
        },
        "applicableShippingCosts" : {
          "applicableShippingCosts" : true,
          "exemptionThreshold" : "100",
          "closeToExemptionThreshold" : "75",
          "isLinkedToReceptionSite" : true
        },
        "holdback" : "5",
        "grouping1" : "My first grouping",
        "grouping2" : "My second grouping",
        "grouping3" : "My third grouping",
        "iban" : {
          "country" : "FR (for 'FRANCE')",
          "key" : "69",
          "accountNumber" : "0000157841Z"
        },
        "bankDetails" : {
          "entity" : "30002",
          "counter" : "550",
          "accountNumber" : "0000157841Z",
          "key" : "25",
          "domiciliation" : "AURA"
        },
        "bic" : {
          "country" : "FR (for 'FRANCE')",
          "bank" : "DAAE",
          "location" : "PP",
          "branch" : "CCT"
        },
        "bankingInformationStatus" : "{}",
        "bankingInformations" : [ {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        }, {
          "id" : "5000123",
          "sepa" : {
            "bankDetails" : {
              "entity" : "30002",
              "counter" : "550",
              "accountNumber" : "0000157841Z",
              "key" : "25",
              "domiciliation" : "AURA"
            },
            "bic" : {
              "country" : "FR (for 'FRANCE')",
              "bank" : "DAAE",
              "location" : "PP",
              "branch" : "CCT"
            },
            "iban" : {
              "country" : "FR (for 'FRANCE')",
              "key" : "69",
              "accountNumber" : "0000157841Z"
            }
          },
          "noneSepa" : {
            "defaultBankDetail" : false,
            "beneficiary" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            },
            "intermediate" : {
              "holder" : {
                "name" : "RITA",
                "firstName" : "BRITA",
                "accountType" : "{}",
                "accountNumber" : "123456789"
              },
              "bank" : {
                "bankName" : "UBA",
                "bankName2" : "UBA",
                "bankType" : "{}",
                "bankCode" : "C8",
                "bankAddress" : {
                  "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"
                }
              }
            }
          },
          "statusChangeDate" : "2000-06-21T04:56:07.000+00:00",
          "statusChangeArgument" : {
            "comment" : "Comment",
            "status" : "{}"
          },
          "validator" : {
            "id" : "5000123",
            "code" : "CASH",
            "name" : "DUPONT",
            "firstName" : "Jean",
            "action" : "{}"
          },
          "validatorId" : "5000123",
          "action" : "{}",
          "type" : "{}"
        } ],
        "thirdPartyLinkType" : {
          "id" : "5000123",
          "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" : "5000666",
          "code" : "VARIOUS",
          "name" : "Various",
          "endDate" : "2020-01-23T04:56:07Z",
          "requiredSiren" : false
        },
        "thirdPartyLinkTypeId" : "5000123"
      },
      "supplierId" : "5000123"
    } ],
    "recognizedAsFixedAsset" : true,
    "fixedAssetDetail" : {
      "groupInFixedAssetRecordSheet" : true,
      "account" : "205000",
      "type" : "{}",
      "amortizable" : true,
      "amortizationMethod" : "{}",
      "amortizationDuration" : 24
    },
    "action" : "{}"
  } ],
  "purchasedItemCategories" : [ {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 4,
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "LANG",
    "name" : "Language",
    "endDate" : "2000-06-21",
    "companyCode" : "AKSAS",
    "type" : "{}",
    "grouping" : "grouping",
    "ranking" : 4,
    "action" : "{}"
  } ],
  "purchasedItemSubCategories" : [ {
    "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" : 7,
    "subCategoryType" : "{}",
    "account" : "account",
    "taxCode" : "taxCode",
    "subCategoryClassification" : "{}",
    "applicableShippingCosts" : true,
    "action" : "{}"
  }, {
    "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" : 7,
    "subCategoryType" : "{}",
    "account" : "account",
    "taxCode" : "taxCode",
    "subCategoryClassification" : "{}",
    "applicableShippingCosts" : true,
    "action" : "{}"
  } ],
  "suppliers" : [ {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "CA122",
    "name" : "Akuiteo",
    "action" : "{}"
  } ],
  "employees" : [ {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "CASH",
    "name" : "DUPONT",
    "firstName" : "Jean",
    "action" : "{}"
  } ],
  "userProfiles" : [ {
    "id" : "5000123",
    "code" : "PROFIL_TECH",
    "name" : "Profil tech",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "code" : "PROFIL_TECH",
    "name" : "Profil tech",
    "action" : "{}"
  } ],
  "notificationRecipients" : [ {
    "id" : "5000123",
    "name" : "Sales manager of the project",
    "action" : "{}"
  }, {
    "id" : "5000123",
    "name" : "Sales manager of the project",
    "action" : "{}"
  } ]
}

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. 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.45. BatchUpdateEInvoicingStatus

BatchUpdateEInvoicingStatus is an objet used to batch update the e-invoicing status of purchase invoices.

Field Name Required Type Description Format

ids

List of [string]

Ids of the objects

status

PurchaseInvoiceEInvoicingStatus

Purchase invoice e-invoicing status
Example : _1

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. BillReceptionInformationHolder

Informations to bill a Reception

Field Name Required Type Description Format

dueDate

[Date]

Due date
Example : 2020-01-31T23:59:59Z

date-time

invoiceDate

[Date]

Date of the invoice
Example : 2020-01-31T23:59:59Z

date-time

invoiceText

[String]

Text of the invoice
Example : Lorem Ipsum

supplierDate

[Date]

Date of the supplier
Example : 2020-01-31T23:59:59Z

date-time

supplierRef

[String]

First supplier reference
Example : REF_SUP_1

supplierRef2

[String]

Second supplier reference
Example : REF_SUP_2

supplierRef3

[String]

Third supplier reference
Example : REF_SUP_3

3.48. BillReceptionsInformationHolder

Informations to bill many Receptions

Field Name Required Type Description Format

dueDate

[Date]

Due date
Example : 2020-01-31T23:59:59Z

date-time

invoiceDate

[Date]

Date of the invoice
Example : 2020-01-31T23:59:59Z

date-time

invoiceText

[String]

Text of the invoice
Example : Lorem Ipsum

receptionIds

List of [string]

List of the receptions to bill
Example : <6411120, 6411174, 6411452, …​>

supplierDate

[Date]

Date of the supplier
Example : 2020-01-31T23:59:59Z

date-time

supplierRef

[String]

First supplier reference
Example : REF_SUP_1

supplierRef2

[String]

Second supplier reference
Example : REF_SUP_2

supplierRef3

[String]

Third supplier reference
Example : REF_SUP_3

3.49. BillingMode

Billing mode of a product or sales line

Type : enum (TIME_BASED, FIXED_PRICE, RECURRENT, PRODUCTION_TO_BE_BILLED)

3.50. BillingTableState

Billing table state

Type : enum (IN_PROGRESS, CANCELED, BILLED, NOT_VALIDATED, VALIDATED)

3.51. 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.52. 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.53. 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.54. 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.55. 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.56. 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.57. 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.58. 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.59. 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.60. 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.61. 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.62. 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.63. 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.64. 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.65. 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.66. 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.67. 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.68. 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.69. 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.70. 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.71. 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.72. 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.73. 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.74. 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.75. ColorCodes

ColorCodes

Field Name Required Type Description Format

color1

[String]

First color code

color2

[String]

Second color code

color3

[String]

Third color code

3.76. 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.77. 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.78. 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.79. 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.80. ComparisonOperator

Comparison operator

Type : enum (BEFORE, AFTER, EQUAL, BEFORE_EQUAL, AFTER_EQUAL)

3.81. 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.82. Contact

Contact

Field Name Required Type Description Format

changeTracking

ChangeTracking

Date and user in case of creation and modification

code

[String]

The code of the contact.
Example : CT2024

customData

Map of CustomData

The custom data (when present)

disappeared

[Boolean]

True if the contact has disappeared
Example : false

disappearedOn

[Date]

Date on which the contact disappeared
Example : 2020-01-31T23:59:59Z

date-time

email

[String]

Email of the contact
Example : customer@akuiteo.fr

email

emailAddressNotKnown

[Boolean]

The Email address of the contact is not known
Example : false

emailBlackListed

[Boolean]

Return true if the mail address of the contact is blacklisted
Example : false

employee

EmployeeBase

Employee related to this contact
Remark : In add APIs (mainly PUT requests) employee model is not expected, use the employeeId field instead.

employeeId

[String]

ID of the employee related to this contact
Example : 5000123

entryDate

[Date]

Entry date of the contact
Example : 2020-01-31T23:59:59Z

date-time

firstName

[String]

The first name of the contact.
Example : Phillipe

functionTitle

[String]

Function title of the contact
Example : Resp gestion

id

[String]

Id in database
Example : 5000123

keywords

[String]

Keywords of the contact
Example : KEY

lastTracking

[Date]

Date of the last tracking of the contact
Example : 2020-01-31T23:59:59Z

date-time

maidenName

[String]

The maiden name of the contact
Example : Doe

mobilePhone

[String]

Mobile phone number of the contact
Example : 606060606

name

[String]

The name of the contact.
This field is mandatory.

Example : Jean

phone

[String]

Phone number of the contact
Example : 101010101

pictureId

[String]

ID of the picture of the contact
Example : 5000123

position

[String]

Position (also known as Function) of the contact in the company
Example : RESP GESTION

recipientOfDeliveryNote

[Boolean]

Return true if the contact is recipient of delivery note.
Example : true

recipientOfDunning

[Boolean]

Return true if the contact is recipient of dunning.
Example : false

recipientOfPurchaseOrder

[Boolean]

Return true if the contact is recipient of purchase order.
Example : true

recipientOfQuotation

[Boolean]

Return true if the contact is recipient of purchase quotation.
Example : true

recipientOfQuote

[Boolean]

Return true if the contact is recipient of sales quotation.
Example : true

recipientOfReceipt

[Boolean]

Return true if the contact is recipient of receipt.
Example : false

recipientOfSalesInvoice

[Boolean]

Return true if the contact is recipient of sales invoice.
Example : false

recipientOfSalesOrder

[Boolean]

Return true if the contact is recipient of sales order.
Example : true

recipientOfTerms

[Boolean]

Return true if the contact is recipient of terms.
Example : false

service

[String]

Service of the contact
Example : Sales

sitesRelatedInformation

List of SupplierSite

Details about the sites related information

supplierRelatedInformation

List of SupplierRelatedInformation

Details about the supplier related information

title

[String]

Civility of the contact
Example : Mr

titleType

TitleType

Type of the title can be (UNKNOWN, NEUTRAL, MALE, FEMALE)
Example : UNKNOWN

3.83. 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.84. ContactCriteria

Search criteria for supplier's contact

Field Name Required Type Description Format

code

ClauseString

Code of the contact

email

ClauseString

Email of the contact

employeeId

ClauseString

Employee related to the contact

firstName

ClauseString

First name of the contact

id

ClauseString

Ident of the contact

name

ClauseString

Name of the contact

supplierId

ClauseString

Supplier related to the contact

supplierSiteId

ClauseString

Supplier site related to the contact

3.85. 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.86. 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.87. 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.88. 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.89. 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.90. 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.91. 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.92. 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.93. 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.94. 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.95. 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.96. CustomDataType

Type of the CustomData

Type : enum (NUMBER, DATE, BOOLEAN, ALPHANUMERIC)

3.97. 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.98. 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.99. 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.100. 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.101. 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.102. 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.103. CustomizableResources

Customizable resources (Ressources personnalisables)

Type : enum (ISSUE, OPPORTUNITY, OPPORTUNITY_LINE, CUSTOM_REQUEST, EVENT, PROJECT, PHASE, SUB_PHASE, EMPLOYEE, CUSTOMER, CONTACT, SALES, PURCHASE)

3.104. 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.105. DayMoment

The moment in a day.

Type : enum (MORNING, AFTERNOON)

3.106. 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.107. 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.108. DiscountType

Type of discount

Type : enum (PERCENT, AMOUNT)

3.109. 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.110. 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.111. 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.112. 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.114. 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.115. 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.116. DueDateCriteria

Criteria used to get more details about the due date

Field Name Required Type Description Format

invoiceId

ClauseString

Ident of the invoice

3.117. 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.118. 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.119. 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.120. EInvoiceTechnicalStatus

Internal and technical status that provides information on the status of transmission with the dematerialisation platform.

Type : enum (PENDING, CONFIG_MISSING, PROCESSING, SUCCEEDED, FAILED)

3.121. 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.122. ESignatureSignatoryType

Defines the type of signatory for electronic signatures.
A signatory can be either an employee or a contact.

Type : enum (CONTACT, EMPLOYEE)

3.123. ESignatureStatus

Electronic signature status of a management object

Type : enum (IN_PROGRESS, CANCELED, EXPIRED, SIGNED, FAILED, PENDING, SIGNATURE_REQUESTED)

3.124. 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.125. 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.126. 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.127. 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.128. 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.129. 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.130. 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.131. 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.132. 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.133. 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.134. 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.135. 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.136. 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.137. 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.138. FixedAssetDetails

All the details on asset management of a purchased item.
This object can be only used if the purchased item is recognized As Fixed Asset

Field Name Required Type Description Format

account

X

[String]

The fixed asset general account
Example : 205000

amortizable

[Boolean]

Set as 'true' if the purchased item can be amortized.
Set as 'false' by default.

Example : true

amortizationDuration

[Integer]

Amortization period in months
Example : 24

int32

amortizationMethod

AmortizationMethod

The method of amortization
Example : LINEAR

groupInFixedAssetRecordSheet

[Boolean]

Set as 'true' to group in a fixed asset record sheet.
Set as 'false' by default.

Example : true

type

X

FixedAssetType

The type of fixed asset.
Example : TANGIBLE

3.139. 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.140. 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.141. FixedAssetType

Type of fixed asset

Type : enum (TANGIBLE, INTANGIBLE, FINANCIAL, NONE)

3.142. 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.143. 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.144. 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.145. 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.146. 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.147. 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.148. 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.149. 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.150. HistoryEntryType

Type of the entry

Type : enum (HEADER, DETAIL)

3.151. 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.152. 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.153. 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.154. IdIdentifiable

Basic type for all pojos with an API ID

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.155. 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.156. 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.157. 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.158. 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.159. InvoiceBatchResult

Object containing :
- the ids of the successfully created or rejected invoices
- the ids of the temporary invoices with errors
- the invoice numbers of the temporary invoices with errors
- managementObjectType will be INVOICE

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

temporaryInvoiceNumbersOnError

List of [string]

Invoice numbers of the temporary invoices with errors

3.160. InvoiceTypeEnum

Invoice type

Type : enum (INVOICE, CREDIT)

3.161. IssueBase

Issue base

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.162. 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.163. 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.164. 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.165. ItemBase

Item

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.166. 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.167. 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.168. 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.169. JournalType

Type of journal

Type : enum (SALES, PURCHASE, BANK, TRANSACTION, SIMULATION)

3.170. LineToReceive

Properties of the line of purchase order to receive

Field Name Required Type Description Format

amount

[Double]

Amount to receive (Only if the order is received on the amount)
Example : 635

double

id

[String]

ID of the line to receive
Example : 5000123

quantity

[Double]

Quantity to receive (Only if the order is received on quantities)
Example : 5

double

3.171. LinkDirectionEnum

A filation link type can be set with a link direction

Type : enum (ASCENDING, DESCENDING, TRANSVERSE, NOT_APPLICABLE)

3.172. 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)

3.173. 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.174. 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.175. 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.176. 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.177. 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.178. 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.179. 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.180. 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.181. 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.182. 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.183. 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.184. ManagementObjectPurchaseLine

Management object purchase line (ligne de pièce de gestion achat)

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.185. 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.186. 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.187. 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.188. MarkAsBilledBillingTableLineInformationHolder

Information to mark a reception as billed

Field Name Required Type Description Format

billingDate

[Date]

Billing date
Example : 2020-01-31T23:59:59Z

date-time

invoiceId

[String]

ID of the invoice to attach the reception
Example : 5000123

3.189. MarkAsBilledReceptionInformationHolder

Information to mark a reception as billed

Field Name Required Type Description Format

billingDate

[Date]

Billing date
Example : 2020-01-31T23:59:59Z

date-time

invoiceId

[String]

ID of the invoice to attach the reception
Example : 5000123

3.190. 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.191. 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.192. MessageRecipientType

Message recipient type

Type : enum (USER, EMPLOYEE, CONTACT, TEAM, MAIL_ADDRESS)

3.193. 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.194. 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.

3.195. NotificationRecipient

Recipients' positions of temporary invoices' notifications

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

name

[String]

The label of the recipient position
Example : Sales manager of the project

3.196. NotificationRecipientCriteria

Search criteria for recipients' positions of temporary invoices' notifications

Field Name Required Type Description Format

id

ClauseString

Ident of the recipient position

name

ClauseString

Name of the recipient position

3.197. NotificationRecipientLinked

Recipients' positions of temporary invoices' notifications linked

Field Name Required Type Description Format

action

Action

Details about the action verb
Example : ADD

id

[String]

Id in database
Example : 5000123

name

[String]

The label of the recipient position
Example : Sales manager of the project

A link between a target object and other objects

3.199. 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.200. 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.201. 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.202. 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.203. 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.204. 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

3.205. PaymentAuthorizationHolder

Informations for the payment authorization of an invoice

Field Name Required Type Description Format

authorizationPercentage

[Double]

Authorization percentage
Example : 1

double

People Link

3.207. 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.208. 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.209. 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.210. 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.211. PeopleLinkTypeEnum

A link can be set as a Management Link or a Filiation Link

Type : enum (MANAGEMENT_LINK, FILIATION_LINK)

3.212. 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.213. PeriodGranularity

Granularity of a period

Type : enum (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND)

3.214. 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.215. PeriodicityCodeType

Type of tag

Type : enum (UNIQUE, ANNUAL, BIANNUAL, QUARTERLY, MONTHLY)

3.216. 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.217. 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.218. 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.219. 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.220. PluginFeature

Plugin Feature

Type : enum (BRIDGE, CHORUS, EDOC, PRESTATIONS, UNIVERSIGN, API_GOOGLE, AKUITEO_SAAS)

3.221. 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.222. 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.223. PostponeType

Defines how the date postponement is handled

Type : enum (EXACT_DATE, SHIFT_BY_PERIOD, RESET_DATE)

3.224. 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.225. ProbabilityLevel

Probability of the level being accepted.

Type : enum (0, 1, 2, 3, 4, 9)

3.226. 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.227. 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.228. 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.229. 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.230. 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.231. 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.232. ProjectCustomerType

Type of relation with the customers

Type : enum (ALL_CUSTOMERS, MULTI_CUSTOMERS, SINGLE_CUSTOMER)

3.233. ProjectDefaultMapping

Describe the default accounting journal for dematerialization.

Field Name Required Type Description Format

company

Company

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

id

[String]

Id in database
Example : 5000123

phase

PhaseBase

Mapping target as a 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

Mapping target as a 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

subPhase

SubPhaseBase

Mapping target as a 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.234. ProjectDefaultMappingCriteria

Criteria used to search default project for dematerialization

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

phaseId

ClauseString

Ident of a default phase

projectId

ClauseString

Ident of a default project

readOption

ProjectDefaultMappingReadOption

Options for retrieving extra information concerning the default project

subPhaseId

ClauseString

Ident of a default sub-phase

3.235. ProjectDefaultMappingReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the project default mapping

Enum: COMPANY, PROJECT, PHASE, SUB_PHASE

3.236. 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.237. 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.238. ProjectLeaveType

Type of Project leave

Type : enum (WITH_REQUEST, CALENDAR, NO_TIMESHEETS)

3.239. ProjectSettingsOverview

Project settings overview by company.

Field Name Required Type Description Format

company

Company

Company

defaultMapping

ProjectDefaultMapping

Default mapping for the company

hasMapping

[Boolean]

Is there some mappings for the company
Example : true

3.240. 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.241. 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.242. 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.243. 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.244. 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.245. ProjectType

Project type

Type : enum (EXTERNAL, INTERNAL, ALL)

3.246. 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.247. 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.248. 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.249. 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.250. 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.251. PublishTemplateParameterType

Type of parameter.

Type : enum (TEXT_BOX, LIST_BOX, DATE_BOX, RADIO_BUTTON, CHECK_BOX, COMBO_BOX)

3.252. 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.253. 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.254. 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.255. PurchaseBillingTable

Billing table

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

lines

List of PurchaseBillingTableLine

List of the billing table's lines with their details

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

objectHistoryLinks

List of ObjectHistoryLink

List of the link between a quotation and other objects

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

reference1

[String]

First supplier reference
Example : REF_SUP_1

reference2

[String]

Second supplier reference
Example : REF_SUP_2

reference3

[String]

Third supplier reference
Example : REF_SUP_3

state

BillingTableState

Details about the state of the billing table
Example : IN_PROGRESS

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[Date]

Date of the supplier reference
Example : 2020-01-23T04:56:07Z

date-time

supplierId

[String]

ID of the supplier
Example : 5000123

supplierToBill

SupplierBase

Details about the supplier to bill
Remark : In add APIs (mainly PUT requests) supplierToBill model is not expected, use the supplierToBillId field instead.

supplierToBillId

[String]

ID of the supplier to bill
Example : 5000123

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.256. PurchaseBillingTableCriteria

Search criteria for billing tables

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)

customerSiteId

ClauseString

Customer site

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

lineCriteria

PurchaseBillingTableLineCriteria

Criteria on lines of the billing table

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

readOption

PurchaseBillingTableReadOption

Options for retrieving extra information concerning the billing table

reference1

ClauseString

First supplier reference

reference2

ClauseString

Second supplier reference

reference3

ClauseString

Third supplier reference

state

ClauseString

State of the billing table

supplierDate

ClauseDate

The supplier reference date

supplierId

ClauseString

Id of the supplier

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.257. PurchaseBillingTableLine

Billing table 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

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.258. PurchaseBillingTableLineCriteria

Criteria used to get more details about billing table lines.

Field Name Required Type Description Format

additionalFreeFieldCriteria

AdditionalFreeFieldsCriteria

dutiableCriteria

DutiableCriteria

endDate

ClauseDate

End period clause

exclusivelyLinkedTemporaryInvoiceId

[String]

Include purchase receptions exclusively linked to the identified temporary invoice (multiple links can exist)
Example : 5000123

generalAccountNumber

ClauseString

grouping

ClauseString

Grouping of the item

id

ClauseString

isBilled

ClauseBoolean

Set as True to search only billed lines

phaseId

ClauseString

projectCriteria

ManagementProjectCriteria

Criteria on project linked to the line

projectId

ClauseString

purchasedItemId

ClauseString

Id of the purchased item

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.259. PurchaseBillingTableReadOption

The options you can use to get more information about the billing table.

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchase billing table

Enum: CHANGE_TRACKING, SUPPLIER, SUPPLIER_TO_BILL, ACCOUNTING_JOURNAL, FISCAL_YEAR, CURRENCY, MANAGER, PROJECT, PHASE, SUB_PHASE, CUSTOM_DATA, LINE_ADDITIONAL_FREE_FIELDS, LINE_PROJECT, LINE_PHASE, LINE_SUB_PHASE, LINE_ITEM, LINE_ITEM_CATEGORY, LINE_ITEM_SUBCATEGORY, LINE_RESOURCE, OBJECT_HISTORY_LINKS

3.260. PurchaseInvoice

Purchase invoice

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

balance

[Double]

Balance
Example : 120.37

double

bookedOn

[Date]

Date on which the purchar invoice is booked.
Example : 2020-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

changeTracking

ChangeTracking

comment

[String]

Comment
Example : Lorem ipsum

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

dueDate

DueDate

Details about the due date

eInvoicingInfo

PurchaseInvoiceEInvoicingInfo

Details related to electronic invoicing, including status and technical information.

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

fromInterface

[Boolean]

Invoice retrieved from external interface
Example : true

group

[Boolean]

Group object

id

[String]

Id in database
Example : 5000123

internal

[Boolean]

Internal object

invoiceType

InvoiceTypeEnum

Details about the invoice's type
Example : INVOICE

lines

List of PurchaseInvoiceLine

List of the invoice's lines with their details

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

objectHistoryLinks

List of ObjectHistoryLink

List of the link between a quotation and other objects

orderId

[String]

Order id
Example : CF22030001

paidOn

[Date]

Date on which the purchase invoice is paid.
Example : 2020-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

payment (Deprecated)

Payment

Deprecated : Use conditionOfPayment instead

paymentAccumulation

[Double]

Payment accumulation
Example : 20.21

double

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

reference1

[String]

First supplier reference
Example : REF_SUP_1

reference2

[String]

Second supplier reference
Example : REF_SUP_2

reference3

[String]

Third supplier reference
Example : REF_SUP_3

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[Date]

Date of the supplier reference
Example : 2020-01-23T04:56:07Z

date-time

supplierId

[String]

ID of the supplier
Example : 5000123

supplierToBill

SupplierBase

Details about the supplier to bill
Remark : In add APIs (mainly PUT requests) supplierToBill model is not expected, use the supplierToBillId field instead.

supplierToBillId

[String]

ID of the supplier to bill
Example : 5000123

temporaryInvoice

TemporaryPurchaseInvoice

Details about the temporary invoice
Remark : In add APIs (mainly PUT requests) temporaryInvoice model is not expected, use the temporaryInvoiceId field instead.

temporaryInvoiceId

[String]

ID of the temporary invoice
Example : 5000123

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.261. PurchaseInvoiceCriteria

Criteria used to get more details about the invoice

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

eInvoicingInfoCriteria

PurchaseInvoiceEInvoicingInfoCriteria

Criteria on electronic invoicing details.

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

lineCriteria

PurchaseInvoiceLineCriteria

Criteria on lines of the invoice

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

onlyOpenedFiscalYear

ClauseBoolean

If set to true, only fiscal years that are not closed (i.e., with closingDate set to null) will be returned.

preTaxAmount

ClauseDouble

Pre tax amount of the management object

readOption

PurchaseInvoiceReadOption

Options for retrieving extra information concerning the invoice

reference1

ClauseString

First supplier reference

reference2

ClauseString

Second supplier reference

reference3

ClauseString

Third supplier reference

supplierDate

ClauseDate

The supplier reference date

supplierId

ClauseString

Id of the supplier

temporaryPurchaseInvoiceId

ClauseString

The ID of the temporary purchase incoice linked.

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.262. PurchaseInvoiceEInvoicingInfo

Electronic invoicing information for a purchase invoice

Field Name Required Type Description Format

lastStatusUpdateDate

[Date]

The date of the last status update for e-invoicing.
Example : 2025-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

lastTechnicalUpdateDate

[Date]

The date of the last technical status update for e-invoicing.
Example : 2025-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

numberOfRetryAttempted

[Double]

Number of attempts to send the status to the dematerialisation platform.
Example : 2
Remark : This property is read-only and provides current data without allowing modifications.

double

status

PurchaseInvoiceEInvoicingStatus

Purchase invoice e-invoicing status
Example : _1

technicalStatus

EInvoiceTechnicalStatus

E-invoicing technical status.
It is an internal and technical status that provides information on the status of transmission with the dematerialisation platform.

Example : PENDING

3.263. PurchaseInvoiceEInvoicingInfoCriteria

Criteria used to get more about electronic invoicing details for a purchase invoice.

Field Name Required Type Description Format

lastStatusUpdateDate

ClauseDate

The date of the last status update for e-invoicing.

lastTechnicalUpdateDate

ClauseDate

The date of the last technical status update for e-invoicing.

numberOfRetryAttempted

ClauseDouble

Number of attempts to send the status to the dematerialisation platform

status

ClauseString

Purchase invoice e-invoicing status.

technicalStatus

ClauseString

E-invoicing technical status.
Internal and technical status that provides information on the status of transmission with the dematerialisation platform.

3.264. PurchaseInvoiceEInvoicingStatus

Purchase invoice e-invoicing status

Type : enum (_1, _205, _206, _207, _208, _211, _212)

3.265. PurchaseInvoiceLine

Purchase invoice 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

discount

Discount

Discount applied

endDate

[Date]

Period end date
Example : 2020-01-23T04:56:07.000+00:00

date-time

fixedAsset

FixedAssetRecordSheetCommon

Detail about the fixed asset.
Remark : In add APIs (mainly PUT requests) fixedAsset model is not expected, use the fixedAssetId field instead.

fixedAssetId

[String]

The ID of the fixed asset record sheet.
This field can only be used if isFixedAsset is 'true' and groupInFixedAssetRecordSheet is 'false'.
If filled, the pre tax amount of the line will be added to the gross amount of the existing fixed asset record sheet. And the supplier invoice will be linked to the existing fixed asset record sheet used.
If empty, a new fixed asset record sheet will be created with as many lines as there are quantities.

Example : 5000123

forcedVat

[Boolean]

Forced VAT for the line
Example : true

generalAccount

[String]

General Account
Example : 411000

groupInFixedAssetRecordSheet

[Boolean]

This field can only be used if isFixedAsset is true.
Set by default as in the purchased item fixed asset setting.
Set as 'true' to group this line in a fixed asset record sheet.
If set as true, the quantity of the line will be grouped in the same line of the new fixed asset record sheet created.
If set as false the fixed asset record sheet will be created with as many lines as there are quantities.

Example : true

id

[String]

Id in database
Example : 5000123

isFixedAsset

[Boolean]

Set to 'true' if the fixed asset threshold setting is reached or exceeded, depending on the line unit price.
This field can only be set as true if the purchased item itself is set as a fixed asset and the supplier related to this invoice must have a fixed asset reconciliation account set up.
If set as true, the line account will be set with the fixed asset account of the purchased item and the reconciliation account of the line will be set with the fixed asset reconciliation account of the supplier.
Set as 'false' by default.

Example : true

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

rebillable

PurchaseRebillableType

Details about the rebillable type
Example : REBILLABLE

receptionDate

[Date]

Date of the reception
Example : 2020-01-31T23:59:59Z

date-time

receptionId

[String]

ID of the reception
Example : 5000123

reconciliationAccount

[String]

Reconciliation account - the customer's account number
Example : 5000123

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.266. PurchaseInvoiceLineCriteria

Criteria used to get more details about order lines.

Field Name Required Type Description Format

additionalFreeFieldCriteria

AdditionalFreeFieldsCriteria

dummy

ClauseString

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

purchasedItemId

ClauseString

Id of the purchased item

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.267. PurchaseInvoiceReadOption

The options you can use to get more information about the invoice.

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchase invoice

Enum: BUYER, MANAGER, CHANGE_TRACKING, CURRENCY, PAYMENT, CONDITION_OF_PAYEMENT, SUPPLIER, SUPPLIER_TO_BILL, ACCOUNTING_JOURNAL, FISCAL_YEAR, PROJECT, PHASE, SUB_PHASE, LAST_DUE_DATE, LINE_PROJECT, LINE_PHASE, LINE_SUB_PHASE, LINE_ITEM, LINE_ITEM_CATEGORY, LINE_ITEM_SUBCATEGORY, LINE_RESOURCE, LINE_FIXED_ASSET, OBJECT_HISTORY_LINKS, CUSTOM_DATA, TEMPORARY_INVOICE, E_INVOICING_INFO

3.268. PurchaseManagementObject

Purchase business document

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

objectHistoryLinks

List of ObjectHistoryLink

List of the link between a quotation and other objects

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

reference1

[String]

First supplier reference
Example : REF_SUP_1

reference2

[String]

Second supplier reference
Example : REF_SUP_2

reference3

[String]

Third supplier reference
Example : REF_SUP_3

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[Date]

Date of the supplier reference
Example : 2020-01-23T04:56:07Z

date-time

supplierId

[String]

ID of the supplier
Example : 5000123

supplierToBill

SupplierBase

Details about the supplier to bill
Remark : In add APIs (mainly PUT requests) supplierToBill model is not expected, use the supplierToBillId field instead.

supplierToBillId

[String]

ID of the supplier to bill
Example : 5000123

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.269. PurchaseManagementObjectCriteria

Criteria used to get more details about the purchase business document.

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

reference1

ClauseString

First supplier reference

reference2

ClauseString

Second supplier reference

reference3

ClauseString

Third supplier reference

supplierDate

ClauseDate

The supplier reference date

supplierId

ClauseString

Id of the supplier

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.270. PurchaseManagementObjectLineCriteria

Criteria used to get more details about the purchase management object lines.

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

purchasedItemId

ClauseString

Id of the purchased item

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.271. PurchaseOrder

Purchase order

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

comment

[String]

Comment
Example : Lorem ipsum

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

initialPurchaseOrderId

[String]

ID of the initial order
Example : 5000123

internal

[Boolean]

Internal object

lines

List of PurchaseOrderLine

List of the order's lines with their details

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

objectHistoryLinks

List of ObjectHistoryLink

List of the link between a quotation and other objects

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

reference1

[String]

First supplier reference
Example : REF_SUP_1

reference2

[String]

Second supplier reference
Example : REF_SUP_2

reference3

[String]

Third supplier reference
Example : REF_SUP_3

requester

EmployeeBase

Details about the requester
Remark : In add APIs (mainly PUT requests) requester model is not expected, use the requesterId field instead.

requesterId

[String]

ID of the requester
Example : 5000123

state

PurchaseOrderState

Details about the state of the order
Example : IN_PROGRESS

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[Date]

Date of the supplier reference
Example : 2020-01-23T04:56:07Z

date-time

supplierId

[String]

ID of the supplier
Example : 5000123

supplierToBill

SupplierBase

Details about the supplier to bill
Remark : In add APIs (mainly PUT requests) supplierToBill model is not expected, use the supplierToBillId field instead.

supplierToBillId

[String]

ID of the supplier to bill
Example : 5000123

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.272. PurchaseOrderCriteria

Criteria used to get more details about the order

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

initialPurchaseOrderId

ClauseString

Ident of the initial order

internal

ClauseBoolean

True if management object is internal

journalId

ClauseString

Id of the journal

lineCriteria

PurchaseOrderLineCriteria

Criteria on lines of the order

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

notification

ClauseBoolean

Order subject to notification

preTaxAmount

ClauseDouble

Pre tax amount of the management object

readOption

PurchaseOrderReadOption

Options for retrieving extra information concerning the order

reference1

ClauseString

First supplier reference

reference2

ClauseString

Second supplier reference

reference3

ClauseString

Third supplier reference

state

ClauseString

State of the order

supplierDate

ClauseDate

The supplier reference date

supplierId

ClauseString

Id of the supplier

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.273. PurchaseOrderLine

Purchase order line (ligne de commande d'achat)

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

expectedReceiptDate

[Date]

The expected receipt date
Example : 2023-01-23T04:56:07Z

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

rebillable

PurchaseRebillableType

Details about the rebillable type
Example : REBILLABLE

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.274. PurchaseOrderLineCriteria

Criteria used to get more details about order lines.

Field Name Required Type Description Format

additionalFreeFieldCriteria

AdditionalFreeFieldsCriteria

canBeReceived

ClauseBoolean

True to filter the line that can be received

dutiableCriteria

DutiableCriteria

endDate

ClauseDate

End period clause

exclusivelyLinkedTemporaryInvoiceId

[String]

Include purchase orders exclusively linked to the identified temporary invoice (multiple links can exist)
Example : 5000123

generalAccountNumber

ClauseString

grouping

ClauseString

Grouping of the item

id

ClauseString

notificationComment

ClauseString

Comment of the notification

notificationDate

ClauseDate

Date of the notification

phaseId

ClauseString

projectCriteria

ManagementProjectCriteria

Criteria on project linked to the line

projectId

ClauseString

purchasedItemId

ClauseString

Id of the purchased item

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.275. PurchaseOrderReadOption

The options you can use to get more information about the order

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchase order

Enum: BUYER, MANAGER, REQUESTER, CHANGE_TRACKING, CURRENCY, PAYMENT, CONDITION_OF_PAYEMENT, SUPPLIER, SUPPLIER_TO_BILL, ACCOUNTING_JOURNAL, FISCAL_YEAR, PROJECT, PHASE, SUB_PHASE, LAST_DUE_DATE, LINE_PROJECT, LINE_PHASE, LINE_SUB_PHASE, LINE_ITEM, LINE_ITEM_CATEGORY, LINE_ITEM_SUBCATEGORY, LINE_RESOURCE, OBJECT_HISTORY_LINKS, CUSTOM_DATA

3.276. PurchaseOrderState

Purchase order state

Type : enum (IN_PROGRESS, SUPPLIED, VALIDATED, NOT_VALIDATED, CANCELED, REVISED)

3.277. PurchaseRebillableType

Purchase rebillable

Type : enum (REBILLABLE, NOT_BILLABLE, REBILLABLED)

3.278. PurchasedItem

Purchase 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

X

[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

fixedAssetDetail

FixedAssetDetails

Details about the fixed asset for this purchased item.
This field can only be used if recognizedAsFixedAsset is true.

grouping

X

[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

X

[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

recognizedAsFixedAsset

[Boolean]

Set as 'true' to recognized this invoice line as fixed asset.
Set as 'false' by default.

Example : true

reference

X

[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

X

[String]

The Id of the sub-category
Example : 11037

subFamily (Deprecated)

[String]

The sub-category of the product
Example : RECCURENT
Deprecated : Use subCategory instead

suppliers

List of PurchasedItemSupplier

Details about the supplier

unitPricePrecision

[Double]

Number of decimals for this item unit price
Example : 3

double

3.279. PurchasedItemCategory

Purchased item 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.280. PurchasedItemCategoryCriteria

Criteria used on purchased item category when doing a purchased category search

Field Name Required Type Description Format

code

ClauseString

Code of the purchased item category

companyId

ClauseString

Company of the purchased item category

endDate

ClauseDate

End date of validity for the purchased item category

grouping

ClauseString

Grouping field of the purchased item category

id

ClauseString

Ident of the purchased item category

name

ClauseString

Name of the purchased item category

tag

ClauseString

You can fill in the code or name of the purchased item category in this field

type

ClauseString

Type of the purchased item category
(See CategoryType)

validity

Validity

Details about the validity of the purchased item category

3.281. PurchasedItemCategoryLinked

Purchased item category linked

Field Name Required Type Description Format

action

Action

Details about the action verb
Example : ADD

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.282. PurchasedItemCriteria

Criteria used to get more details about the purchase item

Field Name Required Type Description Format

companyCode

ClauseString

Code of the company

customData

Map of Clause

The custom data details (when present)

entityCode

ClauseString

Code of the entity

grouping

ClauseString

The grouping of the purchased product

id

ClauseString

Ident of the purchase item

isInventory

ClauseBoolean

Set as True to search for item in inventory

marketEndDate

ClauseDate

End-of-sale date for the puchased item. Indicates when the product stopped being available for sale.

packagingType

ClauseString

The packaging type of the purchased item

readOption

PurchasedItemReadOption

Options for retrieving extra information concerning the purchase item

reference

ClauseString

The reference of the purchased product

tag

ClauseString

You can fill in the reference or grouping of the tag in this field

validity

Validity

Details about the validity of the item

3.283. PurchasedItemLinked

Purchased item linked

Field Name Required Type Description Format

accountSettings

ItemAccountingInfo

Accounting information for an item.

action

Action

Details about the action verb
Example : ADD

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

X

[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

fixedAssetDetail

FixedAssetDetails

Details about the fixed asset for this purchased item.
This field can only be used if recognizedAsFixedAsset is true.

grouping

X

[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

X

[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

recognizedAsFixedAsset

[Boolean]

Set as 'true' to recognized this invoice line as fixed asset.
Set as 'false' by default.

Example : true

reference

X

[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

X

[String]

The Id of the sub-category
Example : 11037

subFamily (Deprecated)

[String]

The sub-category of the product
Example : RECCURENT
Deprecated : Use subCategory instead

suppliers

List of PurchasedItemSupplier

Details about the supplier

unitPricePrecision

[Double]

Number of decimals for this item unit price
Example : 3

double

3.284. PurchasedItemReadOption

Options used to retrieve additional information related to the purchased item. The ACCOUNTS_SETTINGS option is no longer required to retrieve details of the accountSettings field, as this field is now automatically loaded in the PurchasedItem object.

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchased item

Enum: SUPPLIERS, CUSTOM_DATA, CATEGORY, SUB_CATEGORY, ACCOUNTS_SETTINGS

3.285. PurchasedItemSubCategory

Purchased item sub category

Field Name Required Type Description Format

account

[String]

Account of the purchase item sub category

applicableShippingCosts

[Boolean]

Set shipping costs

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

subCategoryClassification

SubCategoryItemClassification

Classification of the purchased item sub-category
Example : EXTERNAL

subCategoryType

SubCategoryItemType

Type of the purchased item sub-category
Example : PRESTATION

taxCode

[String]

Tax code of the purchase item sub category

type

CategoryType

Type of the category.
Example : SALES_ITEM

3.286. PurchasedItemSubCategoryCriteria

Criteria used on purchased item sub-category when doing a purchased sub-category search

Field Name Required Type Description Format

categoryId

ClauseString

Purchased item ategory's ident of the purchased item sub-category

code

ClauseString

Code of the purchased item sub-category

companyId

ClauseString

Company of the purchased item sub-category

endDate

ClauseDate

End date of validity for the purchased item sub-category

grouping

ClauseString

Grouping field of the purchased item sub-category

id

ClauseString

Ident of the purchased item sub-category

name

ClauseString

Name of the purchased item sub-category

nature

ClauseString

Nature of the purchased item sub-category

readOption

PurchasedItemSubCategoryReadOption

Options for retrieving extra information concerning the purchased item sub-category

tag

ClauseString

You can fill in the code or name of the purchased item sub-category in this field

type

ClauseString

Type of the purchased item sub-category

validity

Validity

Details about the validity of the purchased item sub-category

Describe a mapping rule that links a purchased product sub-category to a project for dematerialization.

3.288. PurchasedItemSubCategoryLinkCriteria

Criteria used to search mapping rule that links a purchased product sub-category to a project for dematerialization

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

phaseId

ClauseString

Ident of a phase

projectId

ClauseString

Ident of a project

purchasedProductSubCategoryId

ClauseString

Ident of a purchased product sub-category

readOption

PurchasedItemSubCategoryLinkReadOption

Options for retrieving extra information concerning the purchased product sub-category to project mapping

subPhaseId

ClauseString

Ident of a sub-phase

3.289. PurchasedItemSubCategoryLinkReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchased item sub category link

Enum: COMPANY, PURCHASED_PRODUCT_SUB_CATEGORY, PROJECT, PHASE, SUB_PHASE

3.290. PurchasedItemSubCategoryLinked

Purchased item sub-category linked

Field Name Required Type Description Format

account

[String]

Account of the purchase item sub category

action

Action

Details about the action verb
Example : ADD

applicableShippingCosts

[Boolean]

Set shipping costs

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

subCategoryClassification

SubCategoryItemClassification

Classification of the purchased item sub-category
Example : EXTERNAL

subCategoryType

SubCategoryItemType

Type of the purchased item sub-category
Example : PRESTATION

taxCode

[String]

Tax code of the purchase item sub category

type

CategoryType

Type of the category.
Example : SALES_ITEM

3.291. PurchasedItemSubCategoryReadOption

The options you can use to get more information about the purchased item sub category.

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchase item sub category

Enum: CATEGORY

3.292. PurchasedItemSupplier

Purchase Item Supplier

Field Name Required Type Description Format

numOrder

[Integer]

Number of order
Example : 10

int32

purchasedItemId

[String]

ID of the purchase item
Example : 5000123

supplier

Supplier

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 supplier
Example : 5000123

3.293. PurchasedProductCategoryToProjectMapping

Describe a mapping rule that links a purchased product category to a project for dematerialization.

Field Name Required Type Description Format

category

Category

Details about the purchased product category
Remark : In add APIs (mainly PUT requests) category model is not expected, use the categoryId field instead.

categoryId

[String]

The Id of the purchased product category
Example : 500143

company

Company

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

id

[String]

Id in database
Example : 5000123

phase

PhaseBase

Mapping target as a 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

Mapping target as a 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

subPhase

SubPhaseBase

Mapping target as a 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.294. PurchasedProductCategoryToProjectMappingCriteria

Criteria used to search mapping rule that links a purchased product category to a project for dematerialization

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

phaseId

ClauseString

Ident of a phase

projectId

ClauseString

Ident of a project

purchasedProductCategoryId

ClauseString

Ident of a purchased product category

readOption

PurchasedProductCategoryToProjectMappingReadOption

Options for retrieving extra information concerning the purchased product category to project mapping

subPhaseId

ClauseString

Ident of a sub-phase

3.295. PurchasedProductCategoryToProjectMappingReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchased product category to project mapping

Enum: COMPANY, PURCHASED_PRODUCT_CATEGORY, PROJECT, PHASE, SUB_PHASE

3.296. PurchasedProductToProjectMapping

Describe a mapping rule that links a purchased product to a project for dematerialization.

Field Name Required Type Description Format

company

Company

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

id

[String]

Id in database
Example : 5000123

phase

PhaseBase

Mapping target as a 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

Mapping target as a 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

purchasedProduct

PurchasedItem

Mapping source as a purchased product
Remark : In add APIs (mainly PUT requests) purchasedProduct model is not expected, use the purchasedProductId field instead.

purchasedProductId

[String]

ID of the purchased product
Example : 5000123

subPhase

SubPhaseBase

Mapping target as a 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.297. PurchasedProductToProjectMappingCriteria

Criteria used to search mapping rule that links a purchased product to a project for dematerialization

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

phaseId

ClauseString

Ident of a phase

projectId

ClauseString

Ident of a project

purchasedProductId

ClauseString

Ident of a purchased product

readOption

PurchasedProductToProjectMappingReadOption

Options for retrieving extra information concerning the purchased product to project mapping

subPhaseId

ClauseString

Ident of a sub-phase

3.298. PurchasedProductToProjectMappingReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchased product to project mapping

Enum: COMPANY, PURCHASED_PRODUCT, PROJECT, PHASE, SUB_PHASE

3.299. PurchasedProductToSupplierMapping

Describe a mapping rule that links a purchased product to a supplier for dematerialization.

Field Name Required Type Description Format

company

Company

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

id

[String]

Id in database
Example : 5000123

purchasedProduct

PurchasedItem

Mapping source as a purchased product
Remark : In add APIs (mainly PUT requests) purchasedProduct model is not expected, use the purchasedProductId field instead.

purchasedProductId

[String]

ID of the purchased product
Example : 5000123

supplier

Supplier

Mapping source as a supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierId

[String]

ID of the supplier
Example : 5000123

3.300. PurchasedProductToSupplierMappingCriteria

Criteria used to search mapping rule that links a purchased product to a supplier for dematerialization

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

purchasedProductId

ClauseString

Ident of a purchased product

readOption

PurchasedProductToSupplierMappingReadOption

Options for retrieving extra information concerning the purchased product to supplier mapping

supplierId

ClauseString

Ident of a supplier

3.301. PurchasedProductToSupplierMappingReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the purchased product to supplier mapping

Enum: COMPANY, PURCHASED_PRODUCT, SUPPLIER

3.302. Quote

Quote

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

comment

[String]

Comment
Example : Lorem ipsum

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

expectedSignatureDate

[Date]

The expected signature date
Example : 2020-01-31T23:59:59Z

date-time

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

lines

List of QuoteLine

List of the quote's lines with their details

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

objectHistoryLinks

List of ObjectHistoryLink

List of the link between a quotation and other objects

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

reference1

[String]

First supplier reference
Example : REF_SUP_1

reference2

[String]

Second supplier reference
Example : REF_SUP_2

reference3

[String]

Third supplier reference
Example : REF_SUP_3

requester

EmployeeBase

Details about the requester
Remark : In add APIs (mainly PUT requests) requester model is not expected, use the requesterId field instead.

requesterId

[String]

ID of the requester
Example : 5000123

state

QuoteState

Details about the state of the quote
Example : NOT_VALIDATED

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[Date]

Date of the supplier reference
Example : 2020-01-23T04:56:07Z

date-time

supplierId

[String]

ID of the supplier
Example : 5000123

supplierToBill

SupplierBase

Details about the supplier to bill
Remark : In add APIs (mainly PUT requests) supplierToBill model is not expected, use the supplierToBillId field instead.

supplierToBillId

[String]

ID of the supplier to bill
Example : 5000123

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.303. QuoteCriteria

Criteria used to get more details about the quote

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

lineCriteria

QuoteLineCriteria

Criteria on lines of the quote

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

notification

ClauseBoolean

Quote subject to notification

preTaxAmount

ClauseDouble

Pre tax amount of the management object

readOption

QuoteReadOption

Options for retrieving additional information about the quote

reference1

ClauseString

First supplier reference

reference2

ClauseString

Second supplier reference

reference3

ClauseString

Third supplier reference

state

ClauseString

State of the quote

supplierDate

ClauseDate

The supplier reference date

supplierId

ClauseString

Id of the supplier

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.304. QuoteLine

Quote 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

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

rebillable

PurchaseRebillableType

Details about the rebillable type
Example : REBILLABLE

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.305. QuoteLineCriteria

Criteria used to get more details about quote lines.

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

notificationComment

ClauseString

Comment of the notification

notificationDate

ClauseDate

Date of the notification

phaseId

ClauseString

projectCriteria

ManagementProjectCriteria

Criteria on project linked to the line

projectId

ClauseString

purchasedItemId

ClauseString

Id of the purchased item

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.306. QuoteReadOption

The options you can use to get more information about the quote

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the quote

Enum: BUYER, MANAGER, REQUESTER, CHANGE_TRACKING, CURRENCY, PAYMENT, CONDITION_OF_PAYEMENT, SUPPLIER, SUPPLIER_TO_BILL, ACCOUNTING_JOURNAL, FISCAL_YEAR, PROJECT, PHASE, SUB_PHASE, LINE_PROJECT, LINE_PHASE, LINE_SUB_PHASE, LINE_ITEM, LINE_ITEM_CATEGORY, LINE_ITEM_SUBCATEGORY, LINE_RESOURCE, OBJECT_HISTORY_LINKS, CUSTOM_DATA

3.307. QuoteState

Quote state

Type : enum (NOT_VALIDATED, VALIDATED, ARCHIVED, SIGNED, REVISED)

3.308. Reception

Reception

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

lines

List of ReceptionLine

List of the reception's lines with their details

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

objectHistoryLinks

List of ObjectHistoryLink

List of the link between a quotation and other objects

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

reference1

[String]

First supplier reference
Example : REF_SUP_1

reference2

[String]

Second supplier reference
Example : REF_SUP_2

reference3

[String]

Third supplier reference
Example : REF_SUP_3

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[Date]

Date of the supplier reference
Example : 2020-01-23T04:56:07Z

date-time

supplierId

[String]

ID of the supplier
Example : 5000123

supplierToBill

SupplierBase

Details about the supplier to bill
Remark : In add APIs (mainly PUT requests) supplierToBill model is not expected, use the supplierToBillId field instead.

supplierToBillId

[String]

ID of the supplier to bill
Example : 5000123

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.309. ReceptionCriteria

Criteria used to get more details about the reception

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

billingDate

ClauseDate

The date when the reception was billed

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

exclusivelyLinkedTemporaryInvoiceId

[String]

Include purchase receptions exclusively linked to the identified temporary invoice (multiple links can exist)
Example : 5000123

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

lineCriteria

ReceptionLineCriteria

Criteria on lines of the reception

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

readOption

ReceptionReadOption

Options for retrieving additional information about the reception

reference1

ClauseString

First supplier reference

reference2

ClauseString

Second supplier reference

reference3

ClauseString

Third supplier reference

supplierDate

ClauseDate

The supplier reference date

supplierId

ClauseString

Id of the supplier

thirdPartyId

ClauseString

Id of the third party

thirdPartyToBillId

ClauseString

Id of the third party to bill

validationDate

ClauseDate

Validation of the management object

3.310. ReceptionInformationsHolder

Informations for the reception of an order

Field Name Required Type Description Format

afterTaxAmount

[Double]

After-Tax Amount
Example : 120.37

double

linesToReceive

List of LineToReceive

List of lines to receive

preTaxAmount

[Double]

Pre-Tax Amount
Example : 100.14

double

receptionDate

[Date]

Date of the reception
Example : 2020-01-31T23:59:59Z

date-time

3.311. ReceptionLine

Reception 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

billingDate

[Date]

Billing date
Example : 2020-01-31T23:59:59Z

date-time

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

invoiceId

[String]

ID of the invoice
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.312. ReceptionLineCriteria

Criteria used to get more details about order lines.

Field Name Required Type Description Format

additionalFreeFieldCriteria

AdditionalFreeFieldsCriteria

dummy

ClauseString

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

purchasedItemId

ClauseString

Id of the purchased item

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.313. ReceptionReadOption

Options for retrieving extra information concerning the reception

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the reception

Enum: BUYER, MANAGER, CHANGE_TRACKING, CURRENCY, PAYMENT, CONDITION_OF_PAYEMENT, SUPPLIER, SUPPLIER_TO_BILL, ACCOUNTING_JOURNAL, FISCAL_YEAR, PROJECT, PHASE, SUB_PHASE, LINE_PROJECT, LINE_PHASE, LINE_SUB_PHASE, LINE_ITEM, LINE_ITEM_CATEGORY, LINE_ITEM_SUBCATEGORY, LINE_RESOURCE, OBJECT_HISTORY_LINKS, CUSTOM_DATA

3.314. 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.315. RecipientContactType

Type of recipient

Type : enum (IN_COPY, RECIPIENT)

3.316. 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.317. 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.318. RepeatingYear

Repeating Year

Type : enum (YES, NO)

3.319. 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.320. 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.321. 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.322. 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.323. SearchFieldType

Type of search field

Type : enum (DROPDOWN_LIST, DATE, TEXT, BOOLEAN, NUMBER)

3.324. 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.325. 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.326. 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.327. 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.328. ShiftPeriod

Time unit for shifting the period.

Type : enum (YEAR, HALF_YEAR, QUARTER, MONTH, WEEK, DAY)

3.329. ShippingCosts

Exemption from shipping costs

Field Name Required Type Description Format

applicableShippingCosts

[Boolean]

Return true if the shipping costs are applicable
Example : true

closeToExemptionThreshold

[String]

Close to exemption alert threshold
Example : 75

exemptionThreshold

[String]

Exemption threshold
Example : 100

isLinkedToReceptionSite

[Boolean]

Return true if shipping costs are linked to reception site
Example : true

3.330. 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.331. 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.332. 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.333. 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.334. 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.335. SortType

Sort type for search

Type : enum (ASC, DESC)

3.336. 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.337. StandardAction

Standard action for an event

Type : enum (INSERT, UPDATE, DELETE)

3.338. 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.339. 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.340. 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.341. 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.342. 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.343. 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.344. 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.345. SubCategoryItemClassification

Purchased item sub-category classification

Type : enum (EXTERNAL, INTERNAL, NOT_SPECIFIED, OTHERS, PRICE_REVIEW)

3.346. 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.347. 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.348. 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.349. 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.350. 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.351. 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.352. 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.353. SubcontractingManagement

Subcontracting management

Field Name Required Type Description Format

defaultSubcontractor

[Boolean]

Set the supplier as the subcontractor by default
Example : true

isSubcontractor

[Boolean]

Return true if the supplier is a subcontractor
Example : true

subcontractorBillingUnit

SubcontractorBillingUnit

Subconctrator billing unit
Example : HOURS

3.354. SubcontractorBillingUnit

Subcontractor billing unit
Hours are expressed in hours hundredths.

Type : enum (HOURS, DAYS)

3.355. 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.356. 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.357. 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.358. Supplier

Supplier

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]

Ident of the account manager
Example : 500501

accountingPeriod

[String]

Accounting Period
Example : Monthly

address

Address

Details about the address

addressId (Deprecated)

[String]

Ident of the address
Example : 5010835
Deprecated :

ape

[String]

APE code (French company only)
Example : 96.02A

applicableShippingCosts

ShippingCosts

Details about the applicable shipping costs

bankDetails (Deprecated)

BankDetails

Details about the bank
Deprecated : Use bankingInformations instead

bankingInformationStatus (Deprecated)

BankingInformationStatus

Example : VALIDATED
Deprecated : Use bankingInformations instead

bankingInformations

List of BankingInformation

Details about the list of banking information for this supplier.
To add or update banking information, use the dedicated api: 'Replace a supplier's banking information.'

bic (Deprecated)

BIC

Details about the BIC
Deprecated : Use bankingInformations instead

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]

Ident of the category
Example : 200456

changeTracking

ChangeTracking

Creation and modification date and user

closingDate

[Date]

Closing date of the supplier
Warning: This property will soon be read-only. We advise against modifying its value when creating or updating the object that contains it.

Example : 2020-01-31T23:59:59Z

date-time

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

companyCode

[String]

Company of the supplier
Example : AKSAS

conditionOfPayment

ConditionOfPayment

Details about payment condition

customData

Map of CustomData

Custom Data (when present)

email (Deprecated)

[String]

Email of the supplier
Example : contact@gen-elec.com
Deprecated : Use Address/email instead

entity

EntityBase

Details about the entity
Remark : In add APIs (mainly PUT requests) entity model is not expected, use the entityId field instead.

entityCode (Deprecated)

[String]

Entity of the supplier
Example : LYO
Deprecated : entityId instead

entityId

[String]

The ident of the entity
Example : 5100962

equity

[Double]

Corporate capital
Example : 17506.34

double

grouping1

[String]

First supplier's grouping
Example : My first grouping

grouping2

[String]

Second supplier's grouping
Example : My second grouping

grouping3

[String]

Third supplier's grouping
Example : My third grouping

headcount

[Double]

Headcount of the supplier
Example : 72

double

holdback

[String]

Holdback number of days
Example : 5

iban (Deprecated)

IBAN

Details about the IBAN
Deprecated : Use bankingInformations instead

id

[String]

Id in database
Example : 5000123

isDAS2

[Boolean]

Return true if the supplier is used in the DAS2 form
Example : true

isEmployee

[Boolean]

Return true if the supplier is an employee
Example : false

isForeign

[Boolean]

Return true if the supplier is a foreign supplier
Example : true

isFrCompetitor

[Boolean]

Return true if the supplier is a french supplier considered as a competitor
Example : true

isNotDun

[Boolean]

Return true if the supplier is not dunnable
Example : true

keywords

[String]

Keywords
Example : WORD

legalForm

[String]

Legal status
Example : SA

legalName

[String]

Legal name of the supplier
Example : General Electricity and Co.

limitedReferences

[Boolean]

Return true if the supplier is limited to its purchase references
Example : true

linkedEmployee

EmployeeBase

Details about 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
Example : 5000123

linkedEntities

List of Entity

Details about the linked entity

linkedEntitiesId

[String]

Ident of the linked entities
Example : 65009

name

[String]

The name of the third party (customer, supplier, other third party).
This field is mandatory.

Example : Akuiteo

notes

[String]

Notes on the supplier
Example : Lorem Ipsum

openingDate

[Date]

Opening date
Example : 2020-01-23T04:56:07Z

date-time

paymentAuthorization

[Boolean]

Return true if the payment is authorized
Example : true

phone (Deprecated)

[String]

Phone of the supplier
Example : +33 4 04 04 04 04
Deprecated : Use Address/phone instead

profession

Profession

Details about the profession
Remark : In add APIs (mainly PUT requests) profession model is not expected, use the professionId field instead.

professionId

[String]

Ident of the profession
Example : 500238

revenue

[Double]

Revenue of the supplier
Example : 34899.07

double

salesOrderContact

[String]

Contact for the sales order
Example : CASH

siren

[String]

Identification number for a french company
Example : 362521879

siret

[String]

Identification number for an entity of a french company
Example : 55217863900132

subCategory

SubCategory

Details about the sub-category
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

subContractor

SubcontractingManagement

Details about the subcontractor

supplierAccountingParameters

SupplierAccountingParameters

Details about accounting parameters

supplierSite

List of SupplierSite

Details about the list of supplier site

supplierTaxInformation

SupplierTaxInformation

Details about the supplier tax information

thirdPartyLinkType

ThirdPartyLinkType

Third party link type for this supplier.
When “requiredSiren” is set to “true” in the ThirdPartyLinkType entered here, the “SIREN” field for this supplier becomes mandatory.

Remark : In add APIs (mainly PUT requests) thirdPartyLinkType model is not expected, use the thirdPartyLinkTypeId field instead.

thirdPartyLinkTypeId

[String]

The Id of the third party link type
Example : 5000123

type

SupplierType

Details about the supplier type
Example : INTERNAL

unit

[String]

Unit of the supplier
Example : Legal person

3.359. SupplierAccountingParameters

Supplier Accounting Parameters

Field Name Required Type Description Format

accountingNumber

[String]

Accouting number
Example : F9527

currencyCode

[String]

Code of the currency
Example : EUR

group

[Boolean]

Return true if the supplier is checked as group
Example : false

intercoCode

[String]

Interco code
Example : AKSAS

internalControlAccountNumber

[String]

Internal control account
Example : 411000

isNotBooked

[Boolean]

Return true if the supplier is not booked
Example : true

journalCode

[String]

Code of the journal
Example : AC

mainReconciliationAccountNumber

[String]

Main reconciliation account number
Example : 407000

piaControlAccountNumber

[String]

PIA control number
Example : 408100

prepaidExpensesAccountNumber

[String]

Prepaid reconciliation account number
Example : 4110856

reconciliationAccount2Number

[String]

Second reconciliation account number
Example : 470056

reconciliationAccount3Number

[String]

Third reconciliation account number
Example : 684752

reconciliationAccount4Number

[String]

Fourth reconciliation account number
Example : 408203

reconciliationAccount5Number

[String]

Fifth reconciliation account number
Example : 409000

supplierId

[String]

Ident of the supplier
Example : 30

3.360. 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.361. SupplierCriteria

Criteria used to get more details about the supplier

Field Name Required Type Description Format

VATNumber

ClauseString

VAT number of the supplier

accountManagerId

ClauseString

The ID of the account manager

addressId

ClauseString

The ID of the address

categoryId

ClauseString

The ID of the category

code

ClauseString

Code of the supplier

companyCode

ClauseString

Code of the company

customData

Map of Clause

Custom Data

entityCode

ClauseString

Code of the entity

entityId

ClauseString

The ID of the entity

group

ClauseBoolean

Set as 'true' to return the supplier checked as group

grouping1

ClauseString

First supplier's grouping

grouping2

ClauseString

Second supplier's grouping

grouping3

ClauseString

Third supplier's grouping

id

ClauseString

Ident of the supplier

intercoCode

ClauseString

Interco code of the supplier

isMultiCompany

ClauseBoolean

Set as True if you want to search on all companies

isNotBooked

ClauseBoolean

Set as 'true' to return the supplier not booked

legalName

ClauseString

Legal name of the supplier

name

ClauseString

Name of the supplier

onlyPresent

ClauseBoolean

Set as True if you want to search for present supplier only

professionId

ClauseString

The ID of the profession

readOption

SupplierReadOption

Options for retrieving extra information concerning the supplier

siren

ClauseString

SIREN number of the supplier. SIREN is a unique digital identifier assigned to legal entities in France.

siret

ClauseString

SIRET number of the supplier.

subCategoryId

ClauseString

The ID of the sub-category

supplierVariety

ClauseString

tag

ClauseString

You can fill in the code or name of the supplier in this field

type

ClauseString

The supplier type.

Describe a mapping rule that links a supplier to a project for dematerialization.

3.363. SupplierLinkCriteria

Criteria used to search mapping rule that links a supplier to a project for dematerialization

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

phaseId

ClauseString

Ident of a phase

projectId

ClauseString

Ident of a project

readOption

SupplierLinkReadOption

Options for retrieving extra information concerning the supplier to project mapping

subPhaseId

ClauseString

Ident of a sub-phase

supplierId

ClauseString

Ident of a supplier

3.364. SupplierLinkReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the supplier link

Enum: COMPANY, SUPPLIER, PROJECT, PHASE, SUB_PHASE

3.365. SupplierLinked

Supplier linked

Field Name Required Type Description Format

action

Action

Details about the action verb
Example : ADD

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.366. SupplierReadOption

Options used to get additional information when doing a supplier's search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the supplier

Enum: LINKED_EMPLOYEE, ACCOUNT_MANAGER, ENTITY, CONDITION_OF_PAYEMENT, ACCOUNTING_PARAMETERS, SUPPLIER_TAX_INFORMATION, CATEGORY, SUB_CATEGORY, PROFESSION, SUPPLIER_SITES, CHANGE_TRACKING, CUSTOM_DATA, THIRD_PARTY_LINK_TYPE, BANKING_INFORMATIONS, TAX_INFORMATION_VAT_AREA

3.367. SupplierRelatedInformation

Supplier Related Information

Field Name Required Type Description Format

changeTracking

ChangeTracking

Creation and modification date and user

companyId

[String]

ID of the company
Example : 5000123

contactId

[String]

ID of the contact related to this supplier
Example : 5000123

id

[String]

Id in database
Example : 5000123

noLongerWorkForThisCompany

[Boolean]

True if the Contact no longer works for the company
Example : false

showAllRequests

[Boolean]

True if the Contact can see all the requests of his company
Example : false

supplierId

[String]

ID of the supplier related to this contact
Example : 5000123

3.368. SupplierSite

Details about supplier site

Field Name Required Type Description Format

address

Address

Details about the address

addressId (Deprecated)

[String]

Ident of the address
Example : 5010835
Deprecated :

bankDetails

BankDetails

Details about the bank

bankingInformationStatus

BankingInformationStatus

Example : VALIDATED

bic

BIC

Details about the BIC

contacts

List of Contact

List of a site's contact with their details

email (Deprecated)

[String]

Email of the supplier site
Deprecated : Use Address/email instead

externalReference

[String]

External references
Example : Lorem Ipsum

iban

IBAN

Details about the IBAN

id

[String]

Id in database
Example : 5000123

legalName1

[String]

First legal name of the site
Example : My name one

legalName2

[String]

Second legal name of the site
Example : My name two

main

[Boolean]

Return true if the site is the main site of the supplier
Example : true

manager

EmployeeBase

Details about the manager
Remark : In add APIs (mainly PUT requests) manager model is not expected, use the managerId field instead.

managerId

[String]

Ident of the manager
Example : 5000123

name

[String]

Name of the supplier site

note

[String]

Notes about the site
Example : Lorem ipsum

phone (Deprecated)

[String]

Phone number of the supplier site
Deprecated : Use Address/phone instead

siret

[String]

Identification number for an entity of a french company
Example : 55217863900132

siteCode

[String]

Code of the site
Example : SITE_1

supplier

Supplier

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

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.

taxInformation

TaxInformation

Details about the tax information

useForOrderAddress

[Boolean]

Return true if the site's address can be used as an order address
Example : true

useForOrderAddressDefault

[Boolean]

Return true if the site's address is used as the default order address
Example : false

useForPaymentAddress

[Boolean]

Return true if the site's address can be used as a payment address
Example : true

useForPaymentAddressDefault

[Boolean]

Return true if the site's address is used as the default payment address
Example : true

useForReceptionAddress

[Boolean]

Return true if the site's address can be used as a reception address
Example : false

useForReceptionAddressDefault

[Boolean]

Return true if the site's address is used as the default reception address
Example : false

validUntil

[Date]

Date until the site is valid
Example : 2023-01-23T04:56:07Z

date-time

3.369. 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.370. SupplierSiteCriteria

Criteria used to get more details about the supplier's site

Field Name Required Type Description Format

code

ClauseString

Code of the supplier's site

ibanAccountNumber

ClauseString

IBAN account number of the supplier's site

id

ClauseString

Ident of the supplier's site

name

ClauseString

Name of the supplier's site

readOption

SupplierSiteReadOption

Options for retrieving extra information concerning the purchase item

supplierId

ClauseString

Ident of the supplier for the supplier's site

validity

Validity

Details about the validity of the supplier's site

3.371. SupplierSiteReadOption

The options you can use to get more information about the supplier's site

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the supplier site

Enum: CONTACTS, MANAGER, SUPPLIER, TAX_INFORMATION, TAX_INFORMATION_VAT_AREA

3.372. SupplierTaxInformation

Supplier 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

reverseCharge

[Boolean]

Exclude from the reverse charge procedure for VAT
Example : false

supplierId

[String]

Ident of the supplier
Example : 30

supplierTaxRegime

SupplierTaxRegime

The tax regime to apply
Example : COMMON_LAW

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.373. SupplierTaxRegime

Supplier tax regime

Type : enum (COMMON_LAW, DEBITS)

3.374. SupplierToAccountingJournalMapping

Describe a mapping rule that links a supplier to an accounting journal for dematerialization.

Field Name Required Type Description Format

accountingJournal

AccountingJournal

Mapping target as an accounting journal
Remark : In add APIs (mainly PUT requests) accountingJournal model is not expected, use the accountingJournalId field instead.

accountingJournalId

[String]

ID of the supplier
Example : 5000123

company

Company

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

id

[String]

Id in database
Example : 5000123

supplier

Supplier

Mapping source as a supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierId

[String]

ID of the supplier
Example : 5000123

3.375. SupplierToAccountingJournalMappingCriteria

Criteria used to search mapping rule that links a supplier to an accounting journal for dematerialization

Field Name Required Type Description Format

accountingJournalId

ClauseString

Ident of an accounting journal

companyId

ClauseString

Ident of a company

id

ClauseString

Ident

readOption

SupplierToAccountingJournalMappingReadOption

Options for retrieving extra information concerning the supplier to accounting journal mapping

supplierId

ClauseString

Ident of a supplier

3.376. SupplierToAccountingJournalMappingReadOption

Option use to get additional information

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the supplier to accounting journal mapping

Enum: COMPANY, SUPPLIER, ACCOUNTING_JOURNAL

3.377. SupplierType

Supplier type

Type : enum (INTERNAL, EXTERNAL, VIRTUAL)

3.378. 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.379. 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.380. 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.381. 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.382. TagType

Type of tag

Type : enum (ISSUE, SCHEDULE, OPPORTUNITY)

3.383. TaskBase

Task base

Field Name Required Type Description Format

id

[String]

Id in database
Example : 5000123

3.384. TaskBillingType

The list of value of billing type of the type of project task.

Type : enum (TIME_BASED, TIME_BASED_FIXED_PRICE_MONTHLY)

3.385. 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.386. 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.387. 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.388. TemporaryInvoiceEInvoicingInfo

Electronic invoicing information for a temporary purchase invoice

Field Name Required Type Description Format

lastStatusUpdateDate

[Date]

The date of the last status update for e-invoicing.
Example : 2025-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

lastTechnicalUpdateDate

[Date]

The date of the last technical status update for e-invoicing.
Example : 2025-01-23T04:56:07Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

numberOfRetryAttempted

[Double]

Number of attempts to send the status to the dematerialisation platform.
Example : 2
Remark : This property is read-only and provides current data without allowing modifications.

double

status

TemporaryInvoiceEInvoicingStatus

Temporary invoice e-invoicing status
Example : _204

technicalStatus

EInvoiceTechnicalStatus

E-invoicing technical status.
It is an internal and technical status that provides information on the status of transmission with the dematerialisation platform.

Example : PENDING

3.389. TemporaryInvoiceEInvoicingInfoCriteria

Criteria used to get more about electronic invoicing details for a temporary purchase invoice.

Field Name Required Type Description Format

lastStatusUpdateDate

ClauseDate

The date of the last status update for e-invoicing

lastTechnicalUpdateDate

ClauseDate

The date of the last technical status update for e-invoicing.

numberOfRetryAttempted

ClauseDouble

Number of attempts to send the status to the dematerialisation platform

status

ClauseString

Temporary invoice e-invoicing status
(See TemporaryInvoiceEInvoicingStatus)

technicalStatus

ClauseString

E-invoincing technical status
It is an internal and technical status that provides information on the
status of transmission with the dematerialisation platform.

(See EInvoiceTechnicalStatus)

3.390. TemporaryInvoiceEInvoicingStatus

Temporary invoice e-invoicing status

Type : enum (_204, _210)

3.391. TemporaryPurchaseBillingTableLineToMarkAsBilled

Properties of the billing table line to mark as billed for the temporary invoice

Field Name Required Type Description Format

billingTableLineId

[String]

ID of the billing table line to mark as billed
Example : 5000123

id

[String]

ID of the temporary purchase billing table line to mark as billed
Example : 5000123

temporaryInvoiceId

[String]

ID of the temporary invoice
Example : 5000123

3.392. TemporaryPurchaseInvoice

Temporary purchase invoice

Field Name Required Type Description Format

accountantReference

[String]

Accountant reference
Example : toto

accountingJournal

AccountingJournal

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

additionalReferencedDocument

[String]

Additional referenced document
Example : FF558

afterTaxAmount

[Double]

After-Tax Amount expressed in company currency
Example : 120.37

double

afterTaxAmountCurrency

[Double]

After-Tax Amount in currency
Example : 120.37

double

approver

UserBase

The approver (user)
Remark : In add APIs (mainly PUT requests) approver model is not expected, use the approverId field instead.

approverId

[String]

Id of the approver (user)
Example : 5000123

balance

[Double]

Balance
Example : 20.21

double

bookedInvoiceReference

[String]

The reference of the booked invoice.
Example : FF225544
Remark : This property is read-only and provides current data without allowing modifications.

buyerPrivateId

[String]

Private ID of the buyer
Example : 5000123

buyerReference

[String]

Buyer reference
Example : test

buyerSiren

[String]

Buyer SIREN
Example : 12035

buyerSiret

[String]

Buyer SIRET
Example : 12035

changeTracking

ChangeTracking

company

Company

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

contract

[String]

Contract
Example : Maintenance

currency

Currency

The currency in which the monetary values of this bean are expressed (value of fields explicitly suffixed with Currency)
Remark : In add APIs (mainly PUT requests) currency model is not expected, use the currencyId field instead.

currencyId

[String]

Id of the currency in which the monetary values of this bean are expressed (value of fields explicitly suffixed with Currency)
Example : 5000123

description

[String]

Description
Example : Ajout de 4 prises dans le bureau (initialement local Technique) et ajout de 2 prises sur poteau Accueil.

documents

List of Document

Documents linked to the invoice, including the initial PDF invoice document

dueDate

[date]

Due date
Example : 2020-12-25

date

eInvoicingInfo

TemporaryInvoiceEInvoicingInfo

Temporary invoice e-invoicing information

entity

EntityBase

Details about 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
Example : 5000123

exchangeRate

[Double]

Exchange rate
Example : 10

double

id

[String]

Id in database
Example : 5000123

importedCurrencyCode

[String]

Code of the currency (imported from file) in which the monetary values of this bean are expressed (value of fields explicitly suffixed with Currency)
Example : EUR

invoiceDate

[Date]

Date on which the invoice was issued
Example : 2020-01-31T23:59:59Z

date-time

invoiceNumber

[String]

The invoice's number
Example : F225544

invoiceType

InvoiceTypeEnum

Details about the invoice's type
Example : INVOICE

lines

List of TemporaryPurchaseInvoiceLine

List of the temporary purchase invoice's lines with their details

noticeOfReceipt

[String]

Notice of receipt
Example : test

orderNumber

[String]

Order number
Example : 203

paymentAccumulation

[Double]

Payment accumulation
Example : 20.21

double

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 currency
Example : 100.14

double

previousInvoiceReference

[String]

Previous invoice reference
Example : F4455

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

projectName

[String]

Project
Example : Akuiteo

receptionDate

[Date]

Date on which the invoice was received
Example : 2020-01-31T23:59:59Z

date-time

routing

[String]

Routing
Example : test

salesOrder

[String]

Sales order
Example : DDX55

shippingAdvice

[String]

Shipping advice
Example : test

status

TemporaryPurchaseInvoiceStatus

Status of the temporary purchase invoice.
This field cannot be set by request. Its value is automatically set through specific APIs, such as those for creating a definitive invoice, rejecting the temporary invoice, marking the invoice as validated or not validated, etc.

Example : TO_BE_PROCESSED

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

SupplierBase

Details about the supplier
Remark : In add APIs (mainly PUT requests) supplier model is not expected, use the supplierId field instead.

supplierDate

[date]

Supplier date
Example : 2020-12-25

date

supplierId

[String]

ID of the supplier
Example : 5000123

supplierName

[String]

Supplier name
Example : toto

supplierSiren

[String]

Supplier siren
Example : 56874

supplierTradeName

[String]

Supplier trade name
Example : toto

taxAmount

[Double]

Tax Amount expressed in company currency
Example : 20.21

double

taxAmountCurrency

[Double]

Tax Amount in currency
Example : 20.21

double

tender

[String]

Tender
Example : test

validationDate

[Date]

Validation date of the temporary purchase invoice.
This field cannot be set by request. Its value is automatically set through specific APIs, such as those for creating a definitive invoice, rejecting the temporary invoice, marking the invoice as validated or not validated, etc.

Example : 2020-01-31T23:59:59Z
Remark : This property is read-only and provides current data without allowing modifications.

date-time

vatNumber

[String]

Vat number
Example : 203

3.393. TemporaryPurchaseInvoiceCriteria

Criteria used to search temporary purchase invoices

Field Name Required Type Description Format

accountingJournalId

ClauseString

Id of the accounting journal associated with the temporary purchase invoice

afterTaxAmount

ClauseDouble

Total amount including tax, expressed in the currency of the temporary purchase invoice

bookedInvoiceReference

ClauseString

Number of the related invoice

buyerSiren

ClauseString

Siren of the buyer of the temporary purchase invoice

buyerSiret

ClauseString

Siret of the buyer of the temporary purchase invoice

companyId

ClauseString

Id of the Company receiving the temporary invoice

currencyId

ClauseString

Id of the currency in which the invoice amounts are expressed

eInvoicingInfoCriteria

TemporaryInvoiceEInvoicingInfoCriteria

Criteria applied to electronic invoicing details

id

ClauseString

Ident of the temporary purchase invoice

invoiceDate

ClauseDate

The date the invoice was issued

invoiceNumber

ClauseString

Invoice number of the temporary purchase invoice

lineCriteria

TemporaryPurchaseInvoiceLineCriteria

Criteria on lines of the temporary invoice

preTaxAmount

ClauseDouble

Amount excluding tax, expressed in the currency of the temporary purchase invoice

readOption

TemporaryPurchaseInvoiceReadOption

Options for retrieving extra information concerning the temporary purchase invoice

receptionDate

ClauseDate

Date on which the temporary purchase invoice was received

status

ClauseString

Status of the temporary purchase invoice

supplierDate

ClauseDate

Supplier date of the temporary purchase invoice

supplierId

ClauseString

Supplier id assigned to the temporary invoice

validationDate

ClauseDate

Date the temporary purchase invoice was validated or rejected

3.394. TemporaryPurchaseInvoiceImport

Needed data to create a temporary purchase invoice from an invoice file.

Field Name Required Type Description Format

companyIds

List of [string]

The token of the invoice file that has been uploaded with /documents/upload API

documentToken

[String]

The token of the invoice file that has been uploaded with /documents/upload API

3.395. TemporaryPurchaseInvoiceLine

Temporary purchase invoice 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

billingTableLineId

[String]

ID of the billing table line from which the temporary invoice line comes.
This field is set if the invoice line was generated from a billing table line.

Example : 5000123
Remark : This property is read-only and provides current data without allowing modifications.

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

fixedAsset

FixedAssetRecordSheetCommon

Detail about the fixed asset.
Remark : In add APIs (mainly PUT requests) fixedAsset model is not expected, use the fixedAssetId field instead.

fixedAssetId

[String]

The ID of the fixed asset record sheet.
This field can only be used if isFixedAsset is 'true' and groupInFixedAssetRecordSheet is 'false'.
If filled, the pre tax amount of the line will be added to the gross amount of the existing fixed asset record sheet. And the supplier invoice will be linked to the existing fixed asset record sheet used.
If empty, a new fixed asset record sheet will be created with as many lines as there are quantities.

Example : 5000123

forcedVat

[Boolean]

Forced VAT for the line
Example : true

generalAccount

[String]

General Account
Example : 411000

groupInFixedAssetRecordSheet

[Boolean]

This field can only be used if isFixedAsset is true.
Set by default as in the purchased item fixed asset setting.
Set as 'true' to group this line in a fixed asset record sheet.
If set as true, the quantity of the line will be grouped in the same line of the new fixed asset record sheet created.
If set as false the fixed asset record sheet will be created with as many lines as there are quantities.

Example : true

id

[String]

Id in database
Example : 5000123

isFixedAsset

[Boolean]

Set to 'true' if the fixed asset threshold setting is reached or exceeded, depending on the line unit price.
This field can only be set as true if the purchased item itself is set as a fixed asset and the supplier related to this invoice must have a fixed asset reconciliation account set up.
If set as true, the line account will be set with the fixed asset account of the purchased item and the reconciliation account of the line will be set with the fixed asset reconciliation account of the supplier.
Set as 'false' by default.

Example : true

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

orderLineId

[String]

ID of the order line from which the temporary invoice line comes.
This field is set if the invoice line was generated from a purchase order line.

Example : 5000123
Remark : This property is read-only and provides current data without allowing modifications.

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

rebillable

PurchaseRebillableType

Details about the rebillable typee
Example : REBILLABLE

receptionLineId

[String]

ID of the line of the reception from which the temporary invoice line comes.
This field is set if the invoice line was generated from a reception.

Example : 5000123
Remark : This property is read-only and provides current data without allowing modifications.

reconciliationAccount

[String]

Reconciliation account - the supplier's account number
Example : 5000123

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.396. TemporaryPurchaseInvoiceLineCriteria

Criteria used to get more details about invoice lines.

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

isFixedAsset

ClauseBoolean

Set to true to return temporary invoices lines marked as fixed assets

phaseId

ClauseString

projectCriteria

ManagementProjectCriteria

Criteria on project linked to the line

projectId

ClauseString

purchasedItemId

ClauseString

Id of the purchased item

rebillable

ClauseBoolean

Set to true to return temporary invoices lines marked as rebillable

receptionId

ClauseString

reference

ClauseString

Reference of the item

resourceId

ClauseString

Resource allocated to complete the task

startDate

ClauseDate

Start period clause

subPhaseId

ClauseString

3.397. TemporaryPurchaseInvoiceNotificationSetting

Describes the notification settings for temporary purchase invoice imports.

Field Name Required Type Description Format

company

Company

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

employees

List of EmployeeBase

Employees

endDate

[date]

End date
Example : 2020-12-25

date

id

[String]

Id in database
Example : 5000123

maxAmount

[Double]

Maximum amount
Example : 635

double

minAmount

[Double]

Minimal amount
Example : 635

double

notificationRecipients

List of NotificationRecipientLinked

Notification recipients

purchasedItemCategories

List of PurchasedItemCategoryLinked

Purchased item categories

purchasedItemSubCategories

List of PurchasedItemSubCategoryLinked

Purchased item sub-categories

purchasedItems

List of PurchasedItemLinked

Purchased items

startDate

[date]

Start date
Example : 2020-12-25

date

suppliers

List of SupplierLinked

Suppliers

userProfiles

List of UserProfileLinked

User profiles

3.398. TemporaryPurchaseInvoiceNotificationSettingCriteria

Search criteria for temporary purchase invoice notifications

Field Name Required Type Description Format

companyId

ClauseString

Ident of a company

employeeId

ClauseString

Ident of an employee

endDate

ClauseDate

An end date

id

ClauseString

Ident

managerId

ClauseString

Ident of a manager

maxAmount

ClauseDouble

A maximum amount

minAmount

ClauseDouble

A minimum amount

purchasedItemCategoryId

ClauseString

Ident of a purchased item category

purchasedItemId

ClauseString

Ident of a purchased item

purchasedItemSubCategoryId

ClauseString

Ident of a purchased item sub-category

readOption

TemporaryPurchaseInvoiceNotificationSettingReadOption

Options for retrieving extra information concerning the temporary purchase invoice notification setting

startDate

ClauseDate

A start date

supplierId

ClauseString

Ident of a supplier

userProfileId

ClauseString

Ident of a user profile

3.399. TemporaryPurchaseInvoiceNotificationSettingReadOption

Options used to get additional information when performing a temporary purchase invoice notification search

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the temporary purchase invoice notification setting

Enum: COMPANY, PURCHASED_ITEM, PURCHASED_ITEM_CATEGORY, PURCHASED_ITEM_SUB_CATEGORY, SUPPLIER, EMPLOYEE, USER_PROFILE, MANAGER

3.400. TemporaryPurchaseInvoiceReadOption

The options you can use to get more information about the temporary invoice.

Field Name Required Type Description Format

options

List of [string]

List of options used to get more details about the temporary purchase invoice

Enum: ACCOUNTING_JOURNAL, SUPPLIER, APPROVER, CHANGE_TRACKING, DOCUMENT, COMPANY, PROJECT, PHASE, SUB_PHASE, CURRENCY, ENTITY, E_INVOICING_INFO, LINE_PROJECT, LINE_PHASE, LINE_SUB_PHASE, LINE_ITEM, LINE_FIXED_ASSET, FORM_CONFIG

3.401. TemporaryPurchaseInvoiceStatus

Temporary purchase invoice status

Type : enum (TO_BE_PROCESSED, APPROVED, REJECTED, MARKED_AS_VALIDATED)

3.402. TemporaryPurchaseLineToReceive

Properties of the line of purchase order to receive for the temporary invoice

Field Name Required Type Description Format

amount

[Double]

Amount to receive (Only if the order is received on the amount)
Example : 635

double

id

[String]

ID of the temporary purchase line to receive
Example : 5000123

orderLineId

[String]

ID of the order line to receive
Example : 5000123

quantity

[Double]

Quantity to receive (Only if the order is received on quantities)
Example : 5

double

temporaryInvoiceId

[String]

ID of the temporary invoice
Example : 5000123

3.403. TemporaryPurchaseReceptionToMarkAsBilled

Properties of the reception to mark as billed for the temporary invoice

Field Name Required Type Description Format

id

[String]

ID of the temporary purchase reception to mark as billed
Example : 5000123

receptionId

[String]

ID of the reception to mark as billed
Example : 5000123

temporaryInvoiceId

[String]

ID of the temporary invoice
Example : 5000123

3.404. 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.405. 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.406. ThirdPartyTypeEnum

A type of the third party with people links

Type : enum (PROSPECT, CUSTOMER, SUPPLIER, OTHER_THIRD_PARTY)

3.407. 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.408. 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.409. 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.410. 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.411. TitleType

Type of title

Type : enum (UNKNOWN, NEUTRAL, MALE, FEMALE)

3.412. 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.413. TransactionStatus

Transaction status for electronic signatures

Type : enum (IN_PROGRESS, CANCELED, EXPIRED, COMPLETED)

3.414. TurnIntoOrderHolder

Informations to turn into order a quote

Field Name Required Type Description Format

orderDate

[Date]

Date of the order
Example : 2020-01-31T23:59:59Z

date-time

signQuote

[Boolean]

Set as True to sign the quote.
Example : true

3.415. UnitDuration

Unit of duration

Type : enum (MINUTE, HOUR_MINUTE, HOUR_DECIMAL, DAY, UNIT_OF_EMPLOYEE, UNIT_OF_COMPANY)

3.416. UnitPrice

Unit price of an item

Field Name Required Type Description Format

value

[Double]

Unit price of an item
Example : 4

double

3.417. 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.418. 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.419. 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.420. UserProfileLinked

User profile linked

Field Name Required Type Description Format

action

Action

Details about the action verb
Example : ADD

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.421. 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.422. 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.423. 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.424. 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.425. 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.426. ValidityType

Type of validity

Type : enum (VALID, INVALID)

3.427. 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.428. 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:48:39
Copyright : Akuiteo © 2025