POST api/BiFatura
Request Information
URI Parameters
None.
Body Parameters
SqlCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Connection | SqlConnection |
None. |
|
| NotificationAutoEnlist | boolean |
None. |
|
| Notification | SqlNotificationRequest |
None. |
|
| Transaction | SqlTransaction |
None. |
|
| CommandText | string |
None. |
|
| ColumnEncryptionSetting | SqlCommandColumnEncryptionSetting |
None. |
|
| CommandTimeout | integer |
None. |
|
| CommandType | CommandType |
None. |
|
| DesignTimeVisible | boolean |
None. |
|
| Parameters | Collection of Object |
None. |
|
| UpdatedRowSource | UpdateRowSource |
None. |
|
| Connection | DbConnection |
None. |
|
| Parameters | Collection of Object |
None. |
|
| Transaction | DbTransaction |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Connection": null,
"NotificationAutoEnlist": true,
"Notification": {
"Options": "sample string 1",
"Timeout": 2,
"UserData": "sample string 3"
},
"Transaction": null,
"CommandText": "sample string 2",
"ColumnEncryptionSetting": 0,
"CommandTimeout": 3,
"CommandType": 1,
"DesignTimeVisible": true,
"Parameters": [],
"UpdatedRowSource": 0,
"Site": null,
"Container": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.