{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"sourceType": "<string>",
"provider": "<string>",
"integrationKey": "<string>",
"fieldMappings": {},
"valueMappings": {},
"parsingRules": {},
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"supportedTargets": [
{
"path": "<string>",
"model": "<string>",
"label": "<string>",
"description": "<string>",
"requirement": "<string>",
"storage": "<string>",
"sourceTypes": [
"<string>"
],
"examples": [
"<string>"
],
"notes": "<string>"
}
]
}๐ฅ Imports
Update an import profile
PATCH
/
v1
/
import-profiles
/
{importProfileId}
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"sourceType": "<string>",
"provider": "<string>",
"integrationKey": "<string>",
"fieldMappings": {},
"valueMappings": {},
"parsingRules": {},
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"supportedTargets": [
{
"path": "<string>",
"model": "<string>",
"label": "<string>",
"description": "<string>",
"requirement": "<string>",
"storage": "<string>",
"sourceTypes": [
"<string>"
],
"examples": [
"<string>"
],
"notes": "<string>"
}
]
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Body
application/json
The body is of type any.
Response
Default Response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
โI
