POST api/FSRRequest/UpdateServiceRequest
Request Information
URI Parameters
None.
Body Parameters
ServiceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| REQUESTID | integer |
None. |
|
| EDGUID | string |
None. |
|
| VISITCOMPLETE | string |
None. |
|
| RSTATUSID | integer |
None. |
|
| SRRESOLUTIONID | integer |
None. |
|
| CUSTOMERREMARK | string |
None. |
|
| CUSTNAME | string |
None. |
|
| CUSTCONTACT | string |
None. |
|
| INTERVENTREMARK | string |
None. |
|
| INTERVENTION | boolean |
None. |
|
| IMGCUSTSIGNGUID | string |
None. |
|
| INGCUSTPHOTOGUID | string |
None. |
|
| INGSTSIGNGUID | string |
None. |
|
| IMGSTPHOTOGUID | string |
None. |
|
| ACTIONTAKEN | string |
None. |
|
| LOP | string |
None. |
|
| COOLENTTEMP | string |
None. |
|
| OILTEMP | string |
None. |
|
| LOAD_R | string |
None. |
|
| LOAD_Y | string |
None. |
|
| LOAD_B | string |
None. |
|
| HOURMTRREDING | string |
None. |
|
| PROBLEMSUMMARY | string |
None. |
|
| SRDEALYREASON | string |
None. |
|
| DETAILSUMMARY | string |
None. |
|
| MTTR | string |
None. |
|
| FAILUREOBSERVED | string |
None. |
|
| SERVICEITEMSLIST | Collection of SERVICEITEMS |
None. |
|
| ASSETITEMSLIST | Collection of ASSETITEMS |
None. |
|
| TASKSLIST | Collection of TASKS |
None. |
|
| ListOfParts | Collection of Parts |
None. |
|
| APKVERSION | string |
None. |
|
| REGAPPCONNECT | string |
None. |
|
| AMFPANEL | string |
None. |
|
| SCOPE | string |
None. |
|
| SRNOAMFPANEL | string |
None. |
|
| MODELNAME | string |
None. |
|
| KVARATINGAMFPANEL | string |
None. |
|
| KRM | string |
None. |
|
| KRMNO | string |
None. |
|
| IMGAMFPANELGUID | string |
None. |
|
| IMGKRMGUID | string |
None. |
|
| FLASHING | string |
None. |
|
| SECOUNT | integer |
None. |
|
| SEUID | string |
None. |
|
| MANUFACTUREBY | string |
None. |
|
| INSTALLEDBY | string |
None. |
|
| AMFTYPEID | integer |
None. |
|
| ISPARTREPORTED | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"REQUESTID": 1,
"EDGUID": "sample string 2",
"VISITCOMPLETE": "sample string 3",
"RSTATUSID": 4,
"SRRESOLUTIONID": 5,
"CUSTOMERREMARK": "sample string 6",
"CUSTNAME": "sample string 7",
"CUSTCONTACT": "sample string 8",
"INTERVENTREMARK": "sample string 9",
"INTERVENTION": true,
"IMGCUSTSIGNGUID": "sample string 11",
"INGCUSTPHOTOGUID": "sample string 12",
"INGSTSIGNGUID": "sample string 13",
"IMGSTPHOTOGUID": "sample string 14",
"ACTIONTAKEN": "sample string 15",
"LOP": "sample string 16",
"COOLENTTEMP": "sample string 17",
"OILTEMP": "sample string 18",
"LOAD_R": "sample string 19",
"LOAD_Y": "sample string 20",
"LOAD_B": "sample string 21",
"HOURMTRREDING": "sample string 22",
"PROBLEMSUMMARY": "sample string 23",
"SRDEALYREASON": "sample string 24",
"DETAILSUMMARY": "sample string 25",
"MTTR": "sample string 26",
"FAILUREOBSERVED": "sample string 27",
"SERVICEITEMSLIST": [
{
"SERVICEITEMSID": 1,
"USEDQTY": "sample string 2",
"IMGAFTERGUID": "sample string 3",
"IMGBEFOREGUID": "sample string 4"
},
{
"SERVICEITEMSID": 1,
"USEDQTY": "sample string 2",
"IMGAFTERGUID": "sample string 3",
"IMGBEFOREGUID": "sample string 4"
}
],
"ASSETITEMSLIST": [
{
"ASSETID": 1,
"BATTERYNO": "sample string 2",
"CANOPYNO": "sample string 3",
"ALTERNATORNO": "sample string 4"
},
{
"ASSETID": 1,
"BATTERYNO": "sample string 2",
"CANOPYNO": "sample string 3",
"ALTERNATORNO": "sample string 4"
}
],
"TASKSLIST": [
{
"TASKID": 1,
"TASKSTATUS": "sample string 2",
"STARTDATE": "sample string 3",
"ENDDATE": "sample string 4",
"IMGBEFOREGUID": "sample string 5",
"INGAFTERGUID": "sample string 6",
"RESOLUTIONDESC": "sample string 7"
},
{
"TASKID": 1,
"TASKSTATUS": "sample string 2",
"STARTDATE": "sample string 3",
"ENDDATE": "sample string 4",
"IMGBEFOREGUID": "sample string 5",
"INGAFTERGUID": "sample string 6",
"RESOLUTIONDESC": "sample string 7"
}
],
"ListOfParts": [
{
"PARTID": 1,
"PartsDescription": "sample string 2",
"Quantity": 3.0
},
{
"PARTID": 1,
"PartsDescription": "sample string 2",
"Quantity": 3.0
}
],
"APKVERSION": "sample string 28",
"REGAPPCONNECT": "sample string 29",
"AMFPANEL": "sample string 30",
"SCOPE": "sample string 31",
"SRNOAMFPANEL": "sample string 32",
"MODELNAME": "sample string 33",
"KVARATINGAMFPANEL": "sample string 34",
"KRM": "sample string 35",
"KRMNO": "sample string 36",
"IMGAMFPANELGUID": "sample string 37",
"IMGKRMGUID": "sample string 38",
"FLASHING": "sample string 39",
"SECOUNT": 40,
"SEUID": "sample string 41",
"MANUFACTUREBY": "sample string 42",
"INSTALLEDBY": "sample string 43",
"AMFTYPEID": 44,
"ISPARTREPORTED": true
}
application/xml, text/xml
Sample:
<ServiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelPortal.Request">
<ACTIONTAKEN>sample string 15</ACTIONTAKEN>
<AMFPANEL>sample string 30</AMFPANEL>
<AMFTYPEID>44</AMFTYPEID>
<APKVERSION>sample string 28</APKVERSION>
<ASSETITEMSLIST>
<ASSETITEMS>
<ALTERNATORNO>sample string 4</ALTERNATORNO>
<ASSETID>1</ASSETID>
<BATTERYNO>sample string 2</BATTERYNO>
<CANOPYNO>sample string 3</CANOPYNO>
</ASSETITEMS>
<ASSETITEMS>
<ALTERNATORNO>sample string 4</ALTERNATORNO>
<ASSETID>1</ASSETID>
<BATTERYNO>sample string 2</BATTERYNO>
<CANOPYNO>sample string 3</CANOPYNO>
</ASSETITEMS>
</ASSETITEMSLIST>
<COOLENTTEMP>sample string 17</COOLENTTEMP>
<CUSTCONTACT>sample string 8</CUSTCONTACT>
<CUSTNAME>sample string 7</CUSTNAME>
<CUSTOMERREMARK>sample string 6</CUSTOMERREMARK>
<DETAILSUMMARY>sample string 25</DETAILSUMMARY>
<EDGUID>sample string 2</EDGUID>
<FAILUREOBSERVED>sample string 27</FAILUREOBSERVED>
<FLASHING>sample string 39</FLASHING>
<HOURMTRREDING>sample string 22</HOURMTRREDING>
<IMGAMFPANELGUID>sample string 37</IMGAMFPANELGUID>
<IMGCUSTSIGNGUID>sample string 11</IMGCUSTSIGNGUID>
<IMGKRMGUID>sample string 38</IMGKRMGUID>
<IMGSTPHOTOGUID>sample string 14</IMGSTPHOTOGUID>
<INGCUSTPHOTOGUID>sample string 12</INGCUSTPHOTOGUID>
<INGSTSIGNGUID>sample string 13</INGSTSIGNGUID>
<INSTALLEDBY>sample string 43</INSTALLEDBY>
<INTERVENTION>true</INTERVENTION>
<INTERVENTREMARK>sample string 9</INTERVENTREMARK>
<ISPARTREPORTED>true</ISPARTREPORTED>
<KRM>sample string 35</KRM>
<KRMNO>sample string 36</KRMNO>
<KVARATINGAMFPANEL>sample string 34</KVARATINGAMFPANEL>
<LOAD_B>sample string 21</LOAD_B>
<LOAD_R>sample string 19</LOAD_R>
<LOAD_Y>sample string 20</LOAD_Y>
<LOP>sample string 16</LOP>
<ListOfParts>
<Parts>
<PARTID>1</PARTID>
<PartsDescription>sample string 2</PartsDescription>
<Quantity>3</Quantity>
</Parts>
<Parts>
<PARTID>1</PARTID>
<PartsDescription>sample string 2</PartsDescription>
<Quantity>3</Quantity>
</Parts>
</ListOfParts>
<MANUFACTUREBY>sample string 42</MANUFACTUREBY>
<MODELNAME>sample string 33</MODELNAME>
<MTTR>sample string 26</MTTR>
<OILTEMP>sample string 18</OILTEMP>
<PROBLEMSUMMARY>sample string 23</PROBLEMSUMMARY>
<REGAPPCONNECT>sample string 29</REGAPPCONNECT>
<REQUESTID>1</REQUESTID>
<RSTATUSID>4</RSTATUSID>
<SCOPE>sample string 31</SCOPE>
<SECOUNT>40</SECOUNT>
<SERVICEITEMSLIST>
<SERVICEITEMS>
<IMGAFTERGUID>sample string 3</IMGAFTERGUID>
<IMGBEFOREGUID>sample string 4</IMGBEFOREGUID>
<SERVICEITEMSID>1</SERVICEITEMSID>
<USEDQTY>sample string 2</USEDQTY>
</SERVICEITEMS>
<SERVICEITEMS>
<IMGAFTERGUID>sample string 3</IMGAFTERGUID>
<IMGBEFOREGUID>sample string 4</IMGBEFOREGUID>
<SERVICEITEMSID>1</SERVICEITEMSID>
<USEDQTY>sample string 2</USEDQTY>
</SERVICEITEMS>
</SERVICEITEMSLIST>
<SEUID>sample string 41</SEUID>
<SRDEALYREASON>sample string 24</SRDEALYREASON>
<SRNOAMFPANEL>sample string 32</SRNOAMFPANEL>
<SRRESOLUTIONID>5</SRRESOLUTIONID>
<TASKSLIST>
<TASKS>
<ENDDATE>sample string 4</ENDDATE>
<IMGBEFOREGUID>sample string 5</IMGBEFOREGUID>
<INGAFTERGUID>sample string 6</INGAFTERGUID>
<RESOLUTIONDESC>sample string 7</RESOLUTIONDESC>
<STARTDATE>sample string 3</STARTDATE>
<TASKID>1</TASKID>
<TASKSTATUS>sample string 2</TASKSTATUS>
</TASKS>
<TASKS>
<ENDDATE>sample string 4</ENDDATE>
<IMGBEFOREGUID>sample string 5</IMGBEFOREGUID>
<INGAFTERGUID>sample string 6</INGAFTERGUID>
<RESOLUTIONDESC>sample string 7</RESOLUTIONDESC>
<STARTDATE>sample string 3</STARTDATE>
<TASKID>1</TASKID>
<TASKSTATUS>sample string 2</TASKSTATUS>
</TASKS>
</TASKSLIST>
<VISITCOMPLETE>sample string 3</VISITCOMPLETE>
</ServiceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />