GET Coloader_Detail_Update
Request Information
URI Parameters
None.
Body Parameters
UpdateColoaderDetailsStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| fk_pk_pd_key | integer |
None. |
|
| fk_pk_load_sheet_key | integer |
None. |
|
| fk_pk_load_sheet_det_key | integer |
None. |
|
| fk_pk_consmt_key | integer |
None. |
|
| delv_status | string |
None. |
|
| delv_rmrk | string |
None. |
|
| crt_by | string |
None. |
|
| login_branch_key | integer |
None. |
|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| loc_address | string |
None. |
|
| user_type | string |
None. |
|
| delv_date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fk_pk_pd_key": 1,
"fk_pk_load_sheet_key": 2,
"fk_pk_load_sheet_det_key": 3,
"fk_pk_consmt_key": 4,
"delv_status": "sample string 5",
"delv_rmrk": "sample string 6",
"crt_by": "sample string 7",
"login_branch_key": 8,
"latitude": 9.0,
"longitude": 10.0,
"loc_address": "sample string 11",
"user_type": "sample string 12",
"delv_date": "sample string 13"
}
text/html
Sample:
{"fk_pk_pd_key":1,"fk_pk_load_sheet_key":2,"fk_pk_load_sheet_det_key":3,"fk_pk_consmt_key":4,"delv_status":"sample string 5","delv_rmrk":"sample string 6","crt_by":"sample string 7","login_branch_key":8,"latitude":9.0,"longitude":10.0,"loc_address":"sample string 11","user_type":"sample string 12","delv_date":"sample string 13"}
application/xml, text/xml
Sample:
<UpdateColoaderDetailsStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TejCourier_Android.Models"> <crt_by>sample string 7</crt_by> <delv_date>sample string 13</delv_date> <delv_rmrk>sample string 6</delv_rmrk> <delv_status>sample string 5</delv_status> <fk_pk_consmt_key>4</fk_pk_consmt_key> <fk_pk_load_sheet_det_key>3</fk_pk_load_sheet_det_key> <fk_pk_load_sheet_key>2</fk_pk_load_sheet_key> <fk_pk_pd_key>1</fk_pk_pd_key> <latitude>9</latitude> <loc_address>sample string 11</loc_address> <login_branch_key>8</login_branch_key> <longitude>10</longitude> <user_type>sample string 12</user_type> </UpdateColoaderDetailsStatus>
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.