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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK Content-Type: application/json 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":"\/Date(-62135596800000-0000)\/","CreationSource":"String","MaintenanceDate":"\/Date(-62135596800000-0000)\/","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"}}}