RAPP.Christies.ScvSyncSS

<back to all web services

OidfsRequest

The following routes are available for this service:
All Verbs/Oidfs
OidfsResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<Oidf>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ErrorCodesformList<ErrorCode>No
SuccessformboolNo
ResponseStatusformResponseStatusNo
ErrorCode Parameters:
NameParameterData TypeRequiredDescription
CodeformintNo
Oidf Parameters:
NameParameterData TypeRequiredDescription
OidfIdformintNo
AttributeWIdformint?No
AttributeTypeformstringNo
OIDFSearchValueformstringNo
OIDFSearchDroppedValueformstringNo
AttributeValueformstringNo
ParentIdformintNo
PrimaryIdformintNo
RootIdformint?No
AttributeIdformstringNo
CRAttributeIdformstringNo
InactiveFlagformstringNo
AttributeTypeIdformint?No
CreationDateformDateTime?No
CreationSourceformstringNo
MaintenanceDateformDateTime?No
MaintenanceSourceformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + 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
		}
	}
}