POST api/Neo/AmendTransaction

Request Information

URI Parameters

None.

Body Parameters

NeoAmendTransactionRequest
NameDescriptionTypeAdditional information
AgentSessionId

string

None.

PinNumber

string

None.

AmendmentField

string

None.

AmendmentValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentSessionId": "sample string 1",
  "PinNumber": "sample string 2",
  "AmendmentField": "sample string 3",
  "AmendmentValue": "sample string 4"
}

text/xml

Sample:
<NeoAmendTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Neo">
  <AgentSessionId>sample string 1</AgentSessionId>
  <AmendmentField>sample string 3</AmendmentField>
  <AmendmentValue>sample string 4</AmendmentValue>
  <PinNumber>sample string 2</PinNumber>
</NeoAmendTransactionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.