Fetch Max ITC Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
Upload a sale document with JSON payload.
GET
x-cleartax-auth-token
String
Cannot be empty.
There are no path parameters for this API.
There are no query parameters for this API.
There is no request body for this API.
200
Configuration is fetched successfully.
400
If the request schema is not valid.
401
If the user is not authenticated for the operation.
403
If the user is not authorized for the operation.
500
If there are any unhandled exceptions on Clear side.
userEmail
String
User email as registered on Clear.
customTemplateId
String
UUID
Custom template ID to be used for uploading purchase documents.
reconType
String
Enum: MAX_ITC_2A_PR, MAX_ITC_2B_PR, MAX_ITC_6A_PR, MAX_ITC_8A_PR
Type of reconciliation to be triggered.
MAX_ITC_2A_PR - Govt 2A vs Taxpayer PR MAX_ITC_2B_PR - Govt 2B vs Taxpayer PR MAX_ITC_6A_PR - Govt 6A vs Taxpayer PR MAX_ITC_8A_PR - Govt 8A vs Taxpayer PR
sectionNames
Array
Enum:
An array of Section Names for which 2A or 2B is to be downloaded.
pullReturnPeriodStart
String
Format: MMYYYY
Return period from which the 2A or 2B data is to be downloaded from GSTN.
pullReturnPeriodEnd
String
Format: MMYYYY
Return period up to which the 2A or 2B data is to be downloaded from GSTN. Default: Current return period
reconReturnPeriodStart
String
Format: MMYYYY
Return period from which the purchase data is to be considered in Clear.
reconReturnPeriodEnd
String
Format: MMYYYY
Return period up to which the purchase data is to be considered in Clear. Default: Current return period
active
Boolean
NA
Configuration Status. The flag specifies if the configuration is active or inactive.
error
String
Enum: AUTHORIZATION_FAILED, NOT_CONFIGURED
Error code. AUTHORIZATION_FAILED - If authorization failed.
NOT_CONFIGURED - If the configuration is not available.
Success - HTTP Status Code - 200
Authentication Error - HTTP Status Code - 401
A valid auth token is required.
A configuration must have been already set up in your Clear account.
This API needs to be authenticated with a valid user authentication token. If the auth token is not present or is invalid, the API will return HTTP Status Code 401.
If the auth token is valid, but the user does not have the authorization, then the API will return HTTP Status Code 403. The user, whose auth token is used, should have permission to create a document.
Mandatory. .