POST RateCalc
Request Information
URI Parameters
None.
Body Parameters
CheckRate| Name | Description | Type | Additional information |
|---|---|---|---|
| pin_exists | string |
None. |
|
| fk_pk_source_key | integer |
None. |
|
| fk_pk_dest_key | integer |
None. |
|
| fk_pk_pin_key | integer |
None. |
|
| fk_pk_pin_det_key | integer |
None. |
|
| cosnmt_dt | string |
None. |
|
| fk_pk_trans_form_key | integer |
None. |
|
| fk_pk_ledg_key | integer |
None. |
|
| fk_pk_wb_cat_key | integer |
None. |
|
| fk_pk_transport_key | integer |
None. |
|
| fk_pk_wb_prod_key | integer |
None. |
|
| charge_wt | decimal number |
None. |
|
| doc_type | string |
None. |
|
| unit_pk_key | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pin_exists": "sample string 1",
"fk_pk_source_key": 2,
"fk_pk_dest_key": 3,
"fk_pk_pin_key": 4,
"fk_pk_pin_det_key": 5,
"cosnmt_dt": "sample string 6",
"fk_pk_trans_form_key": 7,
"fk_pk_ledg_key": 8,
"fk_pk_wb_cat_key": 9,
"fk_pk_transport_key": 10,
"fk_pk_wb_prod_key": 11,
"charge_wt": 12.1,
"doc_type": "sample string 13",
"unit_pk_key": 14
}
text/html
Sample:
{"pin_exists":"sample string 1","fk_pk_source_key":2,"fk_pk_dest_key":3,"fk_pk_pin_key":4,"fk_pk_pin_det_key":5,"cosnmt_dt":"sample string 6","fk_pk_trans_form_key":7,"fk_pk_ledg_key":8,"fk_pk_wb_cat_key":9,"fk_pk_transport_key":10,"fk_pk_wb_prod_key":11,"charge_wt":12.1,"doc_type":"sample string 13","unit_pk_key":14}
application/xml, text/xml
Sample:
<CheckRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TejCourier_Android.Models"> <charge_wt>12.1</charge_wt> <cosnmt_dt>sample string 6</cosnmt_dt> <doc_type>sample string 13</doc_type> <fk_pk_dest_key>3</fk_pk_dest_key> <fk_pk_ledg_key>8</fk_pk_ledg_key> <fk_pk_pin_det_key>5</fk_pk_pin_det_key> <fk_pk_pin_key>4</fk_pk_pin_key> <fk_pk_source_key>2</fk_pk_source_key> <fk_pk_trans_form_key>7</fk_pk_trans_form_key> <fk_pk_transport_key>10</fk_pk_transport_key> <fk_pk_wb_cat_key>9</fk_pk_wb_cat_key> <fk_pk_wb_prod_key>11</fk_pk_wb_prod_key> <pin_exists>sample string 1</pin_exists> <unit_pk_key>14</unit_pk_key> </CheckRate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.