POST api/v1/OutstandingSave

Request Information

URI Parameters

None.

Body Parameters

OutstandingSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

DebtorID

integer

None.

PmtRcvModeID

integer

None.

RcvdAmount

decimal number

None.

PmtRcvdID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "DebtorID": 2,
  "PmtRcvModeID": 3,
  "RcvdAmount": 4.0,
  "PmtRcvdID": 5
}

application/xml, text/xml

Sample:
<OutstandingSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <DebtorID>2</DebtorID>
  <Mode>sample string 1</Mode>
  <PmtRcvModeID>3</PmtRcvModeID>
  <PmtRcvdID>5</PmtRcvdID>
  <RcvdAmount>4</RcvdAmount>
</OutstandingSaveInput>

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 'OutstandingSaveInput'.

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.