Create field service technician subinventories

post

/fscmRestApi/resources/11.13.18.05/technicianSubinventories

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : technicianSubinventories-item-response
Type: object
Show Source
  • Maximum Length: 1
    Contains one of the following values: null, true, or false. If null or true, then the field service technician can create transfer orders. If false, then the field service technician can't create transfer orders. The default value for this attribute is true.
  • Read Only: true
    Maximum Length: 80
    Condition of the subinventory. Valid values are Usable and Defective.
  • Read Only: true
    Maximum Length: 10
    Abbreviation that identifies the condition.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then this subinventory is the default subinventory. If false, then this subinventory isn't the default. This attribute doesn't have a default value.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then the subinventory is enabled. If false, then the subinventory is disabled. This attribute doesn't have a default value.
  • Links
  • Read Only: true
    Maximum Length: 80
    Type of the subinventory location being assigned to the field service technician. Valid values are Manned, Unmanned, Site Dedicated, and Technician.
  • Read Only: true
    Maximum Length: 10
    Abbreviation that identifies the location type.
  • Maximum Length: 18
    Abbreviation that identifies the organization.
  • Value that uniquely identifies the organization.
  • Maximum Length: 240
    Name of the organization.
  • Read Only: true
    Maximum Length: 4000
    Value that identifies the location of an internal address. This attribute is used to search for technician subinventories having this address.
  • Value that uniquely identifies the technician.
  • Maximum Length: 360
    Name of the technician.
  • Read Only: true
    Maximum Length: 30
    Number that identifies the technician.
  • Value that uniquely identifies the combination of organization and subinventory.
  • Maximum Length: 49
    Name used for the combination of organization and subinventory.
  • Maximum Length: 10
    Value that identifies the subinventory.
  • Read Only: true
    Maximum Length: 30
    Name of the subinventory
  • Value that uniquely identifies the technician subinventory.
Back to Top