ExternalIds

The ExternalIds object contains a set of external identifiers. ExternalIDs are assigned during a PUT (update) or POST (create) request. Clients can update only their own External IDs, Vendors can update only their own External IDs, and SoftwareOne Operations can update only the ID related to their specific operation.

Field
Type
Description

externalIds.client

string

The client-specific external ID, visible to clients.

externalIds.operations

string

The operations-specific external Id, visible to operations.

externalIds.vendor

string

The vendor-specific external Id, visible for vendors.

Example

{
  "client": "12345678",
  "operations":	"07bf766b-c767-4293-9ab3",
  "vendor": "ABC-2023-C07-dbeee0b302c0"
}

Last updated

Was this helpful?