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": "d5a0469c-a6c2-47bb-9076-284695447c65",
  "name": "sample string 2",
  "sales_organization_id": "86796b6c-e23a-4c60-be1d-11b9f0e8964f",
  "modified_dateutc": "2026-01-11T21:00:23.446155+00:00"
}

application/xml, text/xml

Sample:
<contract_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>d5a0469c-a6c2-47bb-9076-284695447c65</id>
  <modified_dateutc>2026-01-11T21:00:23.446Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>86796b6c-e23a-4c60-be1d-11b9f0e8964f</sales_organization_id>
</contract_type>