PUT api/CremationUpdate/{district}/{blocktype}/{block}?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

district

string

None.

blocktype

string

None.

block

string

None.

Body Parameters

crimation_record_update
NameDescriptionTypeAdditional information
crimation_record_updateid

integer

None.

vehicleno

string

None.

officer

string

None.

drivername

string

None.

driverno

string

None.

timeofarrival

string

None.

refid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "crimation_record_updateid": 1,
  "vehicleno": "sample string 2",
  "officer": "sample string 3",
  "drivername": "sample string 4",
  "driverno": "sample string 5",
  "timeofarrival": "sample string 6",
  "refid": 1
}

application/xml, text/xml

Sample:
<crimation_record_update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility">
  <crimation_record_updateid>1</crimation_record_updateid>
  <drivername>sample string 4</drivername>
  <driverno>sample string 5</driverno>
  <officer>sample string 3</officer>
  <refid>1</refid>
  <timeofarrival>sample string 6</timeofarrival>
  <vehicleno>sample string 2</vehicleno>
</crimation_record_update>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.