POST rmto/statements/cancel?serverId={serverId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serverId

integer

None.

Body Parameters

RmtoCancelStatement
NameDescriptionTypeAdditional information
companyCode

integer

None.

statementType

string

None.

number

integer

None.

seri

string

None.

vehicleType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companyCode": 1,
  "statementType": "sample string 2",
  "number": 3,
  "seri": "sample string 4",
  "vehicleType": "sample string 5"
}

application/xml, text/xml

Sample:
<RmtoCancelStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Narin.Rmto.Models">
  <companyCode>1</companyCode>
  <number>3</number>
  <seri>sample string 4</seri>
  <statementType>sample string 2</statementType>
  <vehicleType>sample string 5</vehicleType>
</RmtoCancelStatement>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RmtoCancelStatement'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.