l2NetworkExtensionsPostResponse
l2NetworkExtensionsPostResponse
JSON Example
{
"data": {
"items": [
{
"stretchId": "string",
"sourceNetworkId": "string",
"warnings": [
{
"code": "string",
"message": "string",
"details": {}
}
],
"errors": [
{
"code": "string",
"message": "string",
"details": {}
}
]
}
]
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}