v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Contracts

Update contract

patch/v3/contracts/{id}

Path parameters

idstring required
Example:123e4567-e89b-12d3-a456-426614174000

Contract Id

Request body

namestring

Name of the Contract

closeDatestring date-time

Close date of the contract

externalIdstring

External ID of the contract

sourceTypestring

External ID source type

Example request

{
  "name": "Contract",
  "closeDate": "2024-01-01",
  "externalId": "123e4567-e89b-12d3-a456-426614174000",
  "sourceType": "NETSUITE"
}

Response

Contract updated successfully