POST api/MultiCurrency/Save

Request Information

URI Parameters

None.

Body Parameters

MultiCurrency
NameDescriptionTypeAdditional information
CurrencyStatus

boolean

None.

PostState

boolean

None.

EntryDate

date

None.

ModifyDate

date

None.

PostDate

date

None.

CurrencyRate

decimal number

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

PostUser

integer

None.

CurrencyCode

string

None.

CurrencyName

string

None.

CurrencySymbol

string

None.

Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrencyStatus": true,
  "PostState": true,
  "EntryDate": "2025-10-29T13:14:31.4318854+05:00",
  "ModifyDate": "2025-10-29T13:14:31.4318854+05:00",
  "PostDate": "2025-10-29T13:14:31.4318854+05:00",
  "CurrencyRate": 6.1,
  "CompanyId": 7,
  "EntryUser": 8,
  "Id": 9,
  "ModifyUser": 10,
  "OrganizationId": 11,
  "PostUser": 12,
  "CurrencyCode": "sample string 13",
  "CurrencyName": "sample string 14",
  "CurrencySymbol": "sample string 15",
  "Url": "sample string 16"
}

application/xml, text/xml

Sample:
<MultiCurrency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model">
  <CompanyId>7</CompanyId>
  <CurrencyCode>sample string 13</CurrencyCode>
  <CurrencyName>sample string 14</CurrencyName>
  <CurrencyRate>6.1</CurrencyRate>
  <CurrencyStatus>true</CurrencyStatus>
  <CurrencySymbol>sample string 15</CurrencySymbol>
  <EntryDate>2025-10-29T13:14:31.4318854+05:00</EntryDate>
  <EntryUser>8</EntryUser>
  <Id>9</Id>
  <ModifyDate>2025-10-29T13:14:31.4318854+05:00</ModifyDate>
  <ModifyUser>10</ModifyUser>
  <OrganizationId>11</OrganizationId>
  <PostDate>2025-10-29T13:14:31.4318854+05:00</PostDate>
  <PostState>true</PostState>
  <PostUser>12</PostUser>
  <Url>sample string 16</Url>
</MultiCurrency>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.