POST api/Accounts/PostCurrencyMaster

Request Information

URI Parameters

None.

Body Parameters

CurrencyMaster
NameDescriptionTypeAdditional information
CUR_ID

integer

None.

CUR_CODE

string

None.

CUR_DESC

string

None.

CUR_ROUND_TYPE

string

None.

CUR_ALLOWED_DECIMAL

integer

None.

CUR_REMARKS

string

None.

CUR_STATUS

string

None.

CUR_CREATED_BY

string

None.

CUR_PROGRAM_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CUR_ID": 1,
  "CUR_CODE": "sample string 1",
  "CUR_DESC": "sample string 2",
  "CUR_ROUND_TYPE": "sample string 3",
  "CUR_ALLOWED_DECIMAL": 1,
  "CUR_REMARKS": "sample string 4",
  "CUR_STATUS": "sample string 5",
  "CUR_CREATED_BY": "sample string 6",
  "CUR_PROGRAM_ID": "sample string 7"
}

application/xml, text/xml

Sample:
<CurrencyMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CUR_ALLOWED_DECIMAL>1</CUR_ALLOWED_DECIMAL>
  <CUR_CODE>sample string 1</CUR_CODE>
  <CUR_CREATED_BY>sample string 6</CUR_CREATED_BY>
  <CUR_DESC>sample string 2</CUR_DESC>
  <CUR_ID>1</CUR_ID>
  <CUR_PROGRAM_ID>sample string 7</CUR_PROGRAM_ID>
  <CUR_REMARKS>sample string 4</CUR_REMARKS>
  <CUR_ROUND_TYPE>sample string 3</CUR_ROUND_TYPE>
  <CUR_STATUS>sample string 5</CUR_STATUS>
</CurrencyMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.