POST api/v1/{systemName}/items/{typeId}/{fieldId}
Saves the Body of the Request as a string to a new Information Item of the Defined Type within the Defined Field. Use as a generic way to accept any request and then use additional tools inside the platform to interact with the request.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
typeId |
Information type id of an item to be added |
integer |
Required |
fieldId |
Field on the Information Type to save the values as a string. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>