All Verbs | /Oidfs |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | List<Oidf> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ErrorCodes | form | List<ErrorCode> | No | |
Success | form | bool | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Code | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
OidfId | form | int | No | |
AttributeWId | form | int? | No | |
AttributeType | form | string | No | |
OIDFSearchValue | form | string | No | |
OIDFSearchDroppedValue | form | string | No | |
AttributeValue | form | string | No | |
ParentId | form | int | No | |
PrimaryId | form | int | No | |
RootId | form | int? | No | |
AttributeId | form | string | No | |
CRAttributeId | form | string | No | |
InactiveFlag | form | string | No | |
AttributeTypeId | form | int? | No | |
CreationDate | form | DateTime? | No | |
CreationSource | form | string | No | |
MaintenanceDate | form | DateTime? | No | |
MaintenanceSource | form | string | 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 /Oidfs HTTP/1.1
Host: christiesscvreaderuat-ws.rapp-customers.co.uk
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Result: [ { OidfId: 0, AttributeWId: 0, AttributeType: String, OIDFSearchValue: String, OIDFSearchDroppedValue: String, AttributeValue: String, ParentId: 0, PrimaryId: 0, RootId: 0, AttributeId: String, CRAttributeId: String, InactiveFlag: String, AttributeTypeId: 0, CreationDate: 0001-01-01, CreationSource: String, MaintenanceDate: 0001-01-01, MaintenanceSource: String } ], ErrorCodes: [ { Code: 0 } ], Success: False, ResponseStatus: { ErrorCode: String, Message: String, StackTrace: String, Errors: [ { ErrorCode: String, FieldName: String, Message: String, Meta: { String: String } } ], Meta: { String: String } } }