Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SuiteDataSourceInstanceId | query | Guid | No | Guid representing the external systems datasource information. |
AlternateKey | query | string | No | The unique key that represents the connection structure object on the external system. |
ObjectId | query | Guid | No | Guid of the connection structure object within Eros. If ObjectId is known, the external system may pass this instead of the alternate key. |
RmsTableCtxId | query | Guid | No | Connection Structure RmsTableCtxId. |
IgnoreValidation | query | bool | No | |
StructureDefinitionId | query | Guid | No | Id of the Connection Structure Definition. |
StructureTypeId | query | Guid | No | Id of the Structure Type. |
StructureDefinitionXml | query | string | No | XML for the children in the structure for the object indicated via alternateKey/objectId. |
Name | query | string | No | Connection Structure Name. |
Reference | query | string | No | Connection Structure Reference. |
LicenseeId | query | Guid | No | |
SessionId | query | Guid | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/SaveObjectStructure HTTP/1.1
Host: production-eros-platform-apisubscription.azurewebsites.net
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
AlternateKey: String,
RmsTableCtxId: 4f501e1e-5e4c-439a-bf6a-2253fcbbcf68,
IgnoreValidation: False,
StructureDefinitionXml: String,
Name: String,
Reference: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { ErrorCode: String, Message: String, StackTrace: String, Errors: [ { ErrorCode: String, FieldName: String, Message: String, Meta: { String: String } } ], Meta: { String: String } }