PUT api/LedgerJobCard/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LedgerJobCard| Name | Description | Type | Additional information |
|---|---|---|---|
| LedgerId | decimal number |
None. |
|
| LedgerDate | date |
None. |
|
| LinkCode | string |
None. |
|
| ClientName | string |
None. |
|
| WorkshopName | string |
None. |
|
| SparePartsCategoryName | string |
None. |
|
| SparePartsSubCategoryName | string |
None. |
|
| SparePartsName | string |
None. |
|
| ItemName | string |
None. |
|
| ItemCode | string |
None. |
|
| TransactionTypeName | string |
None. |
|
| JobCardId | decimal number |
None. |
|
| JobCardCode | string |
None. |
|
| StatusName | string |
None. |
|
| JobCardDate | date |
None. |
|
| CarManufacturerName | string |
None. |
|
| CarModelName | string |
None. |
|
| PersonName | string |
None. |
|
| MobileNo | string |
None. |
|
| Qty | decimal number |
None. |
|
| GSTRate | decimal number |
None. |
|
| SalesPricePerUnit | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"LedgerId": 1.1,
"LedgerDate": "2026-03-07T17:12:27.1665955+00:00",
"LinkCode": "sample string 3",
"ClientName": "sample string 4",
"WorkshopName": "sample string 5",
"SparePartsCategoryName": "sample string 6",
"SparePartsSubCategoryName": "sample string 7",
"SparePartsName": "sample string 8",
"ItemName": "sample string 9",
"ItemCode": "sample string 10",
"TransactionTypeName": "sample string 11",
"JobCardId": 12.1,
"JobCardCode": "sample string 13",
"StatusName": "sample string 14",
"JobCardDate": "2026-03-07T17:12:27.1665955+00:00",
"CarManufacturerName": "sample string 16",
"CarModelName": "sample string 17",
"PersonName": "sample string 18",
"MobileNo": "sample string 19",
"Qty": 20.1,
"GSTRate": 21.1,
"SalesPricePerUnit": 22.1
}
application/xml, text/xml
Sample:
<LedgerJobCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GMSClass.ClientData.Plain"> <CarManufacturerName>sample string 16</CarManufacturerName> <CarModelName>sample string 17</CarModelName> <ClientName>sample string 4</ClientName> <GSTRate>21.1</GSTRate> <ItemCode>sample string 10</ItemCode> <ItemName>sample string 9</ItemName> <JobCardCode>sample string 13</JobCardCode> <JobCardDate>2026-03-07T17:12:27.1665955+00:00</JobCardDate> <JobCardId>12.1</JobCardId> <LedgerDate>2026-03-07T17:12:27.1665955+00:00</LedgerDate> <LedgerId>1.1</LedgerId> <LinkCode>sample string 3</LinkCode> <MobileNo>sample string 19</MobileNo> <PersonName>sample string 18</PersonName> <Qty>20.1</Qty> <SalesPricePerUnit>22.1</SalesPricePerUnit> <SparePartsCategoryName>sample string 6</SparePartsCategoryName> <SparePartsName>sample string 8</SparePartsName> <SparePartsSubCategoryName>sample string 7</SparePartsSubCategoryName> <StatusName>sample string 14</StatusName> <TransactionTypeName>sample string 11</TransactionTypeName> <WorkshopName>sample string 5</WorkshopName> </LedgerJobCard>
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. |