POST services/api/v1/Get_chequeprintAmoutninwords
Request Information
URI Parameters
None.
Body Parameters
Amount_Integer_Decimal| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | string |
None. |
|
| IntegerPart | string |
None. |
|
| DecimalPart | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": "sample string 1",
"IntegerPart": "sample string 2",
"DecimalPart": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |