Get all valid division code
get
/service/v1/divisioncode/division
This endpoints will be used to Get all valid division code maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
corporateId(optional): string
-
divisionCode(optional): string
-
divisionName(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
Header Parameters
-
appId: string
-
branchCode: string
branchCode
-
userId: string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Root Schema : ScfTmDivCodeServiceCollection
Match All
Show Source
-
object
ScfTmCustDivisionCodeCollection
Collection of custdivision.
-
object
ScfTmDivCodeServiceCollection-allOf[1]
Nested Schema : ScfTmCustDivisionCodeCollection
Type:
object
Collection of custdivision.
Show Source
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : ScfTmCustDivisionCodeDTO
Type:
Show Source
object
-
authStatus(optional):
string
Auth Status
-
countryCode(optional):
string
Country Code
-
countryName(optional):
string
Country Name
-
custDivisionMasterId(optional):
string
Customer Division Master ID
-
divisionAddressLine1(optional):
string
Address Line 1
-
divisionAddressLine2(optional):
string
Address Line 2
-
divisionAddressLine3(optional):
string
Address Line 3
-
divisionAddressLine4(optional):
string
Address Line 4
-
divisionCode(optional):
string
Division Code
-
divisionName(optional):
string
Division Name
-
email(optional):
string
Email
-
id(optional):
string
ID
-
partyId(optional):
string
Party ID
-
partyName(optional):
string
Party Name
-
telNo(optional):
string
Tell number
Nested Schema : ErrorDto
Type:
Show Source
object
-
errorCode(optional):
string
Error Code
-
errorDesc(optional):
string
Error Desc
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error