POST api/Activity/AddActivity
Documentation for 'AddActivity'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
activity | Documentation for 'activity'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "VIN": "sample string 2", "StartTime": "2025-04-03T22:43:29.2053155-04:00", "EndTime": "2025-04-03T22:43:29.2053155-04:00", "ElapsedTime": 1.1, "Mode": "sample string 3", "UserId": 1, "LicenseId": "sample string 4", "DealerId": "sample string 5", "NumberOfPhotos": 1, "NumberOfExtPhotos": 6, "NumberOfIntPhotos": 7, "TimeToSaveData": 8, "TimeToSavePhoto": 9, "TimeToSaveExt": 10, "TimeToSaveInt": 11, "Latitude": 12.1, "Longitude": 13.1, "IsFromShootItAI": true, "SkippedPhotoCount": 15, "IsAuditDone": true, "AuditDate": "2025-04-03T22:43:29.2053155-04:00", "AuditedBy": "sample string 17", "AuditNote": "sample string 18" }
application/xml, text/xml
Sample:
<BoothApp_Activities xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common"> <AuditDate>2025-04-03T22:43:29.2053155-04:00</AuditDate> <AuditNote>sample string 18</AuditNote> <AuditedBy>sample string 17</AuditedBy> <DealerId>sample string 5</DealerId> <ElapsedTime>1.1</ElapsedTime> <EndTime>2025-04-03T22:43:29.2053155-04:00</EndTime> <Id>1</Id> <IsAuditDone>true</IsAuditDone> <IsFromShootItAI>true</IsFromShootItAI> <Latitude>12.1</Latitude> <LicenseId>sample string 4</LicenseId> <Longitude>13.1</Longitude> <Mode>sample string 3</Mode> <NumberOfExtPhotos>6</NumberOfExtPhotos> <NumberOfIntPhotos>7</NumberOfIntPhotos> <NumberOfPhotos>1</NumberOfPhotos> <SkippedPhotoCount>15</SkippedPhotoCount> <StartTime>2025-04-03T22:43:29.2053155-04:00</StartTime> <TimeToSaveData>8</TimeToSaveData> <TimeToSaveExt>10</TimeToSaveExt> <TimeToSaveInt>11</TimeToSaveInt> <TimeToSavePhoto>9</TimeToSavePhoto> <UserId>1</UserId> <VIN>sample string 2</VIN> </BoothApp_Activities>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>