PUT api/sysdiagrams
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[ {}, {} ]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ClsReturnValuescsName | Description | Type | Additional information |
---|---|---|---|
MyError | string |
None. |
|
TheReturn | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "MyError": "sample string 1", "TheReturn": "sample string 2" }
application/xml, text/xml
Sample:
<ClsReturnValuescs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Custrack_API.Models"> <MyError>sample string 1</MyError> <TheReturn>sample string 2</TheReturn> </ClsReturnValuescs>