To apply filter of template type, id of template type needs to be sent in request header as "DocumentTemplateType". Similarly, for document type , id of document type needs to be sent in request header as "DocumentType".
Document Template Type are :
26 |
Offer Letter |
27 |
W4 |
28 |
Compliance |
29 |
Other |
Document Types are
14 |
Action Required |
15 |
Reference |
The API's will fetch the id from request header and will filter the records accordingly.
Validation will be thrown for invalid document template type id and document type id.
If "DocumentTemplateType" and/or "DocumentType" is not sent in request header, records will be fetched as per existing flow.
To apply filter of template type, id of template type needs to be sent in request header as "DocumentTemplateType". Similarly, for document type , id of document type needs to be sent in request header as "DocumentType".
Document Template Type are :
Document Types are
The API's will fetch the id from request header and will filter the records accordingly.
Validation will be thrown for invalid document template type id and document type id.
If "DocumentTemplateType" and/or "DocumentType" is not sent in request header, records will be fetched as per existing flow.