PUT api/PAVReview?projectRuntimeID={projectRuntimeID}&assetID={assetID}&changestate={changestate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectRuntimeID | globally unique identifier |
Required |
|
assetID | globally unique identifier |
Required |
|
changestate | boolean |
Required |
Body Parameters
PAVResponsesName | Description | Type | Additional information |
---|---|---|---|
ClientAssessmentResponseMasterID | globally unique identifier |
None. |
|
AssetID | globally unique identifier |
None. |
|
ProjectRuntimeID | globally unique identifier |
None. |
|
NewCarCount | integer |
None. |
|
TestDriveCarCount | integer |
None. |
|
Company | string |
None. |
|
Model | string |
None. |
|
Variant | string |
None. |
|
Dealer | string |
None. |
|
Location | string |
None. |
|
ResponseStatus | string |
None. |
|
Responses | Collection of PAVResponse |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientAssessmentResponseMasterID": "22e34437-148f-4456-b271-ab0c243507d8", "AssetID": "bddaa26a-2018-4e72-9bdb-5594b6399e19", "ProjectRuntimeID": "9406ae08-afa8-4b2c-81d8-8c1c948996aa", "NewCarCount": 4, "TestDriveCarCount": 5, "Company": "sample string 6", "Model": "sample string 7", "Variant": "sample string 8", "Dealer": "sample string 9", "Location": "sample string 10", "ResponseStatus": "sample string 11", "Responses": [ { "VIN": "sample string 1", "GPSLatitude": "sample string 2", "GPSLongtitude": "sample string 3", "Comments": "sample string 4", "Attachment1": "sample string 5", "Attachment2": "sample string 6", "Attachment3": "sample string 7", "Attachment4": "sample string 8", "Attachment5": "sample string 9", "DateTimeStamp": "sample string 10", "StockType": "sample string 11", "ResponseSet": 12, "ItemStatus": "sample string 13", "ApproverComment": "sample string 14" }, { "VIN": "sample string 1", "GPSLatitude": "sample string 2", "GPSLongtitude": "sample string 3", "Comments": "sample string 4", "Attachment1": "sample string 5", "Attachment2": "sample string 6", "Attachment3": "sample string 7", "Attachment4": "sample string 8", "Attachment5": "sample string 9", "DateTimeStamp": "sample string 10", "StockType": "sample string 11", "ResponseSet": 12, "ItemStatus": "sample string 13", "ApproverComment": "sample string 14" } ] }
application/xml, text/xml
Sample:
<PAVResponses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssetID>bddaa26a-2018-4e72-9bdb-5594b6399e19</AssetID> <ClientAssessmentResponseMasterID>22e34437-148f-4456-b271-ab0c243507d8</ClientAssessmentResponseMasterID> <Company>sample string 6</Company> <Dealer>sample string 9</Dealer> <Location>sample string 10</Location> <Model>sample string 7</Model> <NewCarCount>4</NewCarCount> <ProjectRuntimeID>9406ae08-afa8-4b2c-81d8-8c1c948996aa</ProjectRuntimeID> <ResponseStatus>sample string 11</ResponseStatus> <Responses> <PAVResponse> <ApproverComment>sample string 14</ApproverComment> <Attachment1>sample string 5</Attachment1> <Attachment2>sample string 6</Attachment2> <Attachment3>sample string 7</Attachment3> <Attachment4>sample string 8</Attachment4> <Attachment5>sample string 9</Attachment5> <Comments>sample string 4</Comments> <DateTimeStamp>sample string 10</DateTimeStamp> <GPSLatitude>sample string 2</GPSLatitude> <GPSLongtitude>sample string 3</GPSLongtitude> <ItemStatus>sample string 13</ItemStatus> <ResponseSet>12</ResponseSet> <StockType>sample string 11</StockType> <VIN>sample string 1</VIN> </PAVResponse> <PAVResponse> <ApproverComment>sample string 14</ApproverComment> <Attachment1>sample string 5</Attachment1> <Attachment2>sample string 6</Attachment2> <Attachment3>sample string 7</Attachment3> <Attachment4>sample string 8</Attachment4> <Attachment5>sample string 9</Attachment5> <Comments>sample string 4</Comments> <DateTimeStamp>sample string 10</DateTimeStamp> <GPSLatitude>sample string 2</GPSLatitude> <GPSLongtitude>sample string 3</GPSLongtitude> <ItemStatus>sample string 13</ItemStatus> <ResponseSet>12</ResponseSet> <StockType>sample string 11</StockType> <VIN>sample string 1</VIN> </PAVResponse> </Responses> <TestDriveCarCount>5</TestDriveCarCount> <Variant>sample string 8</Variant> </PAVResponses>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PAVResponsesName | Description | Type | Additional information |
---|---|---|---|
ClientAssessmentResponseMasterID | globally unique identifier |
None. |
|
AssetID | globally unique identifier |
None. |
|
ProjectRuntimeID | globally unique identifier |
None. |
|
NewCarCount | integer |
None. |
|
TestDriveCarCount | integer |
None. |
|
Company | string |
None. |
|
Model | string |
None. |
|
Variant | string |
None. |
|
Dealer | string |
None. |
|
Location | string |
None. |
|
ResponseStatus | string |
None. |
|
Responses | Collection of PAVResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClientAssessmentResponseMasterID": "8fa58e92-1b7e-4a94-a785-4ae0d809a91c", "AssetID": "098c48b5-21c4-46be-86c4-a98eb4d103c2", "ProjectRuntimeID": "92e5391e-02ad-4859-a492-d1de914b215e", "NewCarCount": 4, "TestDriveCarCount": 5, "Company": "sample string 6", "Model": "sample string 7", "Variant": "sample string 8", "Dealer": "sample string 9", "Location": "sample string 10", "ResponseStatus": "sample string 11", "Responses": [ { "VIN": "sample string 1", "GPSLatitude": "sample string 2", "GPSLongtitude": "sample string 3", "Comments": "sample string 4", "Attachment1": "sample string 5", "Attachment2": "sample string 6", "Attachment3": "sample string 7", "Attachment4": "sample string 8", "Attachment5": "sample string 9", "DateTimeStamp": "sample string 10", "StockType": "sample string 11", "ResponseSet": 12, "ItemStatus": "sample string 13", "ApproverComment": "sample string 14" }, { "VIN": "sample string 1", "GPSLatitude": "sample string 2", "GPSLongtitude": "sample string 3", "Comments": "sample string 4", "Attachment1": "sample string 5", "Attachment2": "sample string 6", "Attachment3": "sample string 7", "Attachment4": "sample string 8", "Attachment5": "sample string 9", "DateTimeStamp": "sample string 10", "StockType": "sample string 11", "ResponseSet": 12, "ItemStatus": "sample string 13", "ApproverComment": "sample string 14" } ] }
application/xml, text/xml
Sample:
<PAVResponses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssetID>098c48b5-21c4-46be-86c4-a98eb4d103c2</AssetID> <ClientAssessmentResponseMasterID>8fa58e92-1b7e-4a94-a785-4ae0d809a91c</ClientAssessmentResponseMasterID> <Company>sample string 6</Company> <Dealer>sample string 9</Dealer> <Location>sample string 10</Location> <Model>sample string 7</Model> <NewCarCount>4</NewCarCount> <ProjectRuntimeID>92e5391e-02ad-4859-a492-d1de914b215e</ProjectRuntimeID> <ResponseStatus>sample string 11</ResponseStatus> <Responses> <PAVResponse> <ApproverComment>sample string 14</ApproverComment> <Attachment1>sample string 5</Attachment1> <Attachment2>sample string 6</Attachment2> <Attachment3>sample string 7</Attachment3> <Attachment4>sample string 8</Attachment4> <Attachment5>sample string 9</Attachment5> <Comments>sample string 4</Comments> <DateTimeStamp>sample string 10</DateTimeStamp> <GPSLatitude>sample string 2</GPSLatitude> <GPSLongtitude>sample string 3</GPSLongtitude> <ItemStatus>sample string 13</ItemStatus> <ResponseSet>12</ResponseSet> <StockType>sample string 11</StockType> <VIN>sample string 1</VIN> </PAVResponse> <PAVResponse> <ApproverComment>sample string 14</ApproverComment> <Attachment1>sample string 5</Attachment1> <Attachment2>sample string 6</Attachment2> <Attachment3>sample string 7</Attachment3> <Attachment4>sample string 8</Attachment4> <Attachment5>sample string 9</Attachment5> <Comments>sample string 4</Comments> <DateTimeStamp>sample string 10</DateTimeStamp> <GPSLatitude>sample string 2</GPSLatitude> <GPSLongtitude>sample string 3</GPSLongtitude> <ItemStatus>sample string 13</ItemStatus> <ResponseSet>12</ResponseSet> <StockType>sample string 11</StockType> <VIN>sample string 1</VIN> </PAVResponse> </Responses> <TestDriveCarCount>5</TestDriveCarCount> <Variant>sample string 8</Variant> </PAVResponses>