POST InjectionSourceTypes

Creates a new injection source type.

Request Information

URI Parameters

None.

Body Parameters

Injection source type to create. InjectionSourceTypeId should not be filled in.

InjectionSourceType
NameDescriptionTypeAdditional information
InjectionSourceTypeId

globally unique identifier

None.

Name

string

None.

SourceSystemId

string

None.

CompanyId

globally unique identifier

None.

CreateDate

date

None.

CreateUser

string

None.

LastModifiedDate

date

None.

LastModifiedUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InjectionSourceTypeId": "f3d1a13c-6dcb-4ede-af31-92241847b39a",
  "Name": "sample string 1",
  "SourceSystemId": "sample string 2",
  "CompanyId": "2b604f7d-a224-4386-ba29-50b41f613514",
  "CreateDate": "2024-03-29T05:24:20.4022411-07:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2024-03-29T05:24:20.4022411-07:00",
  "LastModifiedUser": "sample string 5"
}

Response Information

Resource Description

On success, the created injection source type.

NameDescriptionTypeAdditional information
Data

InjectionSourceType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "InjectionSourceTypeId": "874f48b6-8150-461a-8b5c-a162af6d5b92",
    "Name": "sample string 1",
    "SourceSystemId": "sample string 2",
    "CompanyId": "67bd433d-fd25-4b82-97c7-647d0a43be45",
    "CreateDate": "2024-03-29T05:24:20.4022411-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2024-03-29T05:24:20.4022411-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}