POST api/cmnsy/DeleteInspectionPhoto
Request Information
URI Parameters
None.
Body Parameters
DeleteInspectionPhotoRequestEntityName | Description | Type | Additional information |
---|---|---|---|
ApiUserName | string |
None. |
|
Token | string |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ApiUserName": "sample string 1", "Token": "sample string 2", "Id": 3 }
application/xml, text/xml
Sample:
<DeleteInspectionPhotoRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models"> <ApiUserName>sample string 1</ApiUserName> <Id>3</Id> <Token>sample string 2</Token> </DeleteInspectionPhotoRequestEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InspectionPhotoResponseEntityName | Description | Type | Additional information |
---|---|---|---|
respCode | string |
None. |
|
respMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "respCode": "sample string 1", "respMessage": "sample string 2" }
application/xml, text/xml
Sample:
<InspectionPhotoResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models"> <respCode>sample string 1</respCode> <respMessage>sample string 2</respMessage> </InspectionPhotoResponseEntity>