POST api/Save_Call_Cloure_Summery_Details
Request Information
URI Parameters
None.
Body Parameters
OnsiteUpdateProductDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Engineer_PersonId | integer |
None. |
|
| CallRegistrationId | integer |
None. |
|
| ProcessingDate | string |
None. |
|
| ServiceCenterId | integer |
None. |
|
| Brand_Id | integer |
None. |
|
| Category_Id | integer |
None. |
|
| Color_Id | integer |
None. |
|
| Model_Id | integer |
None. |
|
| Batch_Id | integer |
None. |
|
| Product_Id | integer |
None. |
|
| Shape_Id | integer |
None. |
|
| Qty | integer |
None. |
|
| RegistrationProductDtls_Id | integer |
None. |
|
| CallType_Id | integer |
None. |
|
| PurchaseDate | string |
None. |
|
| SerialNo | string |
None. |
|
| EngineerRemark | string |
None. |
|
| CommentsCallClosuer | string |
None. |
|
| InTime | string |
None. |
|
| OutTime | string |
None. |
|
| PendingReasonId | integer |
None. |
|
| ResolvePendingId | integer |
None. |
|
| Image1 | ImageBase64 |
None. |
|
| Image2 | ImageBase64 |
None. |
Request Formats
application/json, text/json
Sample:
{
"Engineer_PersonId": 1,
"CallRegistrationId": 2,
"ProcessingDate": "sample string 3",
"ServiceCenterId": 4,
"Brand_Id": 5,
"Category_Id": 6,
"Color_Id": 7,
"Model_Id": 8,
"Batch_Id": 9,
"Product_Id": 10,
"Shape_Id": 11,
"Qty": 12,
"RegistrationProductDtls_Id": 13,
"CallType_Id": 14,
"PurchaseDate": "sample string 15",
"SerialNo": "sample string 16",
"EngineerRemark": "sample string 17",
"CommentsCallClosuer": "sample string 18",
"InTime": "sample string 19",
"OutTime": "sample string 20",
"PendingReasonId": 21,
"ResolvePendingId": 22,
"Image1": {
"base64String": "sample string 1",
"ImageName": "sample string 2"
},
"Image2": {
"base64String": "sample string 1",
"ImageName": "sample string 2"
}
}
application/xml, text/xml
Sample:
<OnsiteUpdateProductDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models">
<Batch_Id>9</Batch_Id>
<Brand_Id>5</Brand_Id>
<CallRegistrationId>2</CallRegistrationId>
<CallType_Id>14</CallType_Id>
<Category_Id>6</Category_Id>
<Color_Id>7</Color_Id>
<CommentsCallClosuer>sample string 18</CommentsCallClosuer>
<EngineerRemark>sample string 17</EngineerRemark>
<Engineer_PersonId>1</Engineer_PersonId>
<Image1>
<ImageName>sample string 2</ImageName>
<base64String>sample string 1</base64String>
</Image1>
<Image2>
<ImageName>sample string 2</ImageName>
<base64String>sample string 1</base64String>
</Image2>
<InTime>sample string 19</InTime>
<Model_Id>8</Model_Id>
<OutTime>sample string 20</OutTime>
<PendingReasonId>21</PendingReasonId>
<ProcessingDate>sample string 3</ProcessingDate>
<Product_Id>10</Product_Id>
<PurchaseDate>sample string 15</PurchaseDate>
<Qty>12</Qty>
<RegistrationProductDtls_Id>13</RegistrationProductDtls_Id>
<ResolvePendingId>22</ResolvePendingId>
<SerialNo>sample string 16</SerialNo>
<ServiceCenterId>4</ServiceCenterId>
<Shape_Id>11</Shape_Id>
</OnsiteUpdateProductDetails>
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. |