GET Report/ConvertToArabic?number={number}&Debit_Credit={Debit_Credit}&CurrncyName={CurrncyName}&GenralCurrncy={GenralCurrncy}&SmallCurrncy={SmallCurrncy}&Total={Total}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
number

decimal number

Required

Debit_Credit

boolean

Required

CurrncyName

string

Required

GenralCurrncy

string

Required

SmallCurrncy

string

Required

Total

string

Required

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional 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/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>