Retrieves all contract type

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

contract_type
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the contract type

string
sales_organization_id

sales_organization_id filter when synching

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "c80233cc-4a5f-452f-8b89-4d1ddba1f6e9",
  "name": "sample string 2",
  "sales_organization_id": "2665657c-7f2c-494b-9537-82a8d72cff36",
  "modified_dateutc": "2026-03-07T14:50:12.8479375+00:00"
}

application/xml, text/xml

Sample:
<contract_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>c80233cc-4a5f-452f-8b89-4d1ddba1f6e9</id>
  <modified_dateutc>2026-03-07T14:50:12.847Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>2665657c-7f2c-494b-9537-82a8d72cff36</sales_organization_id>
</contract_type>