POST api/TicketsController/AddTransaction?Token={Token}&Dep_ID={Dep_ID}&Trans_ID={Trans_ID}&Subject={Subject}&Details={Details}&Priority={Priority}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Token

string

Required

Dep_ID

string

Required

Trans_ID

string

Required

Subject

string

Required

Details

string

Required

Priority

string

Required

Body Parameters

Collection of Prop
NameDescriptionTypeAdditional information
Prop_ID

string

None.

Prop_Sel_Val

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Prop_ID": "sample string 1",
    "Prop_Sel_Val": [
      {},
      {}
    ]
  },
  {
    "Prop_ID": "sample string 1",
    "Prop_Sel_Val": [
      {},
      {}
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTMAPI.Models">
  <Prop>
    <Prop_ID>sample string 1</Prop_ID>
    <Prop_Sel_Val xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </Prop_Sel_Val>
  </Prop>
  <Prop>
    <Prop_ID>sample string 1</Prop_ID>
    <Prop_Sel_Val xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:anyType />
      <d3p1:anyType />
    </Prop_Sel_Val>
  </Prop>
</ArrayOfProp>

multipart/form-data

Sample:
<ArrayOfProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTMAPI.Models"><Prop><Prop_ID>sample string 1</Prop_ID><Prop_Sel_Val xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:anyType /><d3p1:anyType /></Prop_Sel_Val></Prop><Prop><Prop_ID>sample string 1</Prop_ID><Prop_Sel_Val xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d3p1:anyType /><d3p1:anyType /></Prop_Sel_Val></Prop></ArrayOfProp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.