POST api/reverselogistic?procedureName={procedureName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| procedureName | string |
Required |
Body Parameters
Collection of SqlParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| CompareInfo | SqlCompareOptions |
None. |
|
| XmlSchemaCollectionDatabase | string |
None. |
|
| XmlSchemaCollectionOwningSchema | string |
None. |
|
| XmlSchemaCollectionName | string |
None. |
|
| ForceColumnEncryption | boolean |
None. |
|
| DbType | DbType |
None. |
|
| LocaleId | integer |
None. |
|
| ParameterName | string |
None. |
|
| Precision | byte |
None. |
|
| Scale | byte |
None. |
|
| SqlDbType | SqlDbType |
None. |
|
| SqlValue | Object |
None. |
|
| UdtTypeName | string |
None. |
|
| TypeName | string |
None. |
|
| Value | Object |
None. |
|
| Direction | ParameterDirection |
None. |
|
| IsNullable | boolean |
None. |
|
| Offset | integer |
None. |
|
| Size | integer |
None. |
|
| SourceColumn | string |
None. |
|
| SourceColumnNullMapping | boolean |
None. |
|
| SourceVersion | DataRowVersion |
None. |
Request Formats
application/json, text/json
Sample:
[ "sample string 6", "sample string 6" ]
application/xml, text/xml
Sample:
<ArrayOfSqlParameter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SqlParameter>
<DbType>Int64</DbType>
<IsNullable>true</IsNullable>
<ParameterName>sample string 6</ParameterName>
<Precision>64</Precision>
<Scale>64</Scale>
<Size>15</Size>
<SourceColumn>sample string 16</SourceColumn>
<SourceColumnNullMapping>true</SourceColumnNullMapping>
<SourceVersion>Original</SourceVersion>
<Value />
<CompareInfo>None</CompareInfo>
<XmlSchemaCollectionDatabase>sample string 1</XmlSchemaCollectionDatabase>
<XmlSchemaCollectionOwningSchema>sample string 2</XmlSchemaCollectionOwningSchema>
<XmlSchemaCollectionName>sample string 3</XmlSchemaCollectionName>
<ForceColumnEncryption>true</ForceColumnEncryption>
<LocaleId>5</LocaleId>
<SqlDbType>BigInt</SqlDbType>
<UdtTypeName>sample string 10</UdtTypeName>
<TypeName>sample string 11</TypeName>
<Offset>14</Offset>
</SqlParameter>
<SqlParameter>
<DbType>Int64</DbType>
<IsNullable>true</IsNullable>
<ParameterName>sample string 6</ParameterName>
<Precision>64</Precision>
<Scale>64</Scale>
<Size>15</Size>
<SourceColumn>sample string 16</SourceColumn>
<SourceColumnNullMapping>true</SourceColumnNullMapping>
<SourceVersion>Original</SourceVersion>
<Value />
<CompareInfo>None</CompareInfo>
<XmlSchemaCollectionDatabase>sample string 1</XmlSchemaCollectionDatabase>
<XmlSchemaCollectionOwningSchema>sample string 2</XmlSchemaCollectionOwningSchema>
<XmlSchemaCollectionName>sample string 3</XmlSchemaCollectionName>
<ForceColumnEncryption>true</ForceColumnEncryption>
<LocaleId>5</LocaleId>
<SqlDbType>BigInt</SqlDbType>
<UdtTypeName>sample string 10</UdtTypeName>
<TypeName>sample string 11</TypeName>
<Offset>14</Offset>
</SqlParameter>
</ArrayOfSqlParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.