-
Type:
New Feature
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: CBAT Offer Letter - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Epic Link:
Create API to Sync CBATS Fields with DMS Fields
Sync company custom fields into DMS Custom fields (Insert / Update / Delete)
- relates to
-
DMS-1543 CBAT: Custom Fields on Create Template
-
- Done
-
-
DMS-1544 CBAT: API Create document API (CBAT Id Changes for Fields)
-
- Done
-
-
DMS-1545 CBAT: Show custom fields data on document preview
-
- Done
-
-
DMS-1624 DMS | Preprod | Custom Field Mapping HTML
-
- Done
-
-
DMS-1375 CBATS : ATS Custom Fields in DMS
-
- Done
-
-
DMS-1534 CBAT Pre Seeding - Standard and Custom Fields
-
- Done
-
(1 relates to)
POST URL : POST URL : /api/manageCustomFields/
{SourceProduct}Payload :
{
{ "id": "string", "type": "string", "custom": true, "label": "string", "mandatory": true, "section": "string", "multiple": true }"candidateFields": [
],
{ "id": "string", "type": "string", "custom": true, "label": "string", "mandatory": true, "section": "string", "multiple": true }"assignmentFields": [
]
}
Out Put :
{ "notAddedCandidateFields": [ ], "notAddedAssignmentFields": [ ], "message": "Rest of fields are sync up in dms system." }