Apis related to Validation.
Interu API Reference//
- Retrieve Send Record List
Send Record
Retrieve Send Record
Retrieve Send Record List
Interu API (v2_31)
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/record-sharing/outbound/shares
- UAThttps://api.uat.interu.io/organisations/{orgId}/record-sharing/outbound/shares
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/record-sharing/outbound/shares' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-H 'contentType: application/json' \
-d '{
"receiverUri": "/organisations/{orgId}/connections/{connectionId}",
"rootRecordUri": "/organisations/{orgId}/purchase-orders/{purchaseOrderId}",
"recordUris": [
"/organisations/{orgId}/products/{productId}"
]
}'Response
application/json
{ "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z", "receiverUri": "/organisations/{orgId}/connections/{connectionId}", "rootRecordUri": "/organisations/{orgId}/purchase-orders/{purchaseOrderId}", "recordUris": [ "/organisations/{orgId}/products/{productId}" ] }
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/record-sharing/outbound/shares
- UAThttps://api.uat.interu.io/organisations/{orgId}/record-sharing/outbound/shares
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/record-sharing/outbound/shares?receiverUri=string&rootRecordUri=string' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
[ { "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z", "receiverUri": "/organisations/{orgId}/connections/{connectionId}", "rootRecordUri": "/organisations/{orgId}/purchase-orders/{purchaseOrderId}", "recordUris": [ … ] } ]
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/record-sharing/outbound/shares/{outboundShareId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/record-sharing/outbound/shares/{outboundShareId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/record-sharing/outbound/shares/{outboundShareId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
{ "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z", "receiverUri": "/organisations/{orgId}/connections/{connectionId}", "rootRecordUri": "/organisations/{orgId}/purchase-orders/{purchaseOrderId}", "recordUris": [ "/organisations/{orgId}/products/{productId}" ] }