POST Currencies/CurrencyTable_Update
Request Information
URI Parameters
None.
Body Parameters
CurrencyTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyID | integer |
None. |
|
| CurrencyCode | string |
None. |
|
| CurrencyPrimaryName | string |
None. |
|
| CurrencySecondlyName | string |
None. |
|
| CurrencyExchengeRete | decimal number |
None. |
|
| DCurrencyID | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchID | integer |
None. |
|
| Error | string |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyID": 1,
"CurrencyCode": "sample string 2",
"CurrencyPrimaryName": "sample string 3",
"CurrencySecondlyName": "sample string 4",
"CurrencyExchengeRete": 5.0,
"DCurrencyID": 6,
"CompanyId": 7,
"BranchID": 8,
"Error": "sample string 9",
"CreatedBy": 10,
"ModifiedBy": 11,
"Name": "sample string 12"
}
application/xml, text/xml
Sample:
<CurrencyTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO.Classes.Lookups"> <BranchID>8</BranchID> <CompanyId>7</CompanyId> <CreatedBy>10</CreatedBy> <CurrencyCode>sample string 2</CurrencyCode> <CurrencyExchengeRete>5</CurrencyExchengeRete> <CurrencyID>1</CurrencyID> <CurrencyPrimaryName>sample string 3</CurrencyPrimaryName> <CurrencySecondlyName>sample string 4</CurrencySecondlyName> <DCurrencyID>6</DCurrencyID> <Error>sample string 9</Error> <ModifiedBy>11</ModifiedBy> <Name>sample string 12</Name> </CurrencyTable>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPAPI.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>