POST v1/integration/site
Request Information
URI Parameters
None.
Body Parameters
IntegrationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDCustomer | integer |
None. |
|
| Description | string |
None. |
|
| Integration | string |
None. |
|
| Active | boolean |
None. |
|
| CreateDate | date |
None. |
|
| LastUsed | date |
None. |
|
| Parameters | Collection of IntegrationParamsViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"IDCustomer": 2,
"Description": "sample string 3",
"Integration": "sample string 4",
"Active": true,
"CreateDate": "2025-12-11T08:38:41.8680018-03:00",
"LastUsed": "2025-12-11T08:38:41.8680018-03:00",
"Parameters": [
{
"ID": 1,
"IDIntegrations": 2,
"Parameter": "sample string 3",
"Value": "sample string 4"
},
{
"ID": 1,
"IDIntegrations": 2,
"Parameter": "sample string 3",
"Value": "sample string 4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.