PUT api/Transporter/Edit/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TransporterEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| TransporterName | string |
None. |
|
| OwnerName | string |
None. |
|
| TAddressLine1 | string |
None. |
|
| TAddressLine2 | string |
None. |
|
| Pincode | string |
None. |
|
| PhoneNo | string |
None. |
|
| MobileNo | string |
None. |
|
| EmailID | string |
None. |
|
| Status | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| CompanyID | integer |
None. |
|
| TType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"TransporterName": "sample string 2",
"OwnerName": "sample string 3",
"TAddressLine1": "sample string 4",
"TAddressLine2": "sample string 5",
"Pincode": "sample string 6",
"PhoneNo": "sample string 7",
"MobileNo": "sample string 8",
"EmailID": "sample string 9",
"Status": "sample string 10",
"CreatedDate": "2026-06-04T15:20:16.022033+05:30",
"UpdatedDate": "2026-06-04T15:20:16.022033+05:30",
"City": "sample string 11",
"State": "sample string 12",
"CompanyID": 13,
"TType": "sample string 14"
}
application/xml, text/xml
Sample:
<TransporterEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <City>sample string 11</City> <CompanyID>13</CompanyID> <CreatedDate>2026-06-04T15:20:16.022033+05:30</CreatedDate> <EmailID>sample string 9</EmailID> <MobileNo>sample string 8</MobileNo> <OwnerName>sample string 3</OwnerName> <PhoneNo>sample string 7</PhoneNo> <Pincode>sample string 6</Pincode> <State>sample string 12</State> <Status>sample string 10</Status> <TAddressLine1>sample string 4</TAddressLine1> <TAddressLine2>sample string 5</TAddressLine2> <TType>sample string 14</TType> <TransporterName>sample string 2</TransporterName> <UpdatedDate>2026-06-04T15:20:16.022033+05:30</UpdatedDate> <id>1</id> </TransporterEntity>
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. |