POST SendModelServerResponse
Request Information
URI Parameters
None.
Body Parameters
ModelServerResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| Token | string | None. | |
| ResponseCode | integer | None. | |
| Message | string | None. | |
| URL | string | None. | |
| PartId | string | None. | |
| Web3DPath | string | None. | |
| OutputFileName | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "Token": "sample string 2",
  "ResponseCode": 3,
  "Message": "sample string 4",
  "URL": "sample string 5",
  "PartId": "sample string 6",
  "Web3DPath": "sample string 7",
  "OutputFileName": "sample string 8"
}
        application/xml, text/xml
            Sample:
        <ModelServerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <Id>1</Id> <Message>sample string 4</Message> <OutputFileName>sample string 8</OutputFileName> <PartId>sample string 6</PartId> <ResponseCode>3</ResponseCode> <Token>sample string 2</Token> <URL>sample string 5</URL> <Web3DPath>sample string 7</Web3DPath> </ModelServerResponse>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
None.